<?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>Develop Daly Forums &#187; Tag: header - Recent Posts</title>
		<link>http://forums.developdaly.com/tags/header</link>
		<description>Support</description>
		<language>en-US</language>
		<pubDate>Fri, 10 Sep 2010 10:37:24 +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://forums.developdaly.com/search.php</link>
		</textInput>
		<atom:link href="http://forums.developdaly.com/rss/tags/header" rel="self" type="application/rss+xml" />

		<item>
			<title>fverni on "Adding A Header to Malleable"</title>
			<link>http://forums.developdaly.com/topic/adding-a-header-to-malleable#post-273</link>
			<pubDate>Mon, 08 Mar 2010 14:17:14 +0000</pubDate>
			<dc:creator>fverni</dc:creator>
			<guid isPermaLink="false">273@http://forums.developdaly.com/</guid>
			<description>&#60;p&#62;Thank you, Patrick!&#60;/p&#62;
&#60;p&#62;I did noodle around in the code and figured out how to get the image in... I used a temporary piece of art I created (960x180) until I decide on a final image.&#60;br /&#62;
The code and info in your reply is most helpful in furthering my understanding of working with themes, children, and mostly code.&#60;br /&#62;
If you'd like to see the implementation, you can view it at:&#60;br /&#62;
&#60;a href=&#34;http://www.let22.org&#34; rel=&#34;nofollow&#34;&#62;http://www.let22.org&#60;/a&#62;&#60;br /&#62;
Let me know if you think I did anything hodge-pod if your schedule permits.&#60;/p&#62;
&#60;p&#62;Thanks, again.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Patrick Daly on "Adding A Header to Malleable"</title>
			<link>http://forums.developdaly.com/topic/adding-a-header-to-malleable#post-269</link>
			<pubDate>Mon, 08 Mar 2010 09:48:03 +0000</pubDate>
			<dc:creator>Patrick Daly</dc:creator>
			<guid isPermaLink="false">269@http://forums.developdaly.com/</guid>
			<description>&#60;p&#62;Yep, here's what you'll need to do.&#60;/p&#62;
&#60;p&#62;Upload the image to &#60;code&#62;/wp-content/themes/wp-full-site/images/&#60;/code&#62;.&#60;/p&#62;
&#60;p&#62;Open &#60;code&#62;style.css&#60;/code&#62; and find &#60;code&#62;#header&#60;/code&#62; around line 55. Edit the height appropriately and change the name of the file to your new one. The height will need to be 40 pixels shorter than your image (because of the padding).&#60;/p&#62;
&#60;p&#62;I would advise to make the logo separate from the background image. Otherwise it won't be clickable. So just save it with a transparent background as a &#60;code&#62;PNG&#60;/code&#62;. Upload it to the same directory and edit line 75 of &#60;code&#62;style.css&#60;/code&#62; to look something like:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#site-title a {
background: url(&#38;#39;images/logo.png&#38;#39;) no-repeat;
display: block;
height: 100px;
text-indent: -9999px;
width: 300px;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>fverni on "Adding A Header to Malleable"</title>
			<link>http://forums.developdaly.com/topic/adding-a-header-to-malleable#post-268</link>
			<pubDate>Sun, 07 Mar 2010 00:19:17 +0000</pubDate>
			<dc:creator>fverni</dc:creator>
			<guid isPermaLink="false">268@http://forums.developdaly.com/</guid>
			<description>&#60;p&#62;Hi Patrick,&#60;br /&#62;
I posted a similar question today on ThemeHybrid,  but since Malleable is your child; and I enjoy your site for its particulars on your themes,  I ask for your indulgence.&#60;/p&#62;
&#60;p&#62;Expanding on hawaiidave's question:&#60;br /&#62;
Can I insert a header image that is 960 wide by approximately 180 high?&#60;br /&#62;
This image is artwork I will be creating in Pshop,  and will include a logo and text against a background and saved as a jpg/png/whatever needed.&#60;/p&#62;
&#60;p&#62;Thank you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Patrick Daly on "Adding A Header to Malleable"</title>
			<link>http://forums.developdaly.com/topic/adding-a-header-to-malleable#post-259</link>
			<pubDate>Thu, 04 Mar 2010 13:39:44 +0000</pubDate>
			<dc:creator>Patrick Daly</dc:creator>
			<guid isPermaLink="false">259@http://forums.developdaly.com/</guid>
			<description>&#60;p&#62;I'm not exactly sure how you want it to work so I can't say what the best implementation would be. But you're likely going to need to be familiar with CSS to accomplish a new header.&#60;/p&#62;
&#60;p&#62;The width of Malleable is 960 pixels though.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>hawaiidave on "Adding A Header to Malleable"</title>
			<link>http://forums.developdaly.com/topic/adding-a-header-to-malleable#post-256</link>
			<pubDate>Tue, 02 Mar 2010 21:05:51 +0000</pubDate>
			<dc:creator>hawaiidave</dc:creator>
			<guid isPermaLink="false">256@http://forums.developdaly.com/</guid>
			<description>&#60;p&#62;I love the work you've done with this theme.  I want to add a full width header to Malleable - how would I do this, and what would be appropriate dimensions?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>AJKock on "Replace Title with Header Logo"</title>
			<link>http://forums.developdaly.com/topic/replace-title-with-header-logo#post-38</link>
			<pubDate>Wed, 04 Nov 2009 17:35:33 +0000</pubDate>
			<dc:creator>AJKock</dc:creator>
			<guid isPermaLink="false">38@http://forums.developdaly.com/</guid>
			<description>&#60;p&#62;Ah, finally. Even after refreshing it didn't want to update, but after going to another PC, it showed the new header. Thank you very much.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>AJKock on "Replace Title with Header Logo"</title>
			<link>http://forums.developdaly.com/topic/replace-title-with-header-logo#post-37</link>
			<pubDate>Wed, 04 Nov 2009 14:59:50 +0000</pubDate>
			<dc:creator>AJKock</dc:creator>
			<guid isPermaLink="false">37@http://forums.developdaly.com/</guid>
			<description>&#60;p&#62;Hi Patrick&#60;br /&#62;
Thanks for the quick reply. It doesn't seem to work.&#60;br /&#62;
The title &#38;amp; description still show on the website after I replaced the above text in the CSS.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Patrick Daly on "Replace Title with Header Logo"</title>
			<link>http://forums.developdaly.com/topic/replace-title-with-header-logo#post-36</link>
			<pubDate>Tue, 03 Nov 2009 22:03:16 +0000</pubDate>
			<dc:creator>Patrick Daly</dc:creator>
			<guid isPermaLink="false">36@http://forums.developdaly.com/</guid>
			<description>&#60;p&#62;Easiest way:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#site-title a {
background: url(images/path-to-logo.jpg);
display: block;
height: ??px;
text-indent: -9999px;
width: ??px;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>AJKock on "Replace Title with Header Logo"</title>
			<link>http://forums.developdaly.com/topic/replace-title-with-header-logo#post-35</link>
			<pubDate>Tue, 03 Nov 2009 16:30:16 +0000</pubDate>
			<dc:creator>AJKock</dc:creator>
			<guid isPermaLink="false">35@http://forums.developdaly.com/</guid>
			<description>&#60;p&#62;I guess this question has been asked a million times, but it is a bit different from the standard WordPress theme if you use a theme build on Hybrid [BoxPulse].&#60;/p&#62;
&#60;p&#62;How can a person replace the page header title / slogan with a logo?&#60;/p&#62;
&#60;p&#62;Tx
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
