<?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: UPDATE - v.1.1.1 for Panels</title>
		<link>http://www.themolitor.com/forums/topic/update-v111-for-panels</link>
		<description>THE MOLITOR FORUMS &#187; Topic: UPDATE - v.1.1.1 for Panels</description>
		<language>en-US</language>
		<pubDate>Sun, 03 May 2026 03:40:33 +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/update-v111-for-panels" rel="self" type="application/rss+xml" />

		<item>
			<title>THE MOLITOR on "UPDATE - v.1.1.1 for Panels"</title>
			<link>http://www.themolitor.com/forums/topic/update-v111-for-panels#post-25090</link>
			<pubDate>Wed, 27 Nov 2013 10:10:53 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">25090@http://www.themolitor.com/forums/</guid>
			<description><p><a href="http://www.themolitor.com/forums/topic/update-v112-for-panels">Version 1.1.2 now available</a>
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "UPDATE - v.1.1.1 for Panels"</title>
			<link>http://www.themolitor.com/forums/topic/update-v111-for-panels#post-22409</link>
			<pubDate>Mon, 05 Aug 2013 14:10:28 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">22409@http://www.themolitor.com/forums/</guid>
			<description><p>NOTE: <a href="http://www.themolitor.com/forums/topic/update-v112-for-panels">Version 1.1.2 now available</a></p>
<p>Version 1.1.1 addresses a bug with the Safari browser not properly handling background images. The fix involves detecting Safari and removing the parallax effect for that browser. As a result, the background images appear and the bug with Safari is side stepped.</p>
<p>Here is how to apply the fix to version 1.1.0...</p>
<p>1. Open "custom.js" and change the following on lines 27-32 from this...</p>
<pre><code>////////////////
//iOS BACKGROUND IMAGE FIX
////////////////
if(iPadiPhone){
	jQuery(&#039;.fullBg&#039;).css({backgroundAttachment: &#34;scroll&#34;});
}</code></pre>
<p>...to 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;;
}

////////////////
//iOS / SAFARI BACKGROUND IMAGE FIX
////////////////
if(iPadiPhone &#124;&#124; safariBrowser == &#039;true&#039;){
	panel.css({backgroundAttachment: &#34;scroll&#34;});
}</code></pre>
<p>2. After above edit, change the following on line 546 from this...</p>
<pre><code>if(thisPanel.hasClass(&#039;yesParallax&#039;) &#38;&#38; !iPadiPhone){</code></pre>
<p>...to this...</p>
<pre><code>if(thisPanel.hasClass(&#039;yesParallax&#039;) &#38;&#38; !iPadiPhone &#38;&#38; safariBrowser == &#039;false&#039;){</code></pre>
<p>3. Open "style.css" and change the version number on line 9 from 1.1.0 to 1.1.1.</p>
<p>Thanks!</p>
<p>Chris
</p></description>
		</item>

	</channel>
</rss>
