<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>ThemeShaper Forums Tag: header</title>
<link>http://themeshaper.com/forums/</link>
<description>Help In Shaping WordPress Themes</description>
<language>en</language>
<pubDate>Sat, 04 Feb 2012 04:08:30 +0000</pubDate>

<item>
<title>ScottNix on "HTML5 Boilerplate Header with Thematic"</title>
<link>http://themeshaper.com/forums/topic/html5-boilerplate-header-with-thematic#post-25173</link>
<pubDate>Sat, 04 Feb 2012 00:55:51 +0000</pubDate>
<dc:creator>ScottNix</dc:creator>
<guid isPermaLink="false">25173@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;To get the Modernizr script, go make a custom build &#60;a href=&#34;http://www.modernizr.com/download/&#34;&#62;here&#60;/a&#62;.&#60;/p&#62;
&#60;p&#62;Add this snippet to functions.php&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;// script manager template for deregestering and registering scripts.
function childtheme_script_manager() {

	// wp_enqueue_script template ( $handle, $src, $deps, $ver, $in_footer );

	// deregister standard jquery
	wp_deregister_script(&#38;#39;jquery&#38;#39;);
	// loads modernizr-js script, local path, no dependency, no version, loads in header
	wp_enqueue_script(&#38;#39;modernizr-js&#38;#39;, get_bloginfo(&#38;#39;stylesheet_directory&#38;#39;) . &#38;#39;/js/modernizr.js&#38;#39;);
	// loads jqery script, from google cdn url, no dependency, yes version, loads in footer
	wp_enqueue_script(&#38;#39;jquery&#38;#39;, (&#38;quot;http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js&#38;quot;), false, &#38;#39;1.7.1&#38;#39;, true);

	}
add_action(&#38;#39;wp_enqueue_scripts&#38;#39;, &#38;#39;childtheme_script_manager&#38;#39;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Put the script in a folder of /js/ in your child theme, name the script modernizr.js. &#60;/p&#62;
&#60;p&#62;The little snippet above will also turn off the normal jQuery that comes with WP/Thematic and instead load it from the Google CDN which will be enqueued in the footer. Modernizr however will be loaded in the head as required in the docs. For more info/links, check &#60;a href=&#34;http://scottnix.com/2012/adding-modernizr-to-thematic/&#34;&#62;my post.&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>ScottNix on "HTML5 Boilerplate Header with Thematic"</title>
<link>http://themeshaper.com/forums/topic/html5-boilerplate-header-with-thematic#post-25109</link>
<pubDate>Tue, 31 Jan 2012 02:10:04 +0000</pubDate>
<dc:creator>ScottNix</dc:creator>
<guid isPermaLink="false">25109@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;You are right, a caching plugin won't effect it at all because it is based on the browser. Thematic should actually use this style instead in my opinion, minus the .no-js class which is modernizr specific.&#60;/p&#62;
&#60;p&#62;I also tested this on the SVN version of Thematic and it works fine but it looks like there is no longer a &#60;code&#62;&#38;quot;\n\t&#38;quot;&#60;/code&#62; needed to move the meta charset if you want it to look pretty. ;)
&#60;/p&#62;</description>
</item>
<item>
<title>helgatheviking on "HTML5 Boilerplate Header with Thematic"</title>
<link>http://themeshaper.com/forums/topic/html5-boilerplate-header-with-thematic#post-25092</link>
<pubDate>Mon, 30 Jan 2012 19:32:32 +0000</pubDate>
<dc:creator>helgatheviking</dc:creator>
<guid isPermaLink="false">25092@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;scott, any idea how well these work with the use of an aggressive caching plugin?  i am guessing they'll still do fine b/c it is always in the markup and depends completely on the browser.  any experience to the contrary?
&#60;/p&#62;</description>
</item>
<item>
<title>helgatheviking on "Full Screen Header/Body/Footer Image"</title>
<link>http://themeshaper.com/forums/topic/full-screen-headerbodyfooter-image#post-24920</link>
<pubDate>Mon, 16 Jan 2012 19:37:35 +0000</pubDate>
<dc:creator>helgatheviking</dc:creator>
<guid isPermaLink="false">24920@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;sorry, don't follow you.  can't you just put 1 large background on the body?  or #wrapper?  perhaps you could create a diagram or screenshot to better explain.
&#60;/p&#62;</description>
</item>
<item>
<title>crashprojects on "Full Screen Header/Body/Footer Image"</title>
<link>http://themeshaper.com/forums/topic/full-screen-headerbodyfooter-image#post-24916</link>
<pubDate>Mon, 16 Jan 2012 04:20:20 +0000</pubDate>
<dc:creator>crashprojects</dc:creator>
<guid isPermaLink="false">24916@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;I'm building on Thematic, and I'd like to use a background image for my entire site; header, body, and footer.  I'd like to utilize all of the screen real estate, and not just the real estate specified in the thematic dimensions.&#60;/p&#62;
&#60;p&#62;Can anyone tell me:&#60;/p&#62;
&#60;p&#62;a:  what dimensions should I use in the creation of the image?&#60;br /&#62;
b:  how do I go about implementing use of the image?&#60;/p&#62;
&#60;p&#62;Also, I'd settle for being able to use 3 separate images for header, body, and footer as long as they used up all the screen real estate and not just that weird center area that gets inhabited when I use a banner in place of the blog title.  &#60;/p&#62;
&#60;p&#62;I hope I'm explaining this correctly.  Thank you for reading.
&#60;/p&#62;</description>
</item>
<item>
<title>dazlm on "Header - Delete Blog Title and Description"</title>
<link>http://themeshaper.com/forums/topic/header-delete-blog-title-and-description#post-24751</link>
<pubDate>Mon, 09 Jan 2012 05:51:44 +0000</pubDate>
<dc:creator>dazlm</dc:creator>
<guid isPermaLink="false">24751@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Who are you people... and why do you keep solving my problems?  :)  Thanks for this code!
&#60;/p&#62;</description>
</item>
<item>
<title>violetabella on "New Div Above Header"</title>
<link>http://themeshaper.com/forums/topic/new-div-above-header#post-24729</link>
<pubDate>Sun, 08 Jan 2012 05:13:33 +0000</pubDate>
<dc:creator>violetabella</dc:creator>
<guid isPermaLink="false">24729@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Ha! Hope I don't pester you to death on here ;)&#60;/p&#62;
&#60;p&#62;Is there an easier way to add those icons to the new div without being in an unordered list? Just as images maybe? I guess I'm just confused at where to insert things into these new divs...&#60;/p&#62;
&#60;p&#62;Or, new divs for each icon? Hmm..
&#60;/p&#62;</description>
</item>
<item>
<title>helgatheviking on "New Div Above Header"</title>
<link>http://themeshaper.com/forums/topic/new-div-above-header#post-24728</link>
<pubDate>Sun, 08 Jan 2012 05:08:08 +0000</pubDate>
<dc:creator>helgatheviking</dc:creator>
<guid isPermaLink="false">24728@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;ok, not sure what you needed then.  anyway, thought that was you following me.  hope i don't bore you to tears
&#60;/p&#62;</description>
</item>
<item>
<title>violetabella on "New Div Above Header"</title>
<link>http://themeshaper.com/forums/topic/new-div-above-header#post-24727</link>
<pubDate>Sun, 08 Jan 2012 04:38:05 +0000</pubDate>
<dc:creator>violetabella</dc:creator>
<guid isPermaLink="false">24727@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Oops! Sorry about that!&#60;/p&#62;
&#60;p&#62;nope, this menu is not going to look anything like the sf menu... it's really just social media icons that i need to place above the branding and access..&#60;/p&#62;
&#60;p&#62;(p.s. I added you on twitter- you're seriously my thematic/php idol ;)
&#60;/p&#62;</description>
</item>
<item>
<title>helgatheviking on "New Div Above Header"</title>
<link>http://themeshaper.com/forums/topic/new-div-above-header#post-24726</link>
<pubDate>Sun, 08 Jan 2012 04:33:51 +0000</pubDate>
<dc:creator>helgatheviking</dc:creator>
<guid isPermaLink="false">24726@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;please put your code between backtick marks.  i did it for you (because i have that kind of power now... mbwahah!), b/c it was breaking the site (since you are posting html).. but i think part of your code was lost.  &#60;/p&#62;
&#60;p&#62;are you expecting this menu to look the same as the default menu?  all the default styling for a ul with the class of sf-menu (look at default.css) so since yours is lacking that class it will never pick up the default styling.  &#60;/p&#62;
&#60;p&#62;what about?&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;ul id=&#38;quot;menu&#38;quot; class=&#38;quot;sf-menu&#38;quot;&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>violetabella on "New Div Above Header"</title>
<link>http://themeshaper.com/forums/topic/new-div-above-header#post-24725</link>
<pubDate>Sun, 08 Jan 2012 04:27:03 +0000</pubDate>
<dc:creator>violetabella</dc:creator>
<guid isPermaLink="false">24725@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;I tried putting the menu inside of the new div, but it's not being styled the same as when I have it in header.php. Where would I put this in? When I tried to put it in the code above, it acted wonky.. maybe I am putting it in the wrong place?&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;ul id=&#38;quot;menu&#38;quot;&#38;gt;

&#38;lt;li&#38;gt;&#38;lt;a href=&#38;quot;#&#38;quot;&#38;gt;facebook &#38;lt;span&#38;gt;&#38;lt;/span&#38;gt;&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;
&#38;lt;li&#38;gt;&#38;lt;a href=&#38;quot;#&#38;quot;&#38;gt;twitter &#38;lt;span&#38;gt;&#38;lt;/span&#38;gt;&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;
&#38;lt;li&#38;gt;&#38;lt;a href=&#38;quot;#&#38;quot;&#38;gt;youtube &#38;lt;span&#38;gt;&#38;lt;/span&#38;gt;&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;
&#38;lt;li&#38;gt;&#38;lt;a href=&#38;quot;#&#38;quot;&#38;gt;linked in &#38;lt;span&#38;gt;&#38;lt;/span&#38;gt;&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;
&#38;lt;li&#38;gt;&#38;lt;a href=&#38;quot;#&#38;quot;&#38;gt;rss &#38;lt;span&#38;gt;&#38;lt;/span&#38;gt;&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>ScottNix on "HTML5 Boilerplate Header with Thematic"</title>
<link>http://themeshaper.com/forums/topic/html5-boilerplate-header-with-thematic#post-24703</link>
<pubDate>Fri, 06 Jan 2012 22:16:10 +0000</pubDate>
<dc:creator>ScottNix</dc:creator>
<guid isPermaLink="false">24703@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;The Man, The Myth, The Legend Paul Irish added a link to this snippet as a resource on his &#60;a href=&#34;http://paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/&#34;&#62;conditional class article&#60;/a&#62;. I was pretty excited about that, then I went through a phase where I was super impressed the guy keeps the info up to date on a article from 2008 which is pretty bad ass.&#60;/p&#62;
&#60;p&#62;Thanks for answering the basics of &#60;a href=&#34;http://www.modernizr.com/download/&#34;&#62;Modernizr&#60;/a&#62; middlesister, also a handy thing it does is you can load the IE shim/shiv through it and also use the media queries polyfill for IE6/7&#38;#38;8. It has a sick build interface so you can only include what you need, it gets compacted and you load it through one script. It is just so clean for more modern sites.&#60;/p&#62;
&#60;p&#62;For Thematic, I just use it for the CSS classes it adds to provide graceful fallback support for CSS (middlesister's first example).
&#60;/p&#62;</description>
</item>
<item>
<title>helgatheviking on "New Div Above Header"</title>
<link>http://themeshaper.com/forums/topic/new-div-above-header#post-24651</link>
<pubDate>Thu, 05 Jan 2012 03:04:46 +0000</pubDate>
<dc:creator>helgatheviking</dc:creator>
<guid isPermaLink="false">24651@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;you can put your menu in that function too.  no need for your own customized header.php and definitely no need to hack thematic's header.php
&#60;/p&#62;</description>
</item>
<item>
<title>violetabella on "New Div Above Header"</title>
<link>http://themeshaper.com/forums/topic/new-div-above-header#post-24646</link>
<pubDate>Thu, 05 Jan 2012 01:10:57 +0000</pubDate>
<dc:creator>violetabella</dc:creator>
<guid isPermaLink="false">24646@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Thanks so much, it worked ;)
&#60;/p&#62;</description>
</item>
<item>
<title>helgatheviking on "New Div Above Header"</title>
<link>http://themeshaper.com/forums/topic/new-div-above-header#post-24643</link>
<pubDate>Wed, 04 Jan 2012 23:01:56 +0000</pubDate>
<dc:creator>helgatheviking</dc:creator>
<guid isPermaLink="false">24643@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;violeta, you can echo whatever you want in proto's code, so you can nest as many divs as you'd like.  &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;function webmagic_divbefore_header() {
	echo &#38;#39;&#38;lt;div id=&#38;quot;yourdivname&#38;quot;&#38;gt;&#38;lt;div id=&#38;quot;bnacon&#38;quot;&#38;gt;Here\&#38;#39;s your new Div!&#38;lt;/div&#38;gt;&#38;lt;/div&#38;gt;&#38;#39; ;
}

add_action (&#38;#39;thematic_aboveheader&#38;#39;, &#38;#39;webmagic_divbefore_header&#38;#39;);&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>violetabella on "New Div Above Header"</title>
<link>http://themeshaper.com/forums/topic/new-div-above-header#post-24641</link>
<pubDate>Wed, 04 Jan 2012 21:52:49 +0000</pubDate>
<dc:creator>violetabella</dc:creator>
<guid isPermaLink="false">24641@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;It worked, thank you!!!&#60;/p&#62;
&#60;p&#62;One last question on this- is there a way to insert a smaller div inside of this new div?
&#60;/p&#62;</description>
</item>
<item>
<title>proto on "New Div Above Header"</title>
<link>http://themeshaper.com/forums/topic/new-div-above-header#post-24637</link>
<pubDate>Wed, 04 Jan 2012 20:46:26 +0000</pubDate>
<dc:creator>proto</dc:creator>
<guid isPermaLink="false">24637@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Hello Violetbella,&#60;/p&#62;
&#60;p&#62;I think in the example I hadn't escaped the apostrophe, I've re-tested this a load of times and it should work fine to add in a complete div above your header. Take out the containing &#34;Here\'s your new Div!&#34; text if you don't want that appearing above your header for example!&#60;/p&#62;
&#60;p&#62;copy and paste as below and it should work fine!&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;// Action hook for placing content above header

function webmagic_divbefore_header() {
	echo(&#38;#39;&#38;lt;div id=&#38;quot;yourdivname&#38;quot;&#38;gt;Here\&#38;#39;s your new Div!&#38;lt;/div&#38;gt;&#38;#39;) ;}

add_action (&#38;#39;thematic_aboveheader&#38;#39;, &#38;#39;webmagic_divbefore_header&#38;#39;);&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>violetabella on "New Div Above Header"</title>
<link>http://themeshaper.com/forums/topic/new-div-above-header#post-24633</link>
<pubDate>Wed, 04 Jan 2012 19:43:55 +0000</pubDate>
<dc:creator>violetabella</dc:creator>
<guid isPermaLink="false">24633@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62;When I try to use the first code snippet, I get the php white screen of death lol. Am I doing something wrong? The second code worked fine however...&#60;/p&#62;
&#60;p&#62;Thanks so much for explaining this, I'm still trying to learn php. ;)
&#60;/p&#62;</description>
</item>
<item>
<title>proto on "New Div Above Header"</title>
<link>http://themeshaper.com/forums/topic/new-div-above-header#post-24622</link>
<pubDate>Wed, 04 Jan 2012 11:43:53 +0000</pubDate>
<dc:creator>proto</dc:creator>
<guid isPermaLink="false">24622@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Hello violetabella,&#60;/p&#62;
&#60;p&#62;You can do this by hooking onto one of Thematic's many hooks. Assuming you're new to this (apologies if you're not) Thematic comes with lots of hooks where you optionally add content / markup etc to. These hooks are like pieces of velcro and if you enter the right code you hook onto these velcro hooks markup and content.&#60;/p&#62;
&#60;p&#62;I might add there are many people on here who are more experienced than me who might have a better suggestion but one way you can do this is to add your div to one of the velcro 'hooks' that are located before the header. In thematic's case this is called &#34;thematic_aboveheader();&#34;  &#60;/p&#62;
&#60;p&#62;So your code might look like this:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;// Action hook for placing content above header

function webmagic_divbefore_header() {
	echo(&#38;#39;&#38;lt;div id=&#38;quot;yourdivname&#38;quot;&#38;gt;Here&#38;#39;s your new Div!&#38;lt;/div&#38;gt;&#38;#39;) ;}

add_action (&#38;#39;thematic_aboveheader&#38;#39;, &#38;#39;webmagic_divbefore_header&#38;#39;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;The &#34;webmagic_divbefore_header&#34; with a unique name, perhaps something like 'webmagic' (sub in your own name) to ensure it doesn't conflict with any of wordpress native commands.&#60;/p&#62;
&#60;p&#62;If you wanted to have a div that JUST STARTED BEFORE the header but CARRIED ON you'd adjust the code slightly:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;// Action hook for placing content above header

function webmagic_divbefore_header() {
	echo(&#38;#39;&#38;lt;div id=&#38;quot;yourdivname&#38;quot;&#38;gt;&#38;#39;) ;}

add_action (&#38;#39;thematic_aboveheader&#38;#39;, &#38;#39;webmagic_divbefore_header&#38;#39;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;But then you'd need to close this div where you wanted it to end (eg end of the website) etc. This can be done either through another of Thematic's hooks (the velcro bits we talked about earlier). There are many other velcro type hooks in the footer, for example. To find out where the hooks are have a look in the Thematics 'header.php' and 'footer.php' and other files, you'll see them there, adjust the code accordingly and you could add in a closing div for your new div.&#60;/p&#62;
&#60;p&#62;Obviously then you can style away with CSS targeting your new div's name.&#60;/p&#62;
&#60;p&#62;Like I said many more people on here a lot better than me who might have a better suggestion but that's one way of doing it!&#60;/p&#62;
&#60;p&#62;**You'd place the code snippets above in your child theme's functions.php file. Child themes are the way to go as your site can update but retain all your unique customisations.&#60;/p&#62;
&#60;p&#62;If this resolved your query please mark as resolved (near the top of the page in the drop down menu).
&#60;/p&#62;</description>
</item>
<item>
<title>violetabella on "New Div Above Header"</title>
<link>http://themeshaper.com/forums/topic/new-div-above-header#post-24619</link>
<pubDate>Wed, 04 Jan 2012 05:00:12 +0000</pubDate>
<dc:creator>violetabella</dc:creator>
<guid isPermaLink="false">24619@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Hi- I'm wondering how to add a new division above the header division. Thanks!!
&#60;/p&#62;</description>
</item>
<item>
<title>middlesister on "HTML5 Boilerplate Header with Thematic"</title>
<link>http://themeshaper.com/forums/topic/html5-boilerplate-header-with-thematic#post-24609</link>
<pubDate>Tue, 03 Jan 2012 22:25:07 +0000</pubDate>
<dc:creator>middlesister</dc:creator>
<guid isPermaLink="false">24609@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Well the idea is of course that you get a whole lot of html classes based on whether a browser supports a feature. So you could have &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;body {
    background-image: url(first.png), url(second.png);
}
.no-multiplebgs body {
    background-image: url(alternative.png)
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;True, I guess if you don't bother with IE8 and older, a lot of the css3 is well supported anyway across the board so it might be a bit overkill. Though you could use it for something like making links or buttons bigger on touchscreens:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#button {
    /* nice rounded corner button */
}
.touch #button {
    /* make button bigger - easier to hit with fingers */
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Maybe the bigger use would be to have all those variable accessible via javascript: &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;if (Modernizr.touch) {
  $(el).click(stuff);
  $(el).click(stuff);
} else {
  $(el).mouseover(stuff);
  $(el).mouseover(stuff);
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;(see the better alternative code at &#60;a href=&#34;http://stackoverflow.com/questions/5985430/different-methods-based-on-modernizr-click-vs-hover&#34; rel=&#34;nofollow&#34;&#62;http://stackoverflow.com/questions/5985430/different-methods-based-on-modernizr-click-vs-hover&#60;/a&#62;)&#60;/p&#62;
&#60;p&#62;@scott: great tip!
&#60;/p&#62;</description>
</item>
<item>
<title>elizabethr4 on "Question about removing code from header"</title>
<link>http://themeshaper.com/forums/topic/question-about-removing-code-from-header#post-24580</link>
<pubDate>Tue, 03 Jan 2012 17:18:36 +0000</pubDate>
<dc:creator>elizabethr4</dc:creator>
<guid isPermaLink="false">24580@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Follow up questions (and I will mark this resolved):&#60;br /&#62;
What is the advantage of doing those sorts of changes (different html for a second header file) through the functions.php file over just writing the html in the header file?&#60;/p&#62;
&#60;p&#62;And second, where does the html mark up go? In the code in the functions.php file? I know of many changes that can be made through CSS, but if there's a paragraph of live text, with a link, into which file does that code go?&#60;/p&#62;
&#60;p&#62;Thanks, just trying to understand more about Thematic overall!
&#60;/p&#62;</description>
</item>
<item>
<title>elizabethr4 on "Question about removing code from header"</title>
<link>http://themeshaper.com/forums/topic/question-about-removing-code-from-header#post-24579</link>
<pubDate>Tue, 03 Jan 2012 17:13:44 +0000</pubDate>
<dc:creator>elizabethr4</dc:creator>
<guid isPermaLink="false">24579@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Thanks for taking a look! &#60;/p&#62;
&#60;p&#62;That was my dilema - should it be done through functions.php - but I was unsure of how to specify/differentiate the two page templates with the two headers (page.php with header.php and page-template-home.php with header-home.php) in the code in the functions file. Seemed a little over my head, so I took the &#34;easy&#34; way out. Just wanted to make sure that cutting a little PHP:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;thematic_header();&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;wouldn't cause an issue later. &#60;/p&#62;
&#60;p&#62;Next time, I'll try to learn more about using functions.php! Thanks!
&#60;/p&#62;</description>
</item>
<item>
<title>helgatheviking on "HTML5 Boilerplate Header with Thematic"</title>
<link>http://themeshaper.com/forums/topic/html5-boilerplate-header-with-thematic#post-24572</link>
<pubDate>Tue, 03 Jan 2012 16:00:27 +0000</pubDate>
<dc:creator>helgatheviking</dc:creator>
<guid isPermaLink="false">24572@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;neat work scott.  i've been playing around w/ using boilerplate w/ my own projects.  i really like the IE classes, and am leaning more and more towards serving IE8 and older a single, simplified layout and server the regular layout via media query à la:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://jonikorpi.com/leaving-old-IE-behind/&#34; rel=&#34;nofollow&#34;&#62;http://jonikorpi.com/leaving-old-IE-behind/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;what is the benefit of modernizr?  just wondering if i should bother w/ it, esp if i don't serve anything interesting to IE
&#60;/p&#62;</description>
</item>
<item>
<title>ScottNix on "Question about removing code from header"</title>
<link>http://themeshaper.com/forums/topic/question-about-removing-code-from-header#post-24567</link>
<pubDate>Tue, 03 Jan 2012 03:48:45 +0000</pubDate>
<dc:creator>ScottNix</dc:creator>
<guid isPermaLink="false">24567@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Nice job on getting the sites to match up.&#60;/p&#62;
&#60;p&#62;It looks like you moved the #access menu outside the header which is smart. That would of been the one thing I would have suggested, but you already took care of that.&#60;/p&#62;
&#60;p&#62;Really there are no issues you have to worry about. There are other ways to do it where you could do it all through your functions.php file, but in this case I can't think of a reason to do that if you already have it working correctly.
&#60;/p&#62;</description>
</item>
<item>
<title>ScottNix on "HTML5 Boilerplate Header with Thematic"</title>
<link>http://themeshaper.com/forums/topic/html5-boilerplate-header-with-thematic#post-24566</link>
<pubDate>Tue, 03 Jan 2012 03:40:24 +0000</pubDate>
<dc:creator>ScottNix</dc:creator>
<guid isPermaLink="false">24566@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;I had a project where I needed Modernizr, so I added a no-js class to the html file, but the way I was prevously doing it is I would pull in the header.php into my child theme and comment out 2 lines, it felt dirty, so I fixed it so it now works from the functions.php file only.&#60;/p&#62;
&#60;p&#62;HTML5 Boilerplate Style&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;// creates the doctype section ( html5 boilerplate style )
function childtheme_create_doctype() {
	$content = &#38;quot;&#38;lt;!doctype html&#38;gt;&#38;quot; . &#38;quot;\n&#38;quot;;
	$content .= &#38;#39;&#38;lt;!--[if lt IE 7]&#38;gt; &#38;lt;html class=&#38;quot;no-js lt-ie9 lt-ie8 lt-ie7 ie6&#38;quot; dir=&#38;quot;&#38;#39; . get_bloginfo (&#38;#39;text_direction&#38;#39;) . &#38;#39;&#38;quot; lang=&#38;quot;&#38;#39;. get_bloginfo (&#38;#39;language&#38;#39;) . &#38;#39;&#38;quot;&#38;gt; &#38;lt;![endif]--&#38;gt;&#38;#39; . &#38;quot;\n&#38;quot;;
	$content .= &#38;#39;&#38;lt;!--[if IE 7]&#38;gt; &#38;lt;html class=&#38;quot;no-js lt-ie9 lt-ie8 ie7&#38;quot; dir=&#38;quot;&#38;#39; . get_bloginfo (&#38;#39;text_direction&#38;#39;) . &#38;#39;&#38;quot; lang=&#38;quot;&#38;#39;. get_bloginfo (&#38;#39;language&#38;#39;) . &#38;#39;&#38;quot;&#38;gt; &#38;lt;![endif]--&#38;gt;&#38;#39;. &#38;quot;\n&#38;quot;;
	$content .= &#38;#39;&#38;lt;!--[if IE 8]&#38;gt; &#38;lt;html class=&#38;quot;no-js lt-ie9 ie8&#38;quot; dir=&#38;quot;&#38;#39; . get_bloginfo (&#38;#39;text_direction&#38;#39;) . &#38;#39;&#38;quot; lang=&#38;quot;&#38;#39;. get_bloginfo (&#38;#39;language&#38;#39;) . &#38;#39;&#38;quot;&#38;gt; &#38;lt;![endif]--&#38;gt;&#38;#39; . &#38;quot;\n&#38;quot;;
	$content .= &#38;quot;&#38;lt;!--[if gt IE 8]&#38;gt;&#38;lt;!--&#38;gt;&#38;quot; . &#38;quot;\n&#38;quot;;
	$content .= &#38;quot;&#38;lt;html class=\&#38;quot;no-js\&#38;quot;&#38;quot;;
	return $content;
}
add_filter(&#38;#39;thematic_create_doctype&#38;#39;, &#38;#39;childtheme_create_doctype&#38;#39;);

// creates the head and meta charset tags
function childtheme_head_profile() {
	$content = &#38;quot;&#38;lt;!--&#38;lt;![endif]--&#38;gt;&#38;quot;;
	$content .= &#38;quot;\n&#38;quot; . &#38;quot;&#38;lt;head&#38;gt;&#38;quot; . &#38;quot;\n&#38;quot;;
	$content .= &#38;quot;\n\t&#38;quot; . &#38;quot;&#38;lt;meta charset=\&#38;quot;utf-8\&#38;quot;&#38;gt;&#38;quot; . &#38;quot;\n\n&#38;quot;;
	return $content;
}
add_filter(&#38;#39;thematic_head_profile&#38;#39;, &#38;#39;childtheme_head_profile&#38;#39;);	

// remove meta charset tag, now in the above function
function childtheme_create_contenttype() {
	// silence
}
add_filter(&#38;#39;thematic_create_contenttype&#38;#39;, &#38;#39;childtheme_create_contenttype&#38;#39;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Ouputs in the Header&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;!doctype html&#38;gt;
&#38;lt;!--[if lt IE 7]&#38;gt; &#38;lt;html class=&#38;quot;no-js lt-ie9 lt-ie8 lt-ie7 ie6&#38;quot; dir=&#38;quot;ltr&#38;quot; lang=&#38;quot;en-US&#38;quot;&#38;gt; &#38;lt;![endif]--&#38;gt;
&#38;lt;!--[if IE 7]&#38;gt; &#38;lt;html class=&#38;quot;no-js lt-ie9 lt-ie8 ie7&#38;quot; dir=&#38;quot;ltr&#38;quot; lang=&#38;quot;en-US&#38;quot;&#38;gt; &#38;lt;![endif]--&#38;gt;
&#38;lt;!--[if IE 8]&#38;gt; &#38;lt;html class=&#38;quot;no-js lt-ie9 ie8&#38;quot; dir=&#38;quot;ltr&#38;quot; lang=&#38;quot;en-US&#38;quot;&#38;gt; &#38;lt;![endif]--&#38;gt;
&#38;lt;!--[if gt IE 8]&#38;gt;&#38;lt;!--&#38;gt;
&#38;lt;html class=&#38;quot;no-js&#38;quot; dir=&#38;quot;ltr&#38;quot; lang=&#38;quot;en-US&#38;quot;&#38;gt;
&#38;lt;!--&#38;lt;![endif]--&#38;gt;
&#38;lt;head&#38;gt;

	&#38;lt;meta charset=&#38;quot;utf-8&#38;quot;&#38;gt;

	&#38;lt;title&#38;gt;Dev Site &#124; Just another WordPress site&#38;lt;/title&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;I also made another &#34;cleaner&#34; HTML5 header which also has the no-js class and just has 1 class of &#34;.ie&#34; for IE6, IE7 and IE8 and is more intended for sites that don't care about supporting IE6. If you are good at CSS and tend to never need IE specific CSS you might want to try the other version &#60;a href=&#34;http://scottnix.com/2012/html5-header-with-thematic/&#34; rel=&#34;nofollow&#34;&#62;http://scottnix.com/2012/html5-header-with-thematic/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Eventually I will get around to cleaning up some stuff and post the information on how to get Modernizr on a Thematic theme here too (which is cake) but I just have to write it up.&#60;/p&#62;
&#60;p&#62;Any suggestions/changes/thoughts are welcome, thanks.
&#60;/p&#62;</description>
</item>
<item>
<title>elizabethr4 on "Question about removing code from header"</title>
<link>http://themeshaper.com/forums/topic/question-about-removing-code-from-header#post-24565</link>
<pubDate>Tue, 03 Jan 2012 03:06:00 +0000</pubDate>
<dc:creator>elizabethr4</dc:creator>
<guid isPermaLink="false">24565@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Sorry, I don't have backticks on my keyboard - the code is supposed to be highlighted. Thanks!
&#60;/p&#62;</description>
</item>
<item>
<title>elizabethr4 on "Question about removing code from header"</title>
<link>http://themeshaper.com/forums/topic/question-about-removing-code-from-header#post-24564</link>
<pubDate>Tue, 03 Jan 2012 03:05:18 +0000</pubDate>
<dc:creator>elizabethr4</dc:creator>
<guid isPermaLink="false">24564@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Hi all,&#60;br /&#62;
I'm new to Thematic, but so far doing okay at making a static site (http://www.buunnicoffee.com/) into a Wordpress site: &#60;a href=&#34;http://buunnicoffee.com/testing2/&#34; rel=&#34;nofollow&#34;&#62;http://buunnicoffee.com/testing2/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I have two different headers, one for the home page (header-home.php) and one for the subpages (header.php). I successfully implemented this, and it's actually working as I want it to (yay!) but I took out a bit of code from the header file and I don't know if it will mess me up later.&#60;/p&#62;
&#60;p&#62;Basically, I couldn't understand how/where to add my desired html (not just images, but live text too) into my new header-home.php file in my child theme. I didn't know how to differentiate the two headers in the functions file, if necessary. Anyway, so I just thought, let me just add my html and see what happens - and it worked!&#60;/p&#62;
&#60;p&#62;BUT - I took out the following from my new header file:&#60;/p&#62;
&#60;p&#62;&#38;lt;div id=&#34;header&#34;&#38;gt;&#60;/p&#62;
&#60;p&#62;        &#38;lt;?php &#60;/p&#62;
&#60;p&#62;        // action hook creating the theme header&#60;br /&#62;
        thematic_header();&#60;/p&#62;
&#60;p&#62;        ?&#38;gt;&#60;/p&#62;
&#60;p&#62;	&#38;lt;/div&#38;gt;&#60;/p&#62;
&#60;p&#62;And put in:&#60;/p&#62;
&#60;p&#62;&#38;lt;div id=&#34;header2&#34;&#38;gt;&#60;br /&#62;
all my html code&#60;br /&#62;
&#38;lt;/div&#38;gt;&#60;/p&#62;
&#60;p&#62;As I said, it's working fine - but is taking out that bit of php going to cause me a problem later? &#60;/p&#62;
&#60;p&#62;I didn't want it to get the other header, but maybe there's something that should go in the functions.php file for this template page where the second header is called?&#60;/p&#62;
&#60;p&#62;Any insight would be greatly appreciated!
&#60;/p&#62;</description>
</item>
<item>
<title>helgatheviking on "Different Header Images per Page"</title>
<link>http://themeshaper.com/forums/topic/different-header-images-per-page#post-24563</link>
<pubDate>Tue, 03 Jan 2012 02:33:59 +0000</pubDate>
<dc:creator>helgatheviking</dc:creator>
<guid isPermaLink="false">24563@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;so much love.  you're welcome.  can you mark the topic as resolved if we've sorted it out?
&#60;/p&#62;</description>
</item>
<item>
<title>lance1572 on "Different Header Images per Page"</title>
<link>http://themeshaper.com/forums/topic/different-header-images-per-page#post-24560</link>
<pubDate>Tue, 03 Jan 2012 01:07:27 +0000</pubDate>
<dc:creator>lance1572</dc:creator>
<guid isPermaLink="false">24560@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Can I just say that I LOVE YOU!!!! Thank you for the help!!!!!
&#60;/p&#62;</description>
</item>

</channel>
</rss>

