<?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: Parallax not working in Safari</title>
		<link>http://www.themolitor.com/forums/topic/parallax-not-working-in-safari</link>
		<description>THE MOLITOR FORUMS &#187; Topic: Parallax not working in Safari</description>
		<language>en-US</language>
		<pubDate>Mon, 04 May 2026 22:55:40 +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/parallax-not-working-in-safari" rel="self" type="application/rss+xml" />

		<item>
			<title>THE MOLITOR on "Parallax not working in Safari"</title>
			<link>http://www.themolitor.com/forums/topic/parallax-not-working-in-safari#post-38858</link>
			<pubDate>Mon, 02 May 2016 09:21:32 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">38858@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>I really wouldn't be concerned about older versions. Safari users are very good about updating as a VERY small percentage are using older versions.</p>
<p>Reference: <a href="http://www.w3schools.com/browsers/browsers_safari.asp" rel="nofollow">http://www.w3schools.com/browsers/browsers_safari.asp</a></p>
<p>Best,</p>
<p>Christopher
</p></description>
		</item>
		<item>
			<title>craigdfoster on "Parallax not working in Safari"</title>
			<link>http://www.themolitor.com/forums/topic/parallax-not-working-in-safari#post-38851</link>
			<pubDate>Sun, 01 May 2016 22:05:15 +0000</pubDate>
			<dc:creator>craigdfoster</dc:creator>
			<guid isPermaLink="false">38851@http://www.themolitor.com/forums/</guid>
			<description><p>Thanks Christopher, that worked a treat.</p>
<p>Just to clarify, was there a separate code path to make parallax work in Safari? Or does this variable just turn off parallax altogether?</p>
<p>If the former, then I assume this fix breaks stuff for older versions of Safari and perhaps we need to detect the version of Safari when setting this flag?</p>
<p>Cheers,<br />
Craig
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Parallax not working in Safari"</title>
			<link>http://www.themolitor.com/forums/topic/parallax-not-working-in-safari#post-38750</link>
			<pubDate>Thu, 21 Apr 2016 08:40:38 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">38750@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>I had to write a script specifically for Safari due to browser issues with the parallax effect turned on at the time I developed this theme. You can disable this script by opening scripts/custom.js and changing the following on lines 27-34 from this...</p>
<pre><code>////////////////
//DETECT SAFARI
////////////////
if (navigator.userAgent.indexOf(&#039;Safari&#039;) != -1 &#38;&#38; navigator.userAgent.indexOf(&#039;Chrome&#039;) == -1) {
	var safariBrowser = &#039;true&#039;;
} else {
	var safariBrowser = &#039;false&#039;;
}</code></pre>
<p>...to this...</p>
<pre><code>var safariBrowser = &#039;false&#039;;</code></pre>
<p>Hope that helps!</p>
<p>Best,</p>
<p>Christopher
</p></description>
		</item>
		<item>
			<title>craigdfoster on "Parallax not working in Safari"</title>
			<link>http://www.themolitor.com/forums/topic/parallax-not-working-in-safari#post-38740</link>
			<pubDate>Wed, 20 Apr 2016 18:46:40 +0000</pubDate>
			<dc:creator>craigdfoster</dc:creator>
			<guid isPermaLink="false">38740@http://www.themolitor.com/forums/</guid>
			<description><p>Hey,</p>
<p>Just purchased this theme and setting up a new site. I've found that the parallax effect simply isn't working in Safari (latest version 9.1). I'm able to reproduce it on your Panels demo site. Everything seems to work fine in Chrome.</p>
<p>Cheers,<br />
Craig
</p></description>
		</item>

	</channel>
</rss>
