<?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: Home Page Autorotation</title>
		<link>http://www.kriesi.at/support/topic/home-page-autorotation</link>
		<description>Support Forum - Topic: Home Page Autorotation</description>
		<language>en-US</language>
		<pubDate>Sat, 25 May 2013 01:24:59 +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/home-page-autorotation" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "Home Page Autorotation"</title>
			<link>http://www.kriesi.at/support/topic/home-page-autorotation#post-100404</link>
			<pubDate>Sun, 10 Mar 2013 07:48:46 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">100404@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Open up flashlight\js\avia_fullscreen_slider-not-minified.js and replace:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;autorotation: function()
			{
				var current = this,
					data = this.data( pluginNameSpace ),
					time = (parseInt(data.options.autorotationspeed) * 1000);

					data.interval = setTimeout(function()
					{
						//switch slides
						if(!data.skipAutorotate) methods.transition.apply( current, [&#38;#39;next&#38;#39;] );							

						//call this function again
						if(data.interval != false) methods.autorotation.apply( current );
					},
					time);

					if(data.options.appendcontrolls) data.arrowControlls.play.addClass(&#38;#39;ctrl_active&#38;#39;).text(&#38;#39;Pause&#38;#39;);
			},&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;autorotation: function()
			{
				var current = this,
					data = this.data( pluginNameSpace ),
					time = (parseInt(data.options.autorotationspeed) * 1000);

					data.currentSlideIndex = data.slides.index(data.currentSlide);

					data.interval = setTimeout(function()
					{
						//switch slides
						if(!data.skipAutorotate &#38;amp;&#38;amp; (data.currentSlideIndex &#38;lt; data.slideCount) ) methods.transition.apply( current, [&#38;#39;next&#38;#39;] );
						if(data.currentSlideIndex + 1 &#38;lt; data.slideCount) methods.autorotationStop.apply(current);

						//call this function again
						if(data.interval != false) methods.autorotation.apply( current );
					},
					time);

					if(data.options.appendcontrolls) data.arrowControlls.play.addClass(&#38;#39;ctrl_active&#38;#39;).text(&#38;#39;Pause&#38;#39;);
			},&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Then save the file and rename avia_fullscreen_slider.js to avia_fullscreen_slider.js.bak and avia_fullscreen_slider-not-minified.js to avia_fullscreen_slider.js
&#60;/p&#62;</description>
		</item>
		<item>
			<title>xdestiny579x on "Home Page Autorotation"</title>
			<link>http://www.kriesi.at/support/topic/home-page-autorotation#post-100257</link>
			<pubDate>Fri, 08 Mar 2013 19:18:28 +0000</pubDate>
			<dc:creator>xdestiny579x</dc:creator>
			<guid isPermaLink="false">100257@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thank you - I figured as much with #2, but I'm definitely interested if there is some way for #1 to work.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Home Page Autorotation"</title>
			<link>http://www.kriesi.at/support/topic/home-page-autorotation#post-100216</link>
			<pubDate>Fri, 08 Mar 2013 14:40:05 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">100216@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi xdestiny579x,&#60;/p&#62;
&#60;p&#62;For #1, it is probably possible but I'll need to tag some of the other support crew who are better with javascript for a testable solution.&#60;/p&#62;
&#60;p&#62;For #2, you would need to look into a freelance developer to write some custom javascript to take care of that.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>xdestiny579x on "Home Page Autorotation"</title>
			<link>http://www.kriesi.at/support/topic/home-page-autorotation#post-100096</link>
			<pubDate>Thu, 07 Mar 2013 19:06:46 +0000</pubDate>
			<dc:creator>xdestiny579x</dc:creator>
			<guid isPermaLink="false">100096@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;1. Is there any possible way to have the home-page image-autorotation set to rotate through everything just ONCE, and then stop on the last image in the gallery? &#60;/p&#62;
&#60;p&#62;2. To further add to this question, I was wondering if there is any way to have the mini text block automatically slide in after the autorotation of images on the home page (from question 1 - if this is possible)?&#60;/p&#62;
&#60;p&#62;Thanks in advance for any help or suggestions!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
