<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1" -->
<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>THE MOLITOR FORUMS &#187; Topic: FAQ - Auto advance carousel slider</title>
		<link>http://www.themolitor.com/forums/topic/carousel-slider-auto-advance</link>
		<description>THE MOLITOR FORUMS &#187; Topic: FAQ - Auto advance carousel slider</description>
		<language>en-US</language>
		<pubDate>Fri, 12 Jun 2026 10:40:54 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.themolitor.com/forums/search.php</link>
		</textInput>
		<atom:link href="http://www.themolitor.com/forums/rss/topic/carousel-slider-auto-advance" rel="self" type="application/rss+xml" />

		<item>
			<title>THE MOLITOR on "FAQ - Auto advance carousel slider"</title>
			<link>http://www.themolitor.com/forums/topic/carousel-slider-auto-advance#post-41649</link>
			<pubDate>Fri, 02 Jun 2017 07:48:47 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">41649@http://www.themolitor.com/forums/</guid>
			<description><p>You bet! :-)
</p></description>
		</item>
		<item>
			<title>mikevbk on "FAQ - Auto advance carousel slider"</title>
			<link>http://www.themolitor.com/forums/topic/carousel-slider-auto-advance#post-41645</link>
			<pubDate>Fri, 02 Jun 2017 02:21:10 +0000</pubDate>
			<dc:creator>mikevbk</dc:creator>
			<guid isPermaLink="false">41645@http://www.themolitor.com/forums/</guid>
			<description><p>thanks for your feedback.
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "FAQ - Auto advance carousel slider"</title>
			<link>http://www.themolitor.com/forums/topic/carousel-slider-auto-advance#post-41636</link>
			<pubDate>Thu, 01 Jun 2017 11:05:38 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">41636@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>Looks like the script used for this feature of the theme has either auto or manual mode (not both).</p>
<p>Personally, I do not recommend auto-rotating anything. This has been tested/proven to be VERY bad for the user experience.</p>
<p>Best,</p>
<p>Christopher
</p></description>
		</item>
		<item>
			<title>mikevbk on "FAQ - Auto advance carousel slider"</title>
			<link>http://www.themolitor.com/forums/topic/carousel-slider-auto-advance#post-41631</link>
			<pubDate>Wed, 31 May 2017 21:37:24 +0000</pubDate>
			<dc:creator>mikevbk</dc:creator>
			<guid isPermaLink="false">41631@http://www.themolitor.com/forums/</guid>
			<description><p>However... after further observance, the auto rotate seems to stop on it's now after a while. And, the left right arrow buttons do not advance in either direction.
</p></description>
		</item>
		<item>
			<title>mikevbk on "FAQ - Auto advance carousel slider"</title>
			<link>http://www.themolitor.com/forums/topic/carousel-slider-auto-advance#post-41627</link>
			<pubDate>Tue, 30 May 2017 21:50:52 +0000</pubDate>
			<dc:creator>mikevbk</dc:creator>
			<guid isPermaLink="false">41627@http://www.themolitor.com/forums/</guid>
			<description><p>worked like a charm. Thanks!
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "FAQ - Auto advance carousel slider"</title>
			<link>http://www.themolitor.com/forums/topic/carousel-slider-auto-advance#post-41614</link>
			<pubDate>Tue, 30 May 2017 08:20:17 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">41614@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>Try adding <code>auto:true</code> like this...</p>
<pre><code>////////////////
//CAROUSEL
////////////////
jQuery(&#039;#carousel&#039;).bxSlider({
speed:1000,
auto:true,
minSlides: 3,
maxSlides: 5,
slideWidth: 178,
slideMargin: 15,
pager:false,
nextText: &#34;&#60;i class=&#039;fa fa-chevron-circle-right&#039;&#62;&#60;/i&#62;&#34;,
prevText: &#34;&#60;i class=&#039;fa fa-chevron-circle-left&#039;&#62;&#60;/i&#62;&#34;
});</code></pre>
<p>I haven't tested this, so let me know if it works okay.</p>
<p>Best,</p>
<p>Christopher
</p></description>
		</item>
		<item>
			<title>mikevbk on "FAQ - Auto advance carousel slider"</title>
			<link>http://www.themolitor.com/forums/topic/carousel-slider-auto-advance#post-41597</link>
			<pubDate>Wed, 24 May 2017 23:12:57 +0000</pubDate>
			<dc:creator>mikevbk</dc:creator>
			<guid isPermaLink="false">41597@http://www.themolitor.com/forums/</guid>
			<description><p>This is what the carousel script looks like in the wpaid_update:</p>
<p>////////////////<br />
	//CAROUSEL<br />
	////////////////<br />
	jQuery('#carousel').bxSlider({<br />
		speed:1000,<br />
  		minSlides: 3,<br />
  		maxSlides: 5,<br />
  		slideWidth: 178,<br />
  		slideMargin: 15,<br />
  		pager:false,<br />
  		nextText: "&#60;i class='fa fa-chevron-circle-right'&#62;&#60;/i&#62;",<br />
  		prevText: "&#60;i class='fa fa-chevron-circle-left'&#62;&#60;/i&#62;"<br />
	});</p>
<p>What needs to be done to have the carousel auto rotate?
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "FAQ - Auto advance carousel slider"</title>
			<link>http://www.themolitor.com/forums/topic/carousel-slider-auto-advance#post-28110</link>
			<pubDate>Thu, 27 Mar 2014 10:04:12 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">28110@http://www.themolitor.com/forums/</guid>
			<description><p>@zoomlanski Thanks for helping out :-)</p>
<p>@mikevbk as zoomlanski said, the file is now called custom.js. </p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>zoomlanski on "FAQ - Auto advance carousel slider"</title>
			<link>http://www.themolitor.com/forums/topic/carousel-slider-auto-advance#post-28098</link>
			<pubDate>Thu, 27 Mar 2014 03:54:57 +0000</pubDate>
			<dc:creator>zoomlanski</dc:creator>
			<guid isPermaLink="false">28098@http://www.themolitor.com/forums/</guid>
			<description><p>Mike - look for the custom.js file in /public_html/wp-content/themes/wpaid/scripts - and adjust the numbers as above. Let me know if you find it.<br />
Tim
</p></description>
		</item>
		<item>
			<title>mikevbk on "FAQ - Auto advance carousel slider"</title>
			<link>http://www.themolitor.com/forums/topic/carousel-slider-auto-advance#post-28096</link>
			<pubDate>Wed, 26 Mar 2014 19:44:08 +0000</pubDate>
			<dc:creator>mikevbk</dc:creator>
			<guid isPermaLink="false">28096@http://www.themolitor.com/forums/</guid>
			<description><p>Hello, in the new version download, it seems there was no scripts.js file? Is there a different way to adjust the auto advance?
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "FAQ - Auto advance carousel slider"</title>
			<link>http://www.themolitor.com/forums/topic/carousel-slider-auto-advance#post-22487</link>
			<pubDate>Fri, 09 Aug 2013 12:50:28 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">22487@http://www.themolitor.com/forums/</guid>
			<description><p>:-)
</p></description>
		</item>
		<item>
			<title>zoomlanski on "FAQ - Auto advance carousel slider"</title>
			<link>http://www.themolitor.com/forums/topic/carousel-slider-auto-advance#post-22481</link>
			<pubDate>Thu, 08 Aug 2013 14:56:24 +0000</pubDate>
			<dc:creator>zoomlanski</dc:creator>
			<guid isPermaLink="false">22481@http://www.themolitor.com/forums/</guid>
			<description><p>ABSOLUTELY FANTASTIC<br />
You thought of everything!<br />
You Rock!<br />
Do you have any jigoshop compatible templates cause I need a good one?
</p></description>
		</item>
		<item>
			<title>dpzee on "FAQ - Auto advance carousel slider"</title>
			<link>http://www.themolitor.com/forums/topic/carousel-slider-auto-advance#post-4490</link>
			<pubDate>Sun, 23 Oct 2011 17:54:54 +0000</pubDate>
			<dc:creator>dpzee</dc:creator>
			<guid isPermaLink="false">4490@http://www.themolitor.com/forums/</guid>
			<description><p>that's it. thanks!
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "FAQ - Auto advance carousel slider"</title>
			<link>http://www.themolitor.com/forums/topic/carousel-slider-auto-advance#post-4206</link>
			<pubDate>Fri, 23 Sep 2011 09:05:31 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">4206@http://www.themolitor.com/forums/</guid>
			<description><p>Open up "scripts.js" and locate the following on lines 637-645...</p>
<pre><code>////////////////
//CAROUSEL
////////////////
jQuery(&#039;#carousel&#039;).jcarousel({
    wrap: &#039;circular&#039;,
    auto: 7000,
    scroll:5,
    animation: 1000
});</code></pre>
<p>The auto setting is listed in SECONDS not milliseconds as it normally is. The default value in this theme is 7000 SECONDS. Adjust accordingly to auto: 7 for 7 seconds.</p>
<p>Thanks!</p>
<p>Chris
</p></description>
		</item>

	</channel>
</rss>
