<?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: Slider in Chrome not working</title>
		<link>http://www.themolitor.com/forums/topic/slider-in-chrome-not-working</link>
		<description>THE MOLITOR FORUMS &#187; Topic: Slider in Chrome not working</description>
		<language>en-US</language>
		<pubDate>Sat, 02 May 2026 08:55:12 +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/slider-in-chrome-not-working" rel="self" type="application/rss+xml" />

		<item>
			<title>THE MOLITOR on "Slider in Chrome not working"</title>
			<link>http://www.themolitor.com/forums/topic/slider-in-chrome-not-working#post-26013</link>
			<pubDate>Thu, 02 Jan 2014 10:51:05 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">26013@http://www.themolitor.com/forums/</guid>
			<description><p>I really appreciate that :-)</p>
<p>Happy new year to you!</p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>mblaa on "Slider in Chrome not working"</title>
			<link>http://www.themolitor.com/forums/topic/slider-in-chrome-not-working#post-25993</link>
			<pubDate>Tue, 31 Dec 2013 16:13:02 +0000</pubDate>
			<dc:creator>mblaa</dc:creator>
			<guid isPermaLink="false">25993@http://www.themolitor.com/forums/</guid>
			<description><p>Thank you very much for supporting this theme on forward. It makes me feel confident we can rely on this theme across platforms in 2014 as we did in 2013 :-) Happy new year!
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Slider in Chrome not working"</title>
			<link>http://www.themolitor.com/forums/topic/slider-in-chrome-not-working#post-25743</link>
			<pubDate>Mon, 23 Dec 2013 10:50:55 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">25743@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>Please keep in mind, 2.0 isn't just a design refresh, it addresses some usability issues on mobile devices and has a lot of general code improvements.</p>
<p>That said, if you want to use a specific version of the theme, please message me from my profile page on ThemeForest with the version you want and I'll send you a link to download it.</p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>Dup1993 on "Slider in Chrome not working"</title>
			<link>http://www.themolitor.com/forums/topic/slider-in-chrome-not-working#post-25724</link>
			<pubDate>Sat, 21 Dec 2013 13:06:22 +0000</pubDate>
			<dc:creator>Dup1993</dc:creator>
			<guid isPermaLink="false">25724@http://www.themolitor.com/forums/</guid>
			<description><p>Where can we download the 1.4.1 AID theme ? I don't want the 2.0.0 and I paid for it. Thanks a lot !
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Slider in Chrome not working"</title>
			<link>http://www.themolitor.com/forums/topic/slider-in-chrome-not-working#post-25662</link>
			<pubDate>Thu, 19 Dec 2013 09:18:11 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">25662@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>I understand that customizations have been made to some of your themes, which make updating difficult, but the update does more than fixing bugs in Chrome. It adds a lot of new features and addresses some usability issues on mobile displays.</p>
<p>I highly recommend porting your customizations over to the new updated version of the theme.</p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>mediarete on "Slider in Chrome not working"</title>
			<link>http://www.themolitor.com/forums/topic/slider-in-chrome-not-working#post-25644</link>
			<pubDate>Thu, 19 Dec 2013 03:00:21 +0000</pubDate>
			<dc:creator>mediarete</dc:creator>
			<guid isPermaLink="false">25644@http://www.themolitor.com/forums/</guid>
			<description><p>For the version 1.2.2 works the fix posted for the version 1.3</p>
<p>Thanx
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Slider in Chrome not working"</title>
			<link>http://www.themolitor.com/forums/topic/slider-in-chrome-not-working#post-25602</link>
			<pubDate>Wed, 18 Dec 2013 10:39:53 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">25602@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>To apply the chrome bug fix in version 1.4.0 of Aid, do the following...</p>
<p>1. Open parallax.js (scripts &#62; parallax.js).</p>
<p>2. Change the following on line 9 from this...</p>
<pre><code>$(&#34;#menuContainer&#34;).activity({segments: 12, width:5.5, space: 6, length: 13, color: &#039;#fff&#039;});</code></pre>
<p>...to this...</p>
<pre><code>var chromeBrowser = /chrom(e&#124;ium)/.test(navigator.userAgent.toLowerCase());
if(!chromeBrowser){
	$(&#34;#menuContainer&#34;).activity({segments: 12, width:5.5, space: 6, length: 13, color: &#039;#fff&#039;});
}</code></pre>
<p>3. After the above edit, change the following on line 53 from this...</p>
<pre><code>$(&#34;#menuContainer&#34;).activity(false);</code></pre>
<p>...to this...</p>
<pre><code>if(!chromeBrowser){
	$(&#34;#menuContainer&#34;).activity(false);
}</code></pre>
<p>Let me know if that works for you.</p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>shirtsmyway on "Slider in Chrome not working"</title>
			<link>http://www.themolitor.com/forums/topic/slider-in-chrome-not-working#post-25532</link>
			<pubDate>Sat, 14 Dec 2013 22:17:58 +0000</pubDate>
			<dc:creator>shirtsmyway</dc:creator>
			<guid isPermaLink="false">25532@http://www.themolitor.com/forums/</guid>
			<description><p>I can't find scripts.js. I'm using version 1.4.0.</p>
<p>How do I fix the slider from freezing in Chrome? The alert box doesn't show up on the home page in Chrome either. How do I fix this?
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Slider in Chrome not working"</title>
			<link>http://www.themolitor.com/forums/topic/slider-in-chrome-not-working#post-25409</link>
			<pubDate>Tue, 10 Dec 2013 14:15:29 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">25409@http://www.themolitor.com/forums/</guid>
			<description><p>You bet! :-)</p>
<p>If you're enjoying the theme, PLEASE don't forget to rate it on your downloads page on ThemeForest. Positive ratings REALLY help me out.</p>
<p>Thanks!</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>e4girl on "Slider in Chrome not working"</title>
			<link>http://www.themolitor.com/forums/topic/slider-in-chrome-not-working#post-25407</link>
			<pubDate>Tue, 10 Dec 2013 13:07:50 +0000</pubDate>
			<dc:creator>e4girl</dc:creator>
			<guid isPermaLink="false">25407@http://www.themolitor.com/forums/</guid>
			<description><p>Hi, Chris!</p>
<p>This worked perfectly!  Thank you so very much!!
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Slider in Chrome not working"</title>
			<link>http://www.themolitor.com/forums/topic/slider-in-chrome-not-working#post-25405</link>
			<pubDate>Tue, 10 Dec 2013 12:56:35 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">25405@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>To apply the chrome bug fix in version 1.3 of Aid, do the following...</p>
<p>1. Open scripts.js (scripts &#62; scripts.js).</p>
<p>2. Change the following on line 301 from this...</p>
<pre><code>$(&#34;#menuContainer&#34;).activity({segments: 12, width:5.5, space: 6, length: 13, color: &#039;#fff&#039;});</code></pre>
<p>...to this...</p>
<pre><code>var chromeBrowser = /chrom(e&#124;ium)/.test(navigator.userAgent.toLowerCase());
if(!chromeBrowser){
	$(&#34;#menuContainer&#34;).activity({segments: 12, width:5.5, space: 6, length: 13, color: &#039;#fff&#039;});
}</code></pre>
<p>3. After the above edit, change the following on line 345 from this...</p>
<pre><code>$(&#34;#menuContainer&#34;).activity(false);</code></pre>
<p>...to this...</p>
<pre><code>if(!chromeBrowser){
	$(&#34;#menuContainer&#34;).activity(false);
}</code></pre>
<p>Let me know if that works for you.</p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>e4girl on "Slider in Chrome not working"</title>
			<link>http://www.themolitor.com/forums/topic/slider-in-chrome-not-working#post-25403</link>
			<pubDate>Tue, 10 Dec 2013 12:09:08 +0000</pubDate>
			<dc:creator>e4girl</dc:creator>
			<guid isPermaLink="false">25403@http://www.themolitor.com/forums/</guid>
			<description><p>Today I visited my client’s website and realized the slider had stopped working in Chrome. I followed the update instructions but this changes the design and I would like to keep the original design – the one in the screenshot of the theme with the gradient background, logo/tagline/search on top, the menu under the slider and the big arrows for the slider.</p>
<p>The files we have (1.3) do not contain a custom.js file but I tried adding the custom.js and new style.css anyway. The slider still doesn’t work.</p>
<p>What needs to be changed and where to make the theme work while keeping the design we want?  Thank you.
</p></description>
		</item>

	</channel>
</rss>
