<?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: No custom background image showing on pages</title>
		<link>http://www.themolitor.com/forums/topic/no-custom-background-image-showing-on-pages</link>
		<description>THE MOLITOR FORUMS &#187; Topic: No custom background image showing on pages</description>
		<language>en-US</language>
		<pubDate>Wed, 29 Apr 2026 19:18:34 +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/no-custom-background-image-showing-on-pages" rel="self" type="application/rss+xml" />

		<item>
			<title>THE MOLITOR on "No custom background image showing on pages"</title>
			<link>http://www.themolitor.com/forums/topic/no-custom-background-image-showing-on-pages#post-41316</link>
			<pubDate>Fri, 07 Apr 2017 10:01:01 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">41316@http://www.themolitor.com/forums/</guid>
			<description><p>Thanks for sharing! ;-)
</p></description>
		</item>
		<item>
			<title>DonBonn on "No custom background image showing on pages"</title>
			<link>http://www.themolitor.com/forums/topic/no-custom-background-image-showing-on-pages#post-41315</link>
			<pubDate>Fri, 07 Apr 2017 06:02:54 +0000</pubDate>
			<dc:creator>DonBonn</dc:creator>
			<guid isPermaLink="false">41315@http://www.themolitor.com/forums/</guid>
			<description><p>I have found a simple and working solution for custom background images (full width) in middle panel:</p>
<pre><code>.page-id-xyz #mainPanel
{
background-image: url(&#039;background-image-url&#039;);
background-size: cover;
background-repeat: no-repeat;
}</code></pre>
<p>Set this code for each page with a custom bg in custom css. Replace "xyz" in the first line with page-id.</p>
<p>Cheers<br />
Don
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "No custom background image showing on pages"</title>
			<link>http://www.themolitor.com/forums/topic/no-custom-background-image-showing-on-pages#post-41313</link>
			<pubDate>Thu, 06 Apr 2017 12:29:35 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">41313@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>The middle/footer panel areas use a site-wide setting for the background. The custom image feature only applies to the header area.</p>
<p>Regarding the tabs showing, yes, those are reserved for video posts. You can try putting just basic text in the "video embed" text area and see if that helps.</p>
<p>To control the text, open up single.php and locate the following on lines 56-72...</p>
<pre><code>&#60;!--TAB BUTTONS--&#62;
&#60;div id=&#34;tabNavContainer&#34;&#62;
&#60;ul id=&#34;tabNav&#34;&#62;
		&#60;li class=&#34;activeNav&#34; id=&#34;synopsisLink&#34;&#62;&#60;a href=&#34;#&#34;&#62;&#60;i class=&#34;fa fa-info-circle&#34;&#62;&#60;/i&#62;&#60;span&#62;&#60;?php _e(&#039;Synopsis&#039;,&#039;the-producer&#039;);?&#62;&#60;/span&#62;&#60;/a&#62;&#60;/li&#62;
	&#60;?php if (!empty($videos)) { ?&#62;
		&#60;li id=&#34;videosLink&#34;&#62;&#60;a href=&#34;#&#34;&#62;&#60;i class=&#34;fa fa-play-circle&#34;&#62;&#60;/i&#62;&#60;span&#62;&#60;?php _e(&#039;Videos&#039;,&#039;the-producer&#039;);?&#62;&#60;/span&#62;&#60;/a&#62;&#60;/li&#62;
	&#60;?php } if($attachments) { ?&#62;
		&#60;li id=&#34;galleryLink&#34;&#62;&#60;a href=&#34;#&#34;&#62;&#60;i class=&#34;fa fa-th&#34;&#62;&#60;/i&#62;&#60;span&#62;&#60;?php _e(&#039;Gallery&#039;,&#039;the-producer&#039;);?&#62;&#60;/span&#62;&#60;/a&#62;&#60;/li&#62;
	&#60;?php } if (!empty($credits)) { ?&#62;
		&#60;li id=&#34;creditsLink&#34;&#62;&#60;a href=&#34;#&#34;&#62;&#60;i class=&#34;fa fa-align-center&#34;&#62;&#60;/i&#62;&#60;span&#62;&#60;?php _e(&#039;Credits&#039;,&#039;the-producer&#039;);?&#62;&#60;/span&#62;&#60;/a&#62;&#60;/li&#62;
	&#60;?php } if (&#039;open&#039; == $post-&#62;comment_status) { ?&#62;
		&#60;li id=&#34;commentsLink&#34;&#62;&#60;a href=&#34;#&#34;&#62;&#60;i class=&#34;fa fa-comment&#34;&#62;&#60;/i&#62;&#60;span&#62;&#60;?php _e(&#039;Comments&#039;,&#039;the-producer&#039;);?&#62;&#60;/span&#62;&#60;/a&#62;&#60;/li&#62;
	&#60;?php } if($category[0] &#38;&#38; count($relatedposts) &#62; 1) { ?&#62;
		&#60;li id=&#34;relatedLink&#34;&#62;&#60;a href=&#34;#&#34;&#62;&#60;i class=&#34;fa fa-sitemap&#34;&#62;&#60;/i&#62;&#60;span&#62;&#60;?php _e(&#039;Related&#039;,&#039;the-producer&#039;);?&#62;&#60;/span&#62;&#60;/a&#62;&#60;/li&#62;
	&#60;?php } ?&#62;
&#60;/ul&#62;&#60;!--end tabNav--&#62;
&#60;/div&#62;&#60;!--end tabNavContainer--&#62;</code></pre>
<p>You can edit the tab titles there.</p>
<p>Hope that helps!</p>
<p>Best,</p>
<p>Christopher
</p></description>
		</item>
		<item>
			<title>DonBonn on "No custom background image showing on pages"</title>
			<link>http://www.themolitor.com/forums/topic/no-custom-background-image-showing-on-pages#post-41308</link>
			<pubDate>Thu, 06 Apr 2017 10:34:11 +0000</pubDate>
			<dc:creator>DonBonn</dc:creator>
			<guid isPermaLink="false">41308@http://www.themolitor.com/forums/</guid>
			<description><p>pps.: Half truth ... If I put in a custom background url on posts it is showing the bg img in the header section. Is this meant so? I thought I could set individual backgrounds for the middle panel as well ...<br />
Another issue I have is that I need to put in a main video embed code on a post page. Otherwise Synopsis, Videos Tab, Credits won't show.<br />
Next question:<br />
Is there a possibility to exchange the words "synopsis", "credits" and (in the header) "continue"?<br />
Thanks a lot in advance ... ;-)
</p></description>
		</item>
		<item>
			<title>DonBonn on "No custom background image showing on pages"</title>
			<link>http://www.themolitor.com/forums/topic/no-custom-background-image-showing-on-pages#post-41307</link>
			<pubDate>Thu, 06 Apr 2017 10:20:13 +0000</pubDate>
			<dc:creator>DonBonn</dc:creator>
			<guid isPermaLink="false">41307@http://www.themolitor.com/forums/</guid>
			<description><p>ps.: This function does not work on posts either.
</p></description>
		</item>
		<item>
			<title>DonBonn on "No custom background image showing on pages"</title>
			<link>http://www.themolitor.com/forums/topic/no-custom-background-image-showing-on-pages#post-41306</link>
			<pubDate>Thu, 06 Apr 2017 09:54:15 +0000</pubDate>
			<dc:creator>DonBonn</dc:creator>
			<guid isPermaLink="false">41306@http://www.themolitor.com/forums/</guid>
			<description><p>Hi Christopher,</p>
<p>I have a problem with the custom background images function. When I put in the correct image URL into the custom background url field in page edit, no background image would appear. In the customizer everything works fine. But just one bg-pic for all of the pages. I would like to have custom backgrounds on all pages. At the moment I have inserted a image URL as custom background for the index-page (wich is a static home with a static wide template). I have tried to change page templates, tried different pages. It just does not work. Can you help?</p>
<p>URL: <a href="http://www.achimrhinow.de" rel="nofollow">http://www.achimrhinow.de</a> </p>
<p>Cheers<br />
Don
</p></description>
		</item>

	</channel>
</rss>
