<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Support Forum - Topic: Abundance Logo Footer Gallery - How to make links (clickable logos)</title>
		<link>http://www.kriesi.at/support/topic/abundance-logo-footer-gallery-how-to-make-links-clickable-logos</link>
		<description>Support Forum - Topic: Abundance Logo Footer Gallery - How to make links (clickable logos)</description>
		<language>en-US</language>
		<pubDate>Wed, 19 Jun 2013 18:30:25 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.kriesi.at/support/search.php</link>
		</textInput>
		<atom:link href="http://www.kriesi.at/support/rss/topic/abundance-logo-footer-gallery-how-to-make-links-clickable-logos" rel="self" type="application/rss+xml" />

		<item>
			<title>tremblayly on "Abundance Logo Footer Gallery - How to make links (clickable logos)"</title>
			<link>http://www.kriesi.at/support/topic/abundance-logo-footer-gallery-how-to-make-links-clickable-logos#post-58790</link>
			<pubDate>Mon, 04 Jun 2012 20:38:33 +0000</pubDate>
			<dc:creator>tremblayly</dc:creator>
			<guid isPermaLink="false">58790@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Ismael,&#60;/p&#62;
&#60;p&#62;One other option, which I think would be great, would be to have a slider scrolling the logos one has. I know I have lots I would like to add, but having to find a way to display these somewhere on the page.....&#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
Lyse
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Abundance Logo Footer Gallery - How to make links (clickable logos)"</title>
			<link>http://www.kriesi.at/support/topic/abundance-logo-footer-gallery-how-to-make-links-clickable-logos#post-58484</link>
			<pubDate>Sat, 02 Jun 2012 03:51:30 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">58484@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello tremblayly,&#60;/p&#62;
&#60;p&#62;We will forward your concern to Kriesi. &#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tremblayly on "Abundance Logo Footer Gallery - How to make links (clickable logos)"</title>
			<link>http://www.kriesi.at/support/topic/abundance-logo-footer-gallery-how-to-make-links-clickable-logos#post-58451</link>
			<pubDate>Fri, 01 Jun 2012 19:36:03 +0000</pubDate>
			<dc:creator>tremblayly</dc:creator>
			<guid isPermaLink="false">58451@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Dude,&#60;/p&#62;
&#60;p&#62;I'm interested in having linkable logos. Is this a feature that will be available in the future, so one does not have to make changes to the php files?&#60;/p&#62;
&#60;p&#62;Much appreciated&#60;br /&#62;
Lyse
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Abundance Logo Footer Gallery - How to make links (clickable logos)"</title>
			<link>http://www.kriesi.at/support/topic/abundance-logo-footer-gallery-how-to-make-links-clickable-logos#post-34781</link>
			<pubDate>Tue, 13 Dec 2011 18:30:53 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">34781@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad that I could help you :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>danielsami on "Abundance Logo Footer Gallery - How to make links (clickable logos)"</title>
			<link>http://www.kriesi.at/support/topic/abundance-logo-footer-gallery-how-to-make-links-clickable-logos#post-34767</link>
			<pubDate>Tue, 13 Dec 2011 14:07:02 +0000</pubDate>
			<dc:creator>danielsami</dc:creator>
			<guid isPermaLink="false">34767@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thank you very much, it worked perfect!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Abundance Logo Footer Gallery - How to make links (clickable logos)"</title>
			<link>http://www.kriesi.at/support/topic/abundance-logo-footer-gallery-how-to-make-links-clickable-logos#post-34453</link>
			<pubDate>Fri, 09 Dec 2011 16:27:46 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">34453@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
the WP gallery doesn't offer a link option and you can only hardcode your image links into footer.php - open up the file and replace:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;if(is_front_page() &#124;&#124; avia_get_option(&#38;#39;footer_logo_where&#38;#39;) == &#38;#39;everywhere&#38;#39;)
			$attachment_holder = avia_get_post_by_title( &#38;quot;avia_smart-logo-gallery&#38;quot;); 

			if(!empty($attachment_holder[&#38;#39;ID&#38;#39;]))
			{
				$attachments = get_children(array(&#38;#39;post_parent&#38;#39; =&#38;gt; $attachment_holder[&#38;#39;ID&#38;#39;],
                        &#38;#39;post_status&#38;#39; =&#38;gt; &#38;#39;inherit&#38;#39;,
                        &#38;#39;post_type&#38;#39; =&#38;gt; &#38;#39;attachment&#38;#39;,
                        &#38;#39;post_mime_type&#38;#39; =&#38;gt; &#38;#39;image&#38;#39;,
                        &#38;#39;order&#38;#39; =&#38;gt; &#38;#39;ASC&#38;#39;,
                        &#38;#39;orderby&#38;#39; =&#38;gt; &#38;#39;menu_order ID&#38;#39;));
                if(is_array($attachments))
                {
                	echo &#38;quot;&#38;lt;div class=&#38;#39;footer-logos&#38;#39;&#38;gt;&#38;lt;div class=&#38;#39;container&#38;#39;&#38;gt;&#38;quot;;
	                foreach($attachments as $key =&#38;gt; $attachment)
					{
						echo avia_image_by_id($attachment-&#38;gt;ID);
					}
					echo &#38;quot;&#38;lt;/div&#38;gt;&#38;lt;/div&#38;gt;&#38;quot;;
				}
			}

?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;if(is_front_page() &#124;&#124; avia_get_option(&#38;#39;footer_logo_where&#38;#39;) == &#38;#39;everywhere&#38;#39;)	{
echo &#38;quot;&#38;lt;div class=&#38;#39;footer-logos&#38;#39;&#38;gt;&#38;lt;div class=&#38;#39;container&#38;#39;&#38;gt;&#38;quot;;

?&#38;gt;

&#38;lt;a href=&#38;quot;http://google.com&#38;quot;&#38;gt;&#38;lt;img alt=&#38;quot;&#38;quot; title=&#38;quot;1&#38;quot; src=&#38;quot;http://www.kriesi.at/themes/abundance/files/2011/10/1.png&#38;quot;&#38;gt;&#38;lt;/a&#38;gt;
&#38;lt;a href=&#38;quot;http://google.com&#38;quot;&#38;gt;&#38;lt;img alt=&#38;quot;&#38;quot; title=&#38;quot;2&#38;quot; src=&#38;quot;http://www.kriesi.at/themes/abundance/files/2011/10/2.png&#38;quot;&#38;gt;&#38;lt;/a&#38;gt;

&#38;lt;?php
echo &#38;quot;&#38;lt;/div&#38;gt;&#38;lt;/div&#38;gt;&#38;quot;;
} 

?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;And replace the sample images/links with your logos/links.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>danielsami on "Abundance Logo Footer Gallery - How to make links (clickable logos)"</title>
			<link>http://www.kriesi.at/support/topic/abundance-logo-footer-gallery-how-to-make-links-clickable-logos#post-34450</link>
			<pubDate>Fri, 09 Dec 2011 14:57:26 +0000</pubDate>
			<dc:creator>danielsami</dc:creator>
			<guid isPermaLink="false">34450@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;I would like to make the logos at the footer of Abundance pages link to other pages or websites.&#60;/p&#62;
&#60;p&#62;I've tried typing a url in the image properties window and saving it, but it does not work. When I go back to the image to edit it, it still shows the image url.&#60;/p&#62;
&#60;p&#62;Your help will be greatly appreciated.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Daniel
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
