<?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: Background picture on idevice</title>
		<link>http://www.themolitor.com/forums/topic/background-picture-on-idevice</link>
		<description>THE MOLITOR FORUMS &#187; Topic: Background picture on idevice</description>
		<language>en-US</language>
		<pubDate>Tue, 28 Apr 2026 22:14:31 +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/background-picture-on-idevice" rel="self" type="application/rss+xml" />

		<item>
			<title>shamdin on "Background picture on idevice"</title>
			<link>http://www.themolitor.com/forums/topic/background-picture-on-idevice#post-18681</link>
			<pubDate>Tue, 19 Feb 2013 11:13:05 +0000</pubDate>
			<dc:creator>shamdin</dc:creator>
			<guid isPermaLink="false">18681@http://www.themolitor.com/forums/</guid>
			<description><p>If any one have a solution i be grateful... thanks
</p></description>
		</item>
		<item>
			<title>shamdin on "Background picture on idevice"</title>
			<link>http://www.themolitor.com/forums/topic/background-picture-on-idevice#post-18548</link>
			<pubDate>Thu, 14 Feb 2013 04:48:32 +0000</pubDate>
			<dc:creator>shamdin</dc:creator>
			<guid isPermaLink="false">18548@http://www.themolitor.com/forums/</guid>
			<description><p>Thanks again and again no luck again...
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Background picture on idevice"</title>
			<link>http://www.themolitor.com/forums/topic/background-picture-on-idevice#post-18528</link>
			<pubDate>Wed, 13 Feb 2013 13:43:27 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">18528@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>When I visit your site, the video isn't loading, which seems like the loading times might relate to a temporary issue with Vimeo (it shouldn't be theme-related).</p>
<p>Try this code instead...</p>
<pre><code>&#60;script&#62;
jQuery.noConflict(); jQuery(document).ready(function(){

var view = jQuery(window),
	deviceAgent = navigator.userAgent.toLowerCase(),
	iPadiPhone = deviceAgent.match(/(iphone&#124;ipod&#124;ipad)/);

&#60;?php if(is_front_page()){ ?&#62;
	view.load(function(){
		var customBg = jQuery(&#039;.activeTab&#039;).children(&#039;span&#039;).text();
		jQuery(&#039;#sliderContainer&#039;).backstretch(customBg,{speed:1000});
		jQuery.backstretch(&#34;&#60;?php echo $background;?&#62;&#34;, {speed:1000});
	})
&#60;?php } elseif(!is_single() &#38;&#38; !is_page() &#38;&#38; !is_category()){ ?&#62;
	view.load(function(){
		jQuery.backstretch(&#34;&#60;?php echo $background;?&#62;&#34;, {speed: 1000});
	})
&#60;?php } ?&#62;

if(iPadiPhone){
     jQuery(&#039;.backstretch&#039;).remove();
}

});
&#60;/script&#62;</code></pre>
<p>Let me know...</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>shamdin on "Background picture on idevice"</title>
			<link>http://www.themolitor.com/forums/topic/background-picture-on-idevice#post-18524</link>
			<pubDate>Wed, 13 Feb 2013 13:24:19 +0000</pubDate>
			<dc:creator>shamdin</dc:creator>
			<guid isPermaLink="false">18524@http://www.themolitor.com/forums/</guid>
			<description><p>I haven't changed the script yet but if you go to desktop version it takes 10 min for the loading disappears <a href="http://www.deceptionfilms.com" rel="nofollow">http://www.deceptionfilms.com</a> and I'm sitting with 100 Mbps internet connection
</p></description>
		</item>
		<item>
			<title>shamdin on "Background picture on idevice"</title>
			<link>http://www.themolitor.com/forums/topic/background-picture-on-idevice#post-18523</link>
			<pubDate>Wed, 13 Feb 2013 13:16:58 +0000</pubDate>
			<dc:creator>shamdin</dc:creator>
			<guid isPermaLink="false">18523@http://www.themolitor.com/forums/</guid>
			<description><p>Thanks Chris for effort and help but it dose not work and the home page is still black on desktop version, as you said the picture is 1280x720 i have no idea what is wrong. im going to change back the script to original perhaps i get bgpicture on homepage...</p>
<p>i copied the script i  removed the cash but nothing</p>
<p>sometimes you win sometime you lose btw i refer to me LOL
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Background picture on idevice"</title>
			<link>http://www.themolitor.com/forums/topic/background-picture-on-idevice#post-18521</link>
			<pubDate>Wed, 13 Feb 2013 12:54:36 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">18521@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>Try using the following in your footer.php file where the script is...</p>
<pre><code>&#60;script&#62;
jQuery.noConflict(); jQuery(document).ready(function(){

var view = jQuery(window),
	deviceAgent = navigator.userAgent.toLowerCase(),
	iPadiPhone = deviceAgent.match(/(iphone&#124;ipod&#124;ipad)/);

&#60;?php if(is_front_page() &#38;&#38; !iPadiPhone){ ?&#62;
	view.load(function(){
		var customBg = jQuery(&#039;.activeTab&#039;).children(&#039;span&#039;).text();
		jQuery(&#039;#sliderContainer&#039;).backstretch(customBg,{speed:1000});
		jQuery.backstretch(&#34;&#60;?php echo $background;?&#62;&#34;, {speed:1000});
	})
&#60;?php } elseif(!is_single() &#38;&#38; !is_page() &#38;&#38; !is_category() &#38;&#38; !iPadiPhone){ ?&#62;
	view.load(function(){
		jQuery.backstretch(&#34;&#60;?php echo $background;?&#62;&#34;, {speed: 1000});
	})
&#60;?php } ?&#62;

if(iPadiPhone){
     jQuery(&#039;.backstretch&#039;).remove();
}

});
&#60;/script&#62;</code></pre>
<p>Let me know if that works better.</p>
<p>Thanks!</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>shamdin on "Background picture on idevice"</title>
			<link>http://www.themolitor.com/forums/topic/background-picture-on-idevice#post-18515</link>
			<pubDate>Wed, 13 Feb 2013 11:13:17 +0000</pubDate>
			<dc:creator>shamdin</dc:creator>
			<guid isPermaLink="false">18515@http://www.themolitor.com/forums/</guid>
			<description><p>Thanks man il be waiting for you answer thanks
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Background picture on idevice"</title>
			<link>http://www.themolitor.com/forums/topic/background-picture-on-idevice#post-18514</link>
			<pubDate>Wed, 13 Feb 2013 11:10:54 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">18514@http://www.themolitor.com/forums/</guid>
			<description><p>[previous comment removed by admin]</p>
<p>Looking into this...
</p></description>
		</item>
		<item>
			<title>shamdin on "Background picture on idevice"</title>
			<link>http://www.themolitor.com/forums/topic/background-picture-on-idevice#post-18511</link>
			<pubDate>Wed, 13 Feb 2013 10:57:27 +0000</pubDate>
			<dc:creator>shamdin</dc:creator>
			<guid isPermaLink="false">18511@http://www.themolitor.com/forums/</guid>
			<description><p>Sorry! here is the deal... it works but on the home page and the home page on the desktop version is black same as iphone but the rest of pages the bgpicture is there on iPhone...</p>
<p>as i said before thank for the help but i would like to remove in iphone but not in the desktop version...</p>
<p>if idevice remove the picture else show the picture kind sorry im not a programer so :)
</p></description>
		</item>
		<item>
			<title>shamdin on "Background picture on idevice"</title>
			<link>http://www.themolitor.com/forums/topic/background-picture-on-idevice#post-18509</link>
			<pubDate>Wed, 13 Feb 2013 10:43:15 +0000</pubDate>
			<dc:creator>shamdin</dc:creator>
			<guid isPermaLink="false">18509@http://www.themolitor.com/forums/</guid>
			<description><p>this is the script i put in footer.php</p>
<pre><code>&#60;script&#62;
jQuery.noConflict(); jQuery(document).ready(function(){

var view = jQuery(window),
	deviceAgent = navigator.userAgent.toLowerCase(),
	iPadiPhone = deviceAgent.match(/(iphone&#124;ipod&#124;ipad)/);

&#60;?php if(is_front_page() &#38;&#38; !iPadiPhone){ ?&#62;
	view.load(function(){
		var customBg = jQuery(&#039;.activeTab&#039;).children(&#039;span&#039;).text();
		jQuery(&#039;#sliderContainer&#039;).backstretch(customBg,{speed:1000});
		jQuery.backstretch(&#34;&#60;?php echo $background;?&#62;&#34;, {speed:1000});
	})
&#60;?php } elseif(!is_single() &#38;&#38; !is_page() &#38;&#38; !is_category() &#38;&#38; !iPadiPhone){ ?&#62;
	view.load(function(){
		jQuery.backstretch(&#34;&#60;?php echo $background;?&#62;&#34;, {speed: 1000});
	})
&#60;?php } ?&#62;

});
&#60;/script&#62;</code></pre></description>
		</item>
		<item>
			<title>shamdin on "Background picture on idevice"</title>
			<link>http://www.themolitor.com/forums/topic/background-picture-on-idevice#post-18508</link>
			<pubDate>Wed, 13 Feb 2013 10:38:18 +0000</pubDate>
			<dc:creator>shamdin</dc:creator>
			<guid isPermaLink="false">18508@http://www.themolitor.com/forums/</guid>
			<description><p>Dear Chris!</p>
<p>I did as you told me i only replaced the code as you told me and i hope that im doing it wright but i see no difference!</p>
<p>I just copied and paste it but nothing :(((((
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Background picture on idevice"</title>
			<link>http://www.themolitor.com/forums/topic/background-picture-on-idevice#post-18504</link>
			<pubDate>Wed, 13 Feb 2013 10:27:59 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">18504@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>I looked at your source code and you're missing a large chunk of my edit above. Please double-check your edits and make sure you included everything.</p>
<p>Thanks!</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>shamdin on "Background picture on idevice"</title>
			<link>http://www.themolitor.com/forums/topic/background-picture-on-idevice#post-18498</link>
			<pubDate>Wed, 13 Feb 2013 08:51:08 +0000</pubDate>
			<dc:creator>shamdin</dc:creator>
			<guid isPermaLink="false">18498@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there!</p>
<p>I did as you said i changed the picture size and the script nothing happened...<br />
Any idea?</p>
<p>Thanks
</p></description>
		</item>
		<item>
			<title>shamdin on "Background picture on idevice"</title>
			<link>http://www.themolitor.com/forums/topic/background-picture-on-idevice#post-18495</link>
			<pubDate>Wed, 13 Feb 2013 01:10:02 +0000</pubDate>
			<dc:creator>shamdin</dc:creator>
			<guid isPermaLink="false">18495@http://www.themolitor.com/forums/</guid>
			<description><p>So on desktop version the bgpicture should be 1280x720?</p>
<p>thanks
</p></description>
		</item>
		<item>
			<title>shamdin on "Background picture on idevice"</title>
			<link>http://www.themolitor.com/forums/topic/background-picture-on-idevice#post-18494</link>
			<pubDate>Wed, 13 Feb 2013 00:48:54 +0000</pubDate>
			<dc:creator>shamdin</dc:creator>
			<guid isPermaLink="false">18494@http://www.themolitor.com/forums/</guid>
			<description><p>Hi Chris!</p>
<p>I changed but on change menu or the refresh (update) the bgpicture appears wired or what...</p>
<p>im going to change the size of the picture...<br />
if it dose not work do you have any idea?</p>
<p>thanks
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Background picture on idevice"</title>
			<link>http://www.themolitor.com/forums/topic/background-picture-on-idevice#post-18443</link>
			<pubDate>Tue, 12 Feb 2013 13:06:35 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">18443@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>I see what you mean when I visit your site (I still don't see this on the demo site). I'm wondering if it's because the image you're using is extremely large (I don't recommend anything beyond 1280x720).</p>
<p>That said, to remove this effect for iDevices, open "footer.php" and change the following on lines 66-78 from this...</p>
<pre><code>var view = jQuery(window);

&#60;?php if(is_front_page()){ ?&#62;
	view.load(function(){
		var customBg = jQuery(&#039;.activeTab&#039;).children(&#039;span&#039;).text();
		jQuery(&#039;#sliderContainer&#039;).backstretch(customBg,{speed:1000});
		jQuery.backstretch(&#34;&#60;?php echo $background;?&#62;&#34;, {speed:1000});
	})
&#60;?php } elseif(!is_single() &#38;&#38; !is_page() &#38;&#38; !is_category()){ ?&#62;
	view.load(function(){
		jQuery.backstretch(&#34;&#60;?php echo $background;?&#62;&#34;, {speed: 1000});
	})
&#60;?php } ?&#62;</code></pre>
<p>...to this...</p>
<pre><code>var view = jQuery(window),
	deviceAgent = navigator.userAgent.toLowerCase(),
	iPadiPhone = deviceAgent.match(/(iphone&#124;ipod&#124;ipad)/);

&#60;?php if(is_front_page() &#38;&#38; !iPadiPhone){ ?&#62;
	view.load(function(){
		var customBg = jQuery(&#039;.activeTab&#039;).children(&#039;span&#039;).text();
		jQuery(&#039;#sliderContainer&#039;).backstretch(customBg,{speed:1000});
		jQuery.backstretch(&#34;&#60;?php echo $background;?&#62;&#34;, {speed:1000});
	})
&#60;?php } elseif(!is_single() &#38;&#38; !is_page() &#38;&#38; !is_category() &#38;&#38; !iPadiPhone){ ?&#62;
	view.load(function(){
		jQuery.backstretch(&#34;&#60;?php echo $background;?&#62;&#34;, {speed: 1000});
	})
&#60;?php } ?&#62;</code></pre>
<p>Thanks!</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>shamdin on "Background picture on idevice"</title>
			<link>http://www.themolitor.com/forums/topic/background-picture-on-idevice#post-18380</link>
			<pubDate>Mon, 11 Feb 2013 14:43:41 +0000</pubDate>
			<dc:creator>shamdin</dc:creator>
			<guid isPermaLink="false">18380@http://www.themolitor.com/forums/</guid>
			<description><p>Here is the link</p>
<p><a href="http://www.deceptionfilms.com" rel="nofollow">http://www.deceptionfilms.com</a></p>
<p>Maybe its a internet slow speed that make it showing the bgpicture is there a css code thats remove the picture and create a black bgpicture??
</p></description>
		</item>
		<item>
			<title>shamdin on "Background picture on idevice"</title>
			<link>http://www.themolitor.com/forums/topic/background-picture-on-idevice#post-18377</link>
			<pubDate>Mon, 11 Feb 2013 14:28:28 +0000</pubDate>
			<dc:creator>shamdin</dc:creator>
			<guid isPermaLink="false">18377@http://www.themolitor.com/forums/</guid>
			<description><p>Hi Chris!<br />
Im using iPhone 3gs, 4, 4s and iPhone 5. Ios 6.1 on all the devices and safari as default browser...</p>
<p>Any idea
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Background picture on idevice"</title>
			<link>http://www.themolitor.com/forums/topic/background-picture-on-idevice#post-18367</link>
			<pubDate>Mon, 11 Feb 2013 13:34:53 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">18367@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>I understand. I refresh the page and still I don't see any issues. Can you provide details about the device you're using? I'm trying to recreate the issue you're having to troubleshoot, but can't see what you're seeing with my iPhone.</p>
<p>Thanks!</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>shamdin on "Background picture on idevice"</title>
			<link>http://www.themolitor.com/forums/topic/background-picture-on-idevice#post-18363</link>
			<pubDate>Mon, 11 Feb 2013 13:27:00 +0000</pubDate>
			<dc:creator>shamdin</dc:creator>
			<guid isPermaLink="false">18363@http://www.themolitor.com/forums/</guid>
			<description><p>Hi again!</p>
<p>As i said befor on update there is glitch and you can se the backgroun picture that is set fir the desktop version, on update or refresh it shold always be black screen and not showing the desktop packground picture... Id there a code that removes the desktop bgpicture on smaller screen...</p>
<p>Thank
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Background picture on idevice"</title>
			<link>http://www.themolitor.com/forums/topic/background-picture-on-idevice#post-18334</link>
			<pubDate>Mon, 11 Feb 2013 10:48:23 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">18334@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>I'm not seeing that happen when viewing the demo on my iPhone 5. Can you provide details of the iDevice you're using?</p>
<p>Thanks!</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>shamdin on "Background picture on idevice"</title>
			<link>http://www.themolitor.com/forums/topic/background-picture-on-idevice#post-18296</link>
			<pubDate>Fri, 08 Feb 2013 13:52:22 +0000</pubDate>
			<dc:creator>shamdin</dc:creator>
			<guid isPermaLink="false">18296@http://www.themolitor.com/forums/</guid>
			<description><p>Hi Chris!<br />
When i use the idevice such as iphone the background picture disapears and that is god but on a refrech there is a glitch for second insted of show the black background it shows the background picture, i have testet even your demo site and there it is...<br />
My question is, is there a css script that says if idevice is selected remove the background picture and show a bgcolor black?<br />
Then if there is a glitch it will not be noticeable becus the backgroundis black on smaller screen...</p>
<p>Thanks again for a great theme keep up the good work...
</p></description>
		</item>

	</channel>
</rss>
