<?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: Disable Slideshow on homepage Thumbnails</title>
		<link>http://www.kriesi.at/support/topic/disable-slideshow-on-homepage-thumbnails</link>
		<description>Support Forum - Topic: Disable Slideshow on homepage Thumbnails</description>
		<language>en-US</language>
		<pubDate>Wed, 19 Jun 2013 22:18:03 +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/disable-slideshow-on-homepage-thumbnails" rel="self" type="application/rss+xml" />

		<item>
			<title>Devin on "Disable Slideshow on homepage Thumbnails"</title>
			<link>http://www.kriesi.at/support/topic/disable-slideshow-on-homepage-thumbnails#post-54336</link>
			<pubDate>Wed, 02 May 2012 15:46:51 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">54336@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;If you are using direct text input, you would just make the img tag within with the a href so that its a link.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>alexdigital on "Disable Slideshow on homepage Thumbnails"</title>
			<link>http://www.kriesi.at/support/topic/disable-slideshow-on-homepage-thumbnails#post-53912</link>
			<pubDate>Mon, 30 Apr 2012 10:48:38 +0000</pubDate>
			<dc:creator>alexdigital</dc:creator>
			<guid isPermaLink="false">53912@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Great, thanks.&#60;/p&#62;
&#60;p&#62;I've done that it works.&#60;/p&#62;
&#60;p&#62;However is there a way to make the image above the text clickable?&#60;/p&#62;
&#60;p&#62;-Alex
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Disable Slideshow on homepage Thumbnails"</title>
			<link>http://www.kriesi.at/support/topic/disable-slideshow-on-homepage-thumbnails#post-52906</link>
			<pubDate>Mon, 23 Apr 2012 15:35:29 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">52906@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Alex,&#60;/p&#62;
&#60;p&#62;In the meantime, you can also use direct text input and insert the single image with links/headlines with html.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>alexdigital on "Disable Slideshow on homepage Thumbnails"</title>
			<link>http://www.kriesi.at/support/topic/disable-slideshow-on-homepage-thumbnails#post-52531</link>
			<pubDate>Fri, 20 Apr 2012 09:41:37 +0000</pubDate>
			<dc:creator>alexdigital</dc:creator>
			<guid isPermaLink="false">52531@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks.&#60;/p&#62;
&#60;p&#62;That doesn't really help as I need the main slideshow to work..&#60;/p&#62;
&#60;p&#62;I look forward to Kriesi having a look.&#60;/p&#62;
&#60;p&#62;-alex
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Beard on "Disable Slideshow on homepage Thumbnails"</title>
			<link>http://www.kriesi.at/support/topic/disable-slideshow-on-homepage-thumbnails#post-52468</link>
			<pubDate>Fri, 20 Apr 2012 03:02:36 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">52468@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;in includes\helper-slideshow.php you can turn off autorotate for all sliders on the homepage by replacing the slideshow_attributes() function with&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;function slideshow_attributes()
	{
		$data 	=  &#38;quot;&#38;quot;;
		if(is_home()){
			$data .= &#38;quot;data-autorotation=&#38;#39;false&#38;#39; &#38;quot;;
		} else{
		$data .= &#38;quot;data-autorotation=&#38;#39;&#38;quot;.$this-&#38;gt;autoplay.&#38;quot;&#38;#39; &#38;quot;;
		}
		$data .= &#38;quot;data-autorotation-timer=&#38;#39;&#38;quot;.$this-&#38;gt;duration.&#38;quot;&#38;#39; &#38;quot;;
		return $data;
	}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;I'm not certain how you'd specifically target the thumbnails you're referring to. I'll tag this topic for Kriesi to have a look at, as this might be a useful feature for future updates.&#60;/p&#62;
&#60;p&#62;I hope this helps a bit :)&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Chris
&#60;/p&#62;</description>
		</item>
		<item>
			<title>aimaqvonlobenstein on "Disable Slideshow on homepage Thumbnails"</title>
			<link>http://www.kriesi.at/support/topic/disable-slideshow-on-homepage-thumbnails#post-52157</link>
			<pubDate>Wed, 18 Apr 2012 12:35:44 +0000</pubDate>
			<dc:creator>aimaqvonlobenstein</dc:creator>
			<guid isPermaLink="false">52157@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I have the same problem as alexdigital. The setting in propulsion theme option change only the behavior on portfolio overview page.&#60;/p&#62;
&#60;p&#62;Any idea?&#60;/p&#62;
&#60;p&#62;THX
&#60;/p&#62;</description>
		</item>
		<item>
			<title>alexdigital on "Disable Slideshow on homepage Thumbnails"</title>
			<link>http://www.kriesi.at/support/topic/disable-slideshow-on-homepage-thumbnails#post-51994</link>
			<pubDate>Tue, 17 Apr 2012 08:17:33 +0000</pubDate>
			<dc:creator>alexdigital</dc:creator>
			<guid isPermaLink="false">51994@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I've tried both settings now and nothing seems to happen on either. Please help..&#60;/p&#62;
&#60;p&#62;:)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>alexdigital on "Disable Slideshow on homepage Thumbnails"</title>
			<link>http://www.kriesi.at/support/topic/disable-slideshow-on-homepage-thumbnails#post-51768</link>
			<pubDate>Mon, 16 Apr 2012 10:13:22 +0000</pubDate>
			<dc:creator>alexdigital</dc:creator>
			<guid isPermaLink="false">51768@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;I've changed that setting but nothing happened. I'm using collumns in the template builder and showing pages if that helps.&#60;/p&#62;
&#60;p&#62;-Alex
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Disable Slideshow on homepage Thumbnails"</title>
			<link>http://www.kriesi.at/support/topic/disable-slideshow-on-homepage-thumbnails#post-51695</link>
			<pubDate>Sun, 15 Apr 2012 15:16:18 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">51695@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Go to Propulsion &#38;gt; Theme Options &#38;gt; Layout &#38;amp; Settings  and search for following headline &#34;Slideshow behavior on overview pages&#34;. Select &#34;Display only single image on overview pages and all slideshow images on single entries&#34; and the slideshow feature will be deactivated.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>alexdigital on "Disable Slideshow on homepage Thumbnails"</title>
			<link>http://www.kriesi.at/support/topic/disable-slideshow-on-homepage-thumbnails#post-51622</link>
			<pubDate>Sat, 14 Apr 2012 14:49:23 +0000</pubDate>
			<dc:creator>alexdigital</dc:creator>
			<guid isPermaLink="false">51622@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Good Day,&#60;/p&#62;
&#60;p&#62;I've setup a site using this great theme - &#60;a href=&#34;http://www.ensignltd.co.uk/&#34; rel=&#34;nofollow&#34;&#62;http://www.ensignltd.co.uk/&#60;/a&#62; and i need to turn off the slideshows at the bottom of the page. Is there a way of doing this?&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;-Alex
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
