<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<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>Vfxdude &#187; Topic: Different Backgrounds for each section</title>
		<link>http://www.vfxdude.com/forum/topic/different-backgrounds-for-each-section</link>
		<description>premium wordpress themes</description>
		<language>en-US</language>
		<pubDate>Fri, 10 Feb 2012 22:53:15 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.vfxdude.com/forum/search.php</link>
		</textInput>
		<atom:link href="http://www.vfxdude.com/forum/rss/topic/different-backgrounds-for-each-section" rel="self" type="application/rss+xml" />

		<item>
			<title>Lara on "Different Backgrounds for each section"</title>
			<link>http://www.vfxdude.com/forum/topic/different-backgrounds-for-each-section#post-4397</link>
			<pubDate>Sun, 10 Oct 2010 23:37:33 +0000</pubDate>
			<dc:creator>Lara</dc:creator>
			<guid isPermaLink="false">4397@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;Thank You Illusio and vxdude
&#60;/p&#62;</description>
		</item>
		<item>
			<title>illusio on "Different Backgrounds for each section"</title>
			<link>http://www.vfxdude.com/forum/topic/different-backgrounds-for-each-section#post-3664</link>
			<pubDate>Wed, 01 Sep 2010 03:54:31 +0000</pubDate>
			<dc:creator>illusio</dc:creator>
			<guid isPermaLink="false">3664@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;You just need to remove some duplicate code in header.php. Remove this:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;body&#38;gt;&#60;br /&#62;
&#38;lt;?php bf_top(); ?&#38;gt;&#60;/code&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Lara on "Different Backgrounds for each section"</title>
			<link>http://www.vfxdude.com/forum/topic/different-backgrounds-for-each-section#post-3660</link>
			<pubDate>Tue, 31 Aug 2010 17:04:50 +0000</pubDate>
			<dc:creator>Lara</dc:creator>
			<guid isPermaLink="false">3660@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;Hello.&#60;/p&#62;
&#60;p&#62;Thanks so much for taking the time to help!!!  I tried this as you suggested and the background still doesn't show up (See screengrabs of what I did below).  Perhaps I am missing the obvious ;)  Do you see what I am doing wrong?  Thanks a million.&#60;/p&#62;
&#60;p&#62;Background: &#60;a href=&#34;http://dev1.randomlink.com/wp-content/themes/topart/images/BG_inspiration.jpg&#34; rel=&#34;nofollow&#34;&#62;http://dev1.randomlink.com/wp-content/themes/topart/images/BG_inspiration.jpg&#60;/a&#62;&#60;br /&#62;
Header.php: &#60;a href=&#34;http://dev1.randomlink.com/wp-content/themes/topart/images/example1.jpg&#34; rel=&#34;nofollow&#34;&#62;http://dev1.randomlink.com/wp-content/themes/topart/images/example1.jpg&#60;/a&#62;&#60;br /&#62;
Style.css (in the topart theme): &#60;a href=&#34;http://dev1.randomlink.com/wp-content/themes/topart/images/example2.jpg&#34; rel=&#34;nofollow&#34;&#62;http://dev1.randomlink.com/wp-content/themes/topart/images/example2.jpg&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>illusio on "Different Backgrounds for each section"</title>
			<link>http://www.vfxdude.com/forum/topic/different-backgrounds-for-each-section#post-3652</link>
			<pubDate>Tue, 31 Aug 2010 07:07:40 +0000</pubDate>
			<dc:creator>illusio</dc:creator>
			<guid isPermaLink="false">3652@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;@Lara: There's a way to do this until it's implemented into the theme. In your bigfeature folder, copy/paste into the header.php file. The code creates a custom body class, based on the page name. See it in action &#60;a href=&#34;http://www.labradoodlepuppies.com/&#34;&#62;here&#60;/a&#62;.&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;br /&#62;
&#38;lt;/head&#38;gt;&#60;br /&#62;
&#60;strong&#62;&#38;lt;!-- begin dynamic body class --&#38;gt;&#60;br /&#62;
&#38;lt;?php if (is_home()) { ?&#38;gt;&#60;br /&#62;
&#38;lt;body class=&#34;&#34;&#38;gt;&#60;br /&#62;
&#38;lt;?php } else { ?&#38;gt;&#60;br /&#62;
&#38;lt;body class=&#34;&#38;lt;?php echo $post-&#38;gt;post_name; ?&#38;gt;&#34;&#38;gt;&#60;br /&#62;
&#38;lt;?php } ?&#38;gt;&#60;br /&#62;
&#38;lt;!-- end dynamic body class --&#38;gt;&#60;/strong&#62;&#60;br /&#62;
&#38;lt;?php bf_top(); ?&#38;gt;&#60;/p&#62;
&#60;p&#62;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;In your theme (or child theme CSS), add this code below to target different pages and/or the container:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;br /&#62;
/* Background image for an About page */&#60;br /&#62;
html body.about {&#60;br /&#62;
background: url (images/bg-somefilename.png);&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;/* Background image for a Contact page */&#60;br /&#62;
html body.contact {&#60;br /&#62;
    background: url (images/bg-someimage.png);&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;/* Background image for a Contact page - targeting the container */&#60;br /&#62;
html body.contact #container {&#60;br /&#62;
background: url (images/bg-someimage.png&#34;);&#60;br /&#62;
padding-top: 0;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;&#60;/code&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Lara on "Different Backgrounds for each section"</title>
			<link>http://www.vfxdude.com/forum/topic/different-backgrounds-for-each-section#post-3649</link>
			<pubDate>Mon, 30 Aug 2010 18:11:25 +0000</pubDate>
			<dc:creator>Lara</dc:creator>
			<guid isPermaLink="false">3649@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;If that is not possible I am thinking I could just add an image to my posts on each page but if I do that I need to make the container margin 0 so the graphic butts up against the border which I cannot find anywhere.  Is this also possible?&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://dev1.randomlink.com/&#34; rel=&#34;nofollow&#34;&#62;http://dev1.randomlink.com/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Lara on "Different Backgrounds for each section"</title>
			<link>http://www.vfxdude.com/forum/topic/different-backgrounds-for-each-section#post-3648</link>
			<pubDate>Mon, 30 Aug 2010 18:07:18 +0000</pubDate>
			<dc:creator>Lara</dc:creator>
			<guid isPermaLink="false">3648@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;I'm wondering if for now I can just put some code in my stylesheet (I am using a child theme).  If  so what code would I use?&#60;/p&#62;
&#60;p&#62;Thanks again
&#60;/p&#62;</description>
		</item>
		<item>
			<title>vfxdude on "Different Backgrounds for each section"</title>
			<link>http://www.vfxdude.com/forum/topic/different-backgrounds-for-each-section#post-3328</link>
			<pubDate>Mon, 02 Aug 2010 12:01:32 +0000</pubDate>
			<dc:creator>vfxdude</dc:creator>
			<guid isPermaLink="false">3328@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;this will be possible in the new version of the theme (coming soon I hope) since I have added body classes. then you can target categories/pages etc. with custom css.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Lara on "Different Backgrounds for each section"</title>
			<link>http://www.vfxdude.com/forum/topic/different-backgrounds-for-each-section#post-3272</link>
			<pubDate>Thu, 22 Jul 2010 00:01:59 +0000</pubDate>
			<dc:creator>Lara</dc:creator>
			<guid isPermaLink="false">3272@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;I'm bumping this again.  I want to have different backgrounds for each section like on this site:  &#60;a href=&#34;http://www.dahliadrive.com/&#34; rel=&#34;nofollow&#34;&#62;http://www.dahliadrive.com/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;The Bigfeature site in development is here: &#60;a href=&#34;http://dev1.randomlink.com/&#34; rel=&#34;nofollow&#34;&#62;http://dev1.randomlink.com/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Lara on "Different Backgrounds for each section"</title>
			<link>http://www.vfxdude.com/forum/topic/different-backgrounds-for-each-section#post-3256</link>
			<pubDate>Mon, 19 Jul 2010 18:08:53 +0000</pubDate>
			<dc:creator>Lara</dc:creator>
			<guid isPermaLink="false">3256@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;Is it possible to add a different background for each section in the navigation?  I am transferring a website that I did for someone ages ago into wordpress.&#60;/p&#62;
&#60;p&#62;OLD SITE:http://www.dahliadrive.com/&#60;br /&#62;
NEW SITE: &#60;a href=&#34;http://dev1.randomlink.com/?page_id=292&#34; rel=&#34;nofollow&#34;&#62;http://dev1.randomlink.com/?page_id=292&#60;/a&#62;
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>

