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

		<item>
			<title>THE MOLITOR on "Missing Background / Options"</title>
			<link>http://www.themolitor.com/forums/topic/missing-background-options#post-32289</link>
			<pubDate>Mon, 29 Dec 2014 10:05:26 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">32289@http://www.themolitor.com/forums/</guid>
			<description><p>Thank you! :-)</p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>mhbeals on "Missing Background / Options"</title>
			<link>http://www.themolitor.com/forums/topic/missing-background-options#post-32264</link>
			<pubDate>Tue, 23 Dec 2014 12:25:02 +0000</pubDate>
			<dc:creator>mhbeals</dc:creator>
			<guid isPermaLink="false">32264@http://www.themolitor.com/forums/</guid>
			<description><p>Brilliant. Thanks! (will rate you 5 stars)
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Missing Background / Options"</title>
			<link>http://www.themolitor.com/forums/topic/missing-background-options#post-32261</link>
			<pubDate>Tue, 23 Dec 2014 11:52:38 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">32261@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>If you don't intend to use the custom background feature for each post, you can remove it. Open footer.php and change the following on lines 59-71 from this...</p>
<pre><code>&#60;script type=&#34;text/javascript&#34;&#62;
jQuery.noConflict(); jQuery(document).ready(function(){
	&#60;?php if(is_single() &#124;&#124; is_page()) {
	$data = get_post_meta( $post-&#62;ID, &#039;key&#039;, true );
	if ($data[ &#039;bg&#039; ]) { ?&#62;
		jQuery.backstretch(&#34;&#60;?php echo $data[ &#039;bg&#039; ]; ?&#62;&#34;, {speed: 300});
	&#60;?php } else{ ?&#62;
	jQuery.backstretch(&#34;&#60;?php echo $background;?&#62;&#34;, {speed: 300});
	&#60;?php } } else { ?&#62;
	jQuery.backstretch(&#34;&#60;?php echo $background;?&#62;&#34;, {speed: 300});
	&#60;?php } ?&#62;
});
&#60;/script&#62;</code></pre>
<p>...to this...</p>
<pre><code>&#60;script type=&#34;text/javascript&#34;&#62;
jQuery.noConflict(); jQuery(document).ready(function(){
	jQuery.backstretch(&#34;&#60;?php echo $background;?&#62;&#34;, {speed: 300});
});
&#60;/script&#62;</code></pre>
<p>Let me know if that helps.</p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>mhbeals on "Missing Background / Options"</title>
			<link>http://www.themolitor.com/forums/topic/missing-background-options#post-32259</link>
			<pubDate>Tue, 23 Dec 2014 08:56:33 +0000</pubDate>
			<dc:creator>mhbeals</dc:creator>
			<guid isPermaLink="false">32259@http://www.themolitor.com/forums/</guid>
			<description><p>For some reason, every page has this in the custom background field:</p>
<p>&#60;b&#62;Warning&#60;/b&#62;:  Illegal string offset 'bg' in &#60;b&#62;/home/content/p3pnexwpnas06_data01/91/2355891/html/wp-content/themes/wpnovelist/functions.php&#60;/b&#62; on line &#60;b&#62;113&#60;/b&#62;</p>
<p>I can't seem to figure out why it should be so.  I have imported before applying the theme, to no avail.</p>
<p>Any suggestion would be much appreciated. Going through all 400 is not really an option.
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Missing Background / Options"</title>
			<link>http://www.themolitor.com/forums/topic/missing-background-options#post-32253</link>
			<pubDate>Mon, 22 Dec 2014 10:30:47 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">32253@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>Looking at your source code, it appears you might have some text/content in the custom background field for your posts. Sometimes during the import process, WordPress doesn't know how to handle custom fields like that. </p>
<p>Make sure there's nothing in the custom background field for your posts (including spaces) and check to see if that helps.</p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>mhbeals on "Missing Background / Options"</title>
			<link>http://www.themolitor.com/forums/topic/missing-background-options#post-32249</link>
			<pubDate>Sat, 20 Dec 2014 11:18:12 +0000</pubDate>
			<dc:creator>mhbeals</dc:creator>
			<guid isPermaLink="false">32249@http://www.themolitor.com/forums/</guid>
			<description><p>My apologies, I have this mostly sorted now. But I only have a BG on my index page, not my individual posts.  As I have imported many posts I can't go to each an put in a custom one.  Why might the default not be working?
</p></description>
		</item>
		<item>
			<title>mhbeals on "Missing Background / Options"</title>
			<link>http://www.themolitor.com/forums/topic/missing-background-options#post-32248</link>
			<pubDate>Sat, 20 Dec 2014 10:47:55 +0000</pubDate>
			<dc:creator>mhbeals</dc:creator>
			<guid isPermaLink="false">32248@http://www.themolitor.com/forums/</guid>
			<description><p>Just to clarify, I have gone to Customize, but just get the box standard ones that come with WP, not any additional ones.
</p></description>
		</item>
		<item>
			<title>mhbeals on "Missing Background / Options"</title>
			<link>http://www.themolitor.com/forums/topic/missing-background-options#post-32246</link>
			<pubDate>Sat, 20 Dec 2014 07:59:47 +0000</pubDate>
			<dc:creator>mhbeals</dc:creator>
			<guid isPermaLink="false">32246@http://www.themolitor.com/forums/</guid>
			<description><p>Just installed your theme (via zip upload on WP dashboard) on my clean install of WP. It is roughly working, but none of the backgrounds show up--I get grey dots instead (www.scissorsandpaste.net)  I try to use the standard customisation WP function and can get a greyed out version of the image by uploading it directly, but only on the homepage.  Please help.  The files all seem to be there!
</p></description>
		</item>

	</channel>
</rss>
