<?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: Forum: Thematic - Recent Posts</title>
<link>http://themeshaper.com/forums/</link>
<description>Help In Shaping WordPress Themes</description>
<language>en</language>
<pubDate>Tue, 07 Feb 2012 23:02:17 +0000</pubDate>

<item>
<title>fwunder on "How are you using Thematic?"</title>
<link>http://themeshaper.com/forums/topic/how-are-you-using-thematic/page/8#post-25220</link>
<pubDate>Tue, 07 Feb 2012 22:32:29 +0000</pubDate>
<dc:creator>fwunder</dc:creator>
<guid isPermaLink="false">25220@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;@robYardman&#60;/p&#62;
&#60;p&#62;Compass/SASS is not a replacement for Thematic's excellent native style structures. It's not CSS - It's a tool for helping to create CSS. The variables, math functions, mixens, etc. speed the process and (for me) just makes sense. I was struggling with an efficient way to create something like this:  &#60;a href=&#34;http://grafiks101.com/dev/just-for-fun/&#34; rel=&#34;nofollow&#34;&#62;http://grafiks101.com/dev/just-for-fun/&#60;/a&#62;  for a project I was working on. The supplied 3c-fixed.css may have been a better way to go, but I was already a little familiar with the method I used and Compass/SASS (and Thematic)  made it relatively easy to develop.&#60;/p&#62;
&#60;p&#62;I hope that makes sense.
&#60;/p&#62;</description>
</item>
<item>
<title>lotsamottsa on "Trying to get Modernizr working in IE 7 and *"</title>
<link>http://themeshaper.com/forums/topic/trying-to-get-modernizr-working-in-ie-7-and#post-25219</link>
<pubDate>Tue, 07 Feb 2012 21:25:14 +0000</pubDate>
<dc:creator>lotsamottsa</dc:creator>
<guid isPermaLink="false">25219@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Hello, I'm new to Modernizr and can't seem to get it to work. &#60;/p&#62;
&#60;p&#62;I've completed this tutorial: &#60;a&#62;&#60;a href=&#34;http://scottnix.com/2012/adding-modernizr-to-thematic/&#34; rel=&#34;nofollow&#34;&#62;http://scottnix.com/2012/adding-modernizr-to-thematic/&#60;/a&#62; &#60;/a&#62;&#60;/p&#62;
&#60;p&#62;and have read over this post: &#60;a&#62; &#60;a href=&#34;http://themeshaper.com/forums/topic/html5-boilerplate-header-with-thematic&#34; rel=&#34;nofollow&#34;&#62;http://themeshaper.com/forums/topic/html5-boilerplate-header-with-thematic&#60;/a&#62;&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I downloaded the custom build for border-radius only from Modernizr. I renamed the file Modernizr.js, put it in a js folder inside my child theme and pasted this into my function php:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;function childtheme_script_manager() {&#60;/p&#62;
&#60;p&#62;	// wp_enqueue_script template ( $handle, $src, $deps, $ver, $in_footer );&#60;/p&#62;
&#60;p&#62;	// deregister standard jquery&#60;br /&#62;
	wp_deregister_script('jquery');&#60;br /&#62;
	// loads modernizr-js script, local path, no dependency, no version, loads in header&#60;br /&#62;
	wp_enqueue_script('modernizr-js', get_bloginfo('stylesheet_directory') . '/js/modernizr.js');&#60;br /&#62;
	// loads jqery script, from google cdn url, no dependency, yes version, loads in footer&#60;br /&#62;
	wp_enqueue_script('jquery', (&#34;http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js&#34;), false, '1.7.1', true);&#60;/p&#62;
&#60;p&#62;	}&#60;br /&#62;
add_action('wp_enqueue_scripts', 'childtheme_script_manager'); &#60;/code&#62;&#60;/p&#62;
&#60;p&#62;I do not see the classes applied to the html tag. Also, border-radius is not working in IE7 or 8. My css is: &#60;/p&#62;
&#60;p&#62;&#60;code&#62;#primary {&#60;br /&#62;
    border:2px solid white;&#60;br /&#62;
	border-radius:25px;&#60;br /&#62;
	-webkit-border-radius: 25px;&#60;br /&#62;
	-moz-border-radius:25px;&#60;br /&#62;
    padding:18px 0 0 0;&#60;br /&#62;
    margin-bottom:22px;&#60;br /&#62;
	color:#6f6f51;&#60;br /&#62;
}&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Should I be applying the css in another way? Here is my link (it's the white outline around the sidebar which should have rounded corners.. it works in 9, firefox, safari and chrome. &#60;a&#62; &#60;a href=&#34;http://anderson-lawoffices.com/2012/&#34; rel=&#34;nofollow&#34;&#62;http://anderson-lawoffices.com/2012/&#60;/a&#62; &#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Any help is appreciated.. 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-25218</link>
<pubDate>Tue, 07 Feb 2012 21:03:55 +0000</pubDate>
<dc:creator>helgatheviking</dc:creator>
<guid isPermaLink="false">25218@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;both very good points.  thematic will eventually need to go html5 to stay 'competitive'.  it doesn't have to go html5 to become responsive.  i'm not really sure where i fall on the idea of plugin versus fork.  &#60;/p&#62;
&#60;p&#62;thematic actually is mirrored at github, but the problem w/ git is you can only have 1 contributor on a free account.
&#60;/p&#62;</description>
</item>
<item>
<title>robYardman on "How are you using Thematic?"</title>
<link>http://themeshaper.com/forums/topic/how-are-you-using-thematic/page/8#post-25217</link>
<pubDate>Tue, 07 Feb 2012 19:31:07 +0000</pubDate>
<dc:creator>robYardman</dc:creator>
<guid isPermaLink="false">25217@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;@fwunder&#60;/p&#62;
&#60;p&#62;What does Compass offer over Thematic's native column structuring?
&#60;/p&#62;</description>
</item>
<item>
<title>Jagst3r15 on "Child theme and default.css"</title>
<link>http://themeshaper.com/forums/topic/child-theme-and-defaultcss#post-25216</link>
<pubDate>Tue, 07 Feb 2012 15:17:16 +0000</pubDate>
<dc:creator>Jagst3r15</dc:creator>
<guid isPermaLink="false">25216@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;thanks, i'll use that. hopefully it's  not too hard to use
&#60;/p&#62;</description>
</item>
<item>
<title>helgatheviking on "Adding Pinterest button"</title>
<link>http://themeshaper.com/forums/topic/adding-pinterest-button#post-25215</link>
<pubDate>Tue, 07 Feb 2012 14:28:44 +0000</pubDate>
<dc:creator>helgatheviking</dc:creator>
<guid isPermaLink="false">25215@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;if you only want the pinterest pin to appear on single posts (As opposed to single posts and everywhere it appears as an excerpt.. like in archives) then i think you should wrap that in some conditional logic.  &#60;/p&#62;
&#60;p&#62;check out: &#60;a href=&#34;http://visualizing.thematic4you.com/&#34; rel=&#34;nofollow&#34;&#62;http://visualizing.thematic4you.com/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;thematic_belowpost happens on archive pages.  &#60;/p&#62;
&#60;p&#62;so i'd modify the above as:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;//--- Adding Pin it button below posts

function webmagic_adding_pinterest() { 

if(is_single()): ?&#38;gt;

&#38;lt;div id=\&#38;quot;pinterest\&#38;quot;&#38;gt;&#38;lt;a href=\&#38;quot;javascript:void((function()
{var%20e=document.createElement(&#38;#39;script&#38;#39;);e.setAttribute
(&#38;#39;type&#38;#39;,&#38;#39;text/javascript&#38;#39;);e.setAttribute(&#38;#39;charset&#38;#39;,&#38;#39;UTF-8&#38;#39;);e.setAttribute
(&#38;#39;src&#38;#39;,
	&#38;#39;http://assets.pinterest.com/js/pinmarklet.js?r=&#38;#39;+Math.random
()*99999999);document.body.appendChild(e)})());\&#38;quot;&#38;gt;&#38;lt;img class=
\&#38;quot;aligncenter\&#38;quot;
	src=\&#38;quot;http://www.clickinmoms.com/cmprodaily/
wp-content/uploads/2011/09/pinit.jpg\&#38;quot; alt=\&#38;quot;Pin It\&#38;quot; /&#38;gt;
&#38;lt;/a&#38;gt;&#38;lt;/div&#38;gt;
&#38;lt;?php
endif;}

add_action(&#38;#39;thematic_belowpost&#38;#39;, &#38;#39;webmagic_adding_pinterest&#38;#39;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;use is_singular if you'd like to include pages as well as single blog posts.
&#60;/p&#62;</description>
</item>
<item>
<title>helgatheviking on "How to loop through custom fields for a staff directory list"</title>
<link>http://themeshaper.com/forums/topic/how-to-loop-through-custom-fields-for-a-staff-directory-list#post-25214</link>
<pubDate>Tue, 07 Feb 2012 14:23:35 +0000</pubDate>
<dc:creator>helgatheviking</dc:creator>
<guid isPermaLink="false">25214@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;james, you need to associate your email with a gravatar account.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://gravatar.com/&#34; rel=&#34;nofollow&#34;&#62;http://gravatar.com/&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>helgatheviking on "Child theme and default.css"</title>
<link>http://themeshaper.com/forums/topic/child-theme-and-defaultcss#post-25213</link>
<pubDate>Tue, 07 Feb 2012 14:21:44 +0000</pubDate>
<dc:creator>helgatheviking</dc:creator>
<guid isPermaLink="false">25213@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;right proto, copy them into style.css in the same order they were imported.. and then you have no need to import them.  if you really wanted to reduce load, you'd combine the rules... but that's too much effort for me.  &#60;/p&#62;
&#60;p&#62;theme options, i always go w/ devin price's options framework:&#60;br /&#62;
&#60;a href=&#34;http://wptheming.com/options-framework-plugin/&#34; rel=&#34;nofollow&#34;&#62;http://wptheming.com/options-framework-plugin/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;then i'd add the php-dependent style rules directly to the header... something like:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;function kia_theme_option_css(){ ?&#38;gt;
&#38;lt;style&#38;gt;
body {background: &#38;lt;?php echo of_get_option(&#38;#39;background_color&#38;#39;,&#38;#39;#FFF&#38;#39;); ?&#38;gt;;
&#38;lt;/style&#38;gt;
&#38;lt;?php }
add_action(&#38;#39;wp_head&#38;#39;,&#38;#39;kia_theme_option_css&#38;#39;,99);&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>proto on "Adding Pinterest button"</title>
<link>http://themeshaper.com/forums/topic/adding-pinterest-button#post-25212</link>
<pubDate>Tue, 07 Feb 2012 12:42:22 +0000</pubDate>
<dc:creator>proto</dc:creator>
<guid isPermaLink="false">25212@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;PS - Please add the code so it's within the php tags in your functions.php file, as follows:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;?php &#38;lt;Copy and paste the code above here&#38;gt; ?&#38;gt;&#60;/code&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>proto on "Positioning Z-index problem"</title>
<link>http://themeshaper.com/forums/topic/positioning-z-index-problem#post-25211</link>
<pubDate>Tue, 07 Feb 2012 12:15:58 +0000</pubDate>
<dc:creator>proto</dc:creator>
<guid isPermaLink="false">25211@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Hello him,&#60;/p&#62;
&#60;p&#62;Are you using firebug (firefox) or Google Chrome and their inbuilt developer tools? You should be able to identify the problem there. Using firebug I do see a difference in your #main styling. I get the following CSS styling on your homepage for the #main element:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.home #main (line 356)

{background-color: transparent;
background-image: none;
background-repeat: repeat;
background-attachment: scroll;
background-position: 0% 0%;
background-clip: border-box;
background-origin: padding-box;
background-size: auto auto;

&#38;lt;difference is here&#38;gt;margin-top: 0px;&#38;lt;difference is here&#38;gt;

z-index: 1;}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;But for the main element I get: &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#main (line 326)

{background-color: #ffffff;
background-image: url(&#38;quot;images/top_bar.png&#38;quot;);
background-repeat: no-repeat;
background-attachment: scroll;
background-position: left top;
background-clip: border-box;
background-origin: padding-box;
background-size: auto auto;

&#38;lt;difference is here&#38;gt;margin-top: -40px;&#38;lt;difference is here&#38;gt;

margin-left: 35px;
margin-right: 35px;
padding-top: 0pt;
padding-right: 0pt;
padding-bottom: 0pt;
padding-left: 0pt;
overflow-x: hidden;
overflow-y: hidden;
position: relative;
width: 920px;
z-index: 1;}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;So it looks like your .home #main styling may be taking precedence over just your #main styling because it appears after in the order of your stylesheet. Try adjusting your css so they're both the same, something like (I've put in 40px, but put whatever you want here): &#60;/p&#62;
&#60;p&#62;&#60;code&#62;.home #main {margin-top: -40px;}&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;If that doesn't work I'd use Firebug (Firefox) or Google Chrome and its inbuilt developer tools (right click to inspect an element). The only other thought I'd is that I think (happy to be corrected on this) z-index requires to an element to be positioned. See here &#60;a href=&#34;http://www.w3schools.com/cssref/pr_pos_z-index.asp&#34; rel=&#34;nofollow&#34;&#62;http://www.w3schools.com/cssref/pr_pos_z-index.asp&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Note: z-index only works on positioned elements (position:absolute, position:relative, or position:fixed). &#60;/p&#62;
&#60;p&#62;Someone else might have another suggestion, that's how I'd go about identifying the problem. &#60;/p&#62;
&#60;p&#62;Firebug (Firefox) or Google Chrome have great developer tools, you're probably already using them, if not I would definitely recommend they'll make your life a LOT easier!&#60;/p&#62;
&#60;p&#62;Hope the above helps...
&#60;/p&#62;</description>
</item>
<item>
<title>him on "Positioning Z-index problem"</title>
<link>http://themeshaper.com/forums/topic/positioning-z-index-problem#post-25210</link>
<pubDate>Tue, 07 Feb 2012 11:57:45 +0000</pubDate>
<dc:creator>him</dc:creator>
<guid isPermaLink="false">25210@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Hi,&#60;br /&#62;
I am re-doing design for a client, and facing problem with positioning the main DIV.&#60;/p&#62;
&#60;p&#62;My logo (branding) extends below header and my main DIV rises under it through negative margin, and by positioning branding with higher z-index value. Everything worked well in my local dev, but on the web the main DIV is not going up under the branding.&#60;/p&#62;
&#60;p&#62;Here is the link :  &#60;a href=&#34;http://bit.ly/wBksHN&#34;&#62;link&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;It's taking away all the appeal of the design. Any ideas?&#60;/p&#62;
&#60;p&#62;thanks!&#60;/p&#62;
&#60;p&#62;PS: the problem is only in Firefox 3.6+, strngely works fine in IE8!!
&#60;/p&#62;</description>
</item>
<item>
<title>proto on "Child theme and default.css"</title>
<link>http://themeshaper.com/forums/topic/child-theme-and-defaultcss#post-25209</link>
<pubDate>Tue, 07 Feb 2012 10:34:59 +0000</pubDate>
<dc:creator>proto</dc:creator>
<guid isPermaLink="false">25209@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Hell all,&#60;/p&#62;
&#60;p&#62;Obviously I'd go with Hegla's recommendations, she has a lot of experience and helped me out of many a scrape or two! From the above it sounds like you'd reduce load time by have one mega master css file? Assume once you've copied and pasted, default.css, reset.css etc, etc into your child theme css file there's no need to import them?&#60;/p&#62;
&#60;p&#62;Jagst3r15 - good luck with it all!
&#60;/p&#62;</description>
</item>
<item>
<title>proto on "Adding Pinterest button"</title>
<link>http://themeshaper.com/forums/topic/adding-pinterest-button#post-25208</link>
<pubDate>Tue, 07 Feb 2012 09:55:30 +0000</pubDate>
<dc:creator>proto</dc:creator>
<guid isPermaLink="false">25208@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Hey cookieandkate,&#60;/p&#62;
&#60;p&#62;You can use an action hook to add this below each of your posts.&#60;/p&#62;
&#60;p&#62;I have just tested the following code and it worked fine for me. Add the following code to your child theme&#34;functions.php&#34; file. &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;//--- Adding Pin it button below posts

function webmagic_adding_pinterest() {
echo (&#38;quot;&#38;lt;div id=\&#38;quot;pinterest\&#38;quot;&#38;gt;&#38;lt;a href=\&#38;quot;javascript:void((function()
{var%20e=document.createElement(&#38;#39;script&#38;#39;);e.setAttribute
(&#38;#39;type&#38;#39;,&#38;#39;text/javascript&#38;#39;);e.setAttribute(&#38;#39;charset&#38;#39;,&#38;#39;UTF-8&#38;#39;);e.setAttribute
(&#38;#39;src&#38;#39;,
	&#38;#39;http://assets.pinterest.com/js/pinmarklet.js?r=&#38;#39;+Math.random
()*99999999);document.body.appendChild(e)})());\&#38;quot;&#38;gt;&#38;lt;img class=
\&#38;quot;aligncenter\&#38;quot;
	src=\&#38;quot;http://www.clickinmoms.com/cmprodaily/
wp-content/uploads/2011/09/pinit.jpg\&#38;quot; alt=\&#38;quot;Pin It\&#38;quot; /&#38;gt;
&#38;lt;/a&#38;gt;&#38;lt;/div&#38;gt;&#38;quot;);}

	add_action(&#38;#39;thematic_belowpost&#38;#39;, &#38;#39;webmagic_adding_pinterest&#38;#39;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;I wondered if it might be helpful to explain this briefly, I promise what I'm doing is actually straightforward. Apologies if this over basic as clearly you're intelligent and already have built a great website or two, but please bear with my analogy! Imagine a pristine white wall in front of you, action hooks are like small black velcro rectangles in various places on this white wall (where these rectangular velcro boxes are depends on the theme and how it's been constructed). If you want to add something to those strategically places pieces of velcro, you 'hook' your action (code) onto one of those pieces of velcro. &#60;/p&#62;
&#60;p&#62;In this case we imagine the white wall that is Thematic, we want to know where all the inbuilt rectangular velcro hooks are placed for this theme - see all of them here: &#60;a href=&#34;http://visualizing.thematic4you.com/&#34; rel=&#34;nofollow&#34;&#62;http://visualizing.thematic4you.com/&#60;/a&#62; You can see there's one called &#34;thematic_belowpost()&#34;. If you look at the code above and see the last line &#34; add_action('thematic_belowpost', 'webmagic_adding_pinterest');&#34; we've literally just said add our action to the thematic_belowpost, in this case I made up a name for the function &#34;webmagic_adding_pinterest&#34; - call this whatever you want. &#60;/p&#62;
&#60;p&#62;Incidentally, I've added a div id to the default code &#34;pinterest&#34; so you can target it in your css. You may or may not want to do this. Also, if you want to align it left / right etc obviously amend the code accordingly that currently says aligncenter.&#60;/p&#62;
&#60;p&#62;As a vegetarian your website looks awesome by the way, I wasn't even hungry until seeing all that delicious food!&#60;/p&#62;
&#60;p&#62;There are many talented people advising on here, who may have a better suggestion, but that's how I'd go about it! &#60;/p&#62;
&#60;p&#62;Hope the above helps :)
&#60;/p&#62;</description>
</item>
<item>
<title>sixfootjames on "How to loop through custom fields for a staff directory list"</title>
<link>http://themeshaper.com/forums/topic/how-to-loop-through-custom-fields-for-a-staff-directory-list#post-25207</link>
<pubDate>Tue, 07 Feb 2012 07:52:53 +0000</pubDate>
<dc:creator>sixfootjames</dc:creator>
<guid isPermaLink="false">25207@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Thanks Helga! I will look into that then ;)&#60;/p&#62;
&#60;p&#62;By the way, how do I change my profile pic on this forum?
&#60;/p&#62;</description>
</item>
<item>
<title>cookieandkate on "Adding Pinterest button"</title>
<link>http://themeshaper.com/forums/topic/adding-pinterest-button#post-25206</link>
<pubDate>Tue, 07 Feb 2012 06:44:13 +0000</pubDate>
<dc:creator>cookieandkate</dc:creator>
<guid isPermaLink="false">25206@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Hello! I've wanted to add a pinterest &#34;pin it&#34; button to the end of my posts for a while now, and finally found a reliable resource that explains how to do it. They provide the required code, but I am not good at writing action hooks, so I am hopeful that you may be able to explain how to make this happen. I've copied and pasted the relevant instructions below, from &#60;a href=&#34;http://www.clickinmoms.com/blog/add-a-pinterest-pin-it-button-to-all-of-your-posts/.&#34; rel=&#34;nofollow&#34;&#62;http://www.clickinmoms.com/blog/add-a-pinterest-pin-it-button-to-all-of-your-posts/.&#60;/a&#62; &#60;/p&#62;
&#60;p&#62;Simply copy and paste the code (in orange) below in one of the following places:&#60;/p&#62;
&#60;p&#62;Inside the loop of your post template file (typically single.php, single-post.php, single-photo.php, or something similar) OR&#60;br /&#62;
Using an action hook — depending on how much of a geek you are, this may be a bit much, but many WordPress themes come with features that make the addition of hooks a simple cut-and-paste.&#60;/p&#62;
&#60;p&#62;&#38;lt;div&#38;gt;&#60;a href=&#34;void((function(){var%20e=document.createElement('script');e.setAttribute('type','text/javascript');e.setAttribute('charset','UTF-8');e.setAttribute('src','http://assets.pinterest.com/js/pinmarklet.js?r='+Math.random()*99999999);document.body.appendChild(e)})());&#34;&#62;&#38;lt;img class=&#34;aligncenter&#34; src=&#34;http://www.clickinmoms.com/cmprodaily/wp-content/uploads/2011/09/pinit.jpg&#34; alt=&#34;Pin It&#34; /&#38;gt;&#60;/a&#62;&#38;lt;/div&#38;gt;&#60;/p&#62;
&#60;p&#62;Any ideas how to insert that into a new hook on my functions.php page? Your help is much appreciated. Thank you!&#60;/p&#62;
&#60;p&#62;Kate
&#60;/p&#62;</description>
</item>
<item>
<title>Jagst3r15 on "Child theme and default.css"</title>
<link>http://themeshaper.com/forums/topic/child-theme-and-defaultcss#post-25204</link>
<pubDate>Tue, 07 Feb 2012 01:04:50 +0000</pubDate>
<dc:creator>Jagst3r15</dc:creator>
<guid isPermaLink="false">25204@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;and what about Theme Options...could I make a Theme Options admin panel for my users so that they could change that light blue color to whatever they want via an html code picker or something? Or is that impossible to do unless I make 500 different css files with different colors?
&#60;/p&#62;</description>
</item>
<item>
<title>helgatheviking on "Child theme and default.css"</title>
<link>http://themeshaper.com/forums/topic/child-theme-and-defaultcss#post-25203</link>
<pubDate>Tue, 07 Feb 2012 00:48:19 +0000</pubDate>
<dc:creator>helgatheviking</dc:creator>
<guid isPermaLink="false">25203@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;if you are going to be doing a lot of work, then i &#60;em&#62;would&#60;/em&#62; recommend that you copy default.css into your child's style.css.  actually, i'd recommend that you copy the other imported sheets too even if you don't make any changes to the reset, typography and image.css sheets.  &#60;/p&#62;
&#60;p&#62;the reason i recommend this is that importing everything separately means that a browser has to load 4-5 css files instead of one.  cutting down on those &#34;round trips&#34; will make your site a little leaner and meaner.  &#60;/p&#62;
&#60;p&#62;i recommend doing something similar w/ all the javascripts too...  (combining them i mean)... but that is more advanced, though i wrote something in the forum on it somewhere.
&#60;/p&#62;</description>
</item>
<item>
<title>proto on "Child theme and default.css"</title>
<link>http://themeshaper.com/forums/topic/child-theme-and-defaultcss#post-25202</link>
<pubDate>Tue, 07 Feb 2012 00:29:20 +0000</pubDate>
<dc:creator>proto</dc:creator>
<guid isPermaLink="false">25202@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Sure good luck with it all!&#60;/p&#62;
&#60;p&#62;Good to know you'll be using your child theme. You'll notice that your default.css file is imported as virtually the first lines of code in your child theme style.css file, along the lines of:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;/* Default css Stylesheets */
@import url(&#38;#39;../thematic/style.css&#38;#39;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;So yes modify things you want to change in your child theme style.css file - it does take precedence :) and is safe for upgrades.&#60;/p&#62;
&#60;p&#62;If you think your query has been answered please mark it as resolved at the top. There's some great people on here who have helped me a lot so I try and put back too!
&#60;/p&#62;</description>
</item>
<item>
<title>Jagst3r15 on "Child theme and default.css"</title>
<link>http://themeshaper.com/forums/topic/child-theme-and-defaultcss#post-25201</link>
<pubDate>Tue, 07 Feb 2012 00:06:53 +0000</pubDate>
<dc:creator>Jagst3r15</dc:creator>
<guid isPermaLink="false">25201@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;I should have said that I know about Child Themes a little, as I am building my own - &#60;a href=&#34;http://jagst3r15.com&#34; rel=&#34;nofollow&#34;&#62;http://jagst3r15.com&#60;/a&#62; for example - but was not sure about which style sheet took precedence. I'll go ahead and restore the original default.css and paste only the altered portions of the default.css into the style.css (I think this is correct?) I am good with development of HTML and CSS in general, so don't be offended at my newbness -- I'm merely new to Thematic and developing WP Themes :-)
&#60;/p&#62;</description>
</item>
<item>
<title>proto on "Child theme and default.css"</title>
<link>http://themeshaper.com/forums/topic/child-theme-and-defaultcss#post-25200</link>
<pubDate>Mon, 06 Feb 2012 23:47:12 +0000</pubDate>
<dc:creator>proto</dc:creator>
<guid isPermaLink="false">25200@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Hi Jagst3r15,&#60;/p&#62;
&#60;p&#62;You don't need to move the default.css file, it's definitely not recommended. If you're using a child theme all the default.css styles are automatically inherited as a starting point. Any changes you make to your child theme style.css file override the default.css. Of course, the advantage of a child theme when it comes to upgrading theme all your child theme styles are retained!&#60;/p&#62;
&#60;p&#62;I would suggest you read this on child themes: &#60;a href=&#34;http://themeshaper.com/thematic/guide/?page_id=66&#34; rel=&#34;nofollow&#34;&#62;http://themeshaper.com/thematic/guide/?page_id=66&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;If you want to know a little more here's another useful link: &#60;a href=&#34;http://themeshaper.com/2009/04/17/wordpress-child-theme-basics/&#34; rel=&#34;nofollow&#34;&#62;http://themeshaper.com/2009/04/17/wordpress-child-theme-basics/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;In short, I would not move your default.css file. Develop a child theme. The default.css files are imported (see articles above) but when you change something in your child theme style.css file that is the one that takes precedence! There's no reason to move the default.css file.&#60;/p&#62;
&#60;p&#62;Hope the above helps, definitely worth reading and you'll see for yourself why it makes sense to use a child theme for so many reasons!
&#60;/p&#62;</description>
</item>
<item>
<title>Jagst3r15 on "Child theme and default.css"</title>
<link>http://themeshaper.com/forums/topic/child-theme-and-defaultcss#post-25199</link>
<pubDate>Mon, 06 Feb 2012 22:53:29 +0000</pubDate>
<dc:creator>Jagst3r15</dc:creator>
<guid isPermaLink="false">25199@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Hi, so if I move the default.css from the Thematic folder to my Child Theme folder is that a bad thing? (I noticed that I could only make certain changes by altering the default.css file).&#60;/p&#62;
&#60;p&#62;Any thoughts?
&#60;/p&#62;</description>
</item>
<item>
<title>sixfootjames on "CSS3 Pie working on home page but not on other pages"</title>
<link>http://themeshaper.com/forums/topic/css3-pie-working-on-home-page-but-not-on-other-pages#post-25198</link>
<pubDate>Mon, 06 Feb 2012 19:35:40 +0000</pubDate>
<dc:creator>sixfootjames</dc:creator>
<guid isPermaLink="false">25198@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Stuck it in the root and works a charm!&#60;/p&#62;
&#60;p&#62;behavior: url(/PIE.php);&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
</item>
<item>
<title>sixfootjames on "CSS3 Pie working on home page but not on other pages"</title>
<link>http://themeshaper.com/forums/topic/css3-pie-working-on-home-page-but-not-on-other-pages#post-25197</link>
<pubDate>Mon, 06 Feb 2012 17:04:32 +0000</pubDate>
<dc:creator>sixfootjames</dc:creator>
<guid isPermaLink="false">25197@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Thanks to everyone who's helped me with my first ever full WordPress CMS implementation and Thematic as the framework!&#60;/p&#62;
&#60;p&#62;I was wondering though if someone might be able to tell me why it is that CSS3 Pie would work on my home page and not on the other template pages please?&#60;/p&#62;
&#60;p&#62;Here's the link to my site. &#60;a href=&#34;http://goo.gl/Gc5rB&#34; rel=&#34;nofollow&#34;&#62;http://goo.gl/Gc5rB&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;In my functions.php file I have the following, I would assueme, it shoule work on all pages especially the header which is shared across all pages.&#60;/p&#62;
&#60;p&#62;			function my_render_ie_pie() {&#60;br /&#62;
			echo '&#60;br /&#62;
			&#38;lt;!--[if lte IE 8]&#38;gt;&#60;br /&#62;
			&#38;lt;style type=&#34;text/css&#34; media=&#34;screen&#34;&#38;gt;&#60;br /&#62;
				#branding,&#60;br /&#62;
				#access .menu,&#60;br /&#62;
				#container .home-content .entry-content,&#60;br /&#62;
				#container .home-content .entry-content .homeFeatureLeft a,&#60;br /&#62;
				.featureBlocks,&#60;br /&#62;
				.featureBlocks a,&#60;br /&#62;
				.home-content #slider,&#60;br /&#62;
				#content-left,&#60;br /&#62;
				#content-right,&#60;br /&#62;
				.staffDetail ul.staffProfileMenu,&#60;br /&#62;
				.staffDetail ul.staffProfileMenu  li a,&#60;br /&#62;
				#content-left ul li a,&#60;br /&#62;
				#content-left ul.children  li a&#60;br /&#62;
				{&#60;br /&#62;
					behavior: url(PIE.php);&#60;br /&#62;
				}&#60;br /&#62;
			&#38;lt;/style&#38;gt;&#60;br /&#62;
			&#38;lt;![endif]--&#38;gt;&#60;br /&#62;
			';&#60;br /&#62;
			}&#60;br /&#62;
			add_action('wp_head', 'my_render_ie_pie', 8);&#60;/p&#62;
&#60;p&#62;Many thanks,&#60;br /&#62;
James
&#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-25196</link>
<pubDate>Mon, 06 Feb 2012 11:41:15 +0000</pubDate>
<dc:creator>middlesister</dc:creator>
<guid isPermaLink="false">25196@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Thanks for you input.&#60;/p&#62;
&#60;p&#62;I had no intention of trying to coax thematic into using the whole boilerplate, just making the markup HTML5. I wonder if you are not mixing things up a bit. You don't need HTML5 in order to make you site responsive, you can do that just fine already the way it is now. I think Helga already started an approach with &#60;a href=&#34;https://github.com/helgatheviking/Thematic-Adaptive.&#34; rel=&#34;nofollow&#34;&#62;https://github.com/helgatheviking/Thematic-Adaptive.&#60;/a&#62; Also, the use of HTML5 shiv/shim is only necessary if you want to support older versions, other people have made &#60;a href=&#34;http://jonikorpi.com/leaving-old-IE-behind/&#34;&#62;other decisions&#60;/a&#62;. I also think it would be a bad idea to bundle modernizr with thematic as each project would be better off to make their own custom build. &#60;/p&#62;
&#60;p&#62;An argument could be made for switching to normalize.css instead of today's reset, but in general I think a lot of people are more comfortable with adding css to their child themes. Not so much with changing markup with php, and that is where this plugin could come in handy.&#60;/p&#62;
&#60;p&#62;I think you are both right and wrong in calling thematic outdated. It has been quite some time since the last release and a lot has happened since then, especially regarding wordpress and it's theme requirements. The code is in need of a refreshment, and the last couple of weeks have shown a great deal of progress at googlecode in that respect. But not using HTML5 right now is not making it completely outdated &#60;em&#62;per se&#60;/em&#62; - not just yet.&#60;/p&#62;
&#60;p&#62;Like I said, it is a moving target and specs are still changing. Heck, for a short while last year we &#60;a href=&#34;http://www.brucelawson.co.uk/2011/goodbye-html5-time-hello-data/&#34;&#62;didn't even have the time element!&#60;/a&#62;  A lot of things and best practices are still being figured out (in projects such as the boilerplate), and for a theme framework like thematic it's impossible to keep up with the latest and the greatest when it is not clear exactly what the latest and greatest is. Now don't get me wrong - HTML5 &#60;strong&#62;*is*&#60;/strong&#62; the future - but the future is still a bit muddy, and I understand why some would prefer to wait until the smoke settles a bit and use the pieces that have stood the test of time.&#60;/p&#62;
&#60;p&#62;But I think it would be foolish to just sit and wait until the spec is finished since that will be a looong way off. Much better to use what we can today and be part of the development of the future. My idea with the plugin would be to enable us that like to follow along with the bleeding edge to do so, while still having a framework we are familiar with. And also facilitate a discussion of how and where to use these new elements in the thematic context. Like what should be an &#60;code&#62;aside&#60;/code&#62; and what should be a &#60;code&#62;section&#60;/code&#62;, that sort of thing. A beginning might be taking a sneaky peek at twentyeleven.&#60;/p&#62;
&#60;p&#62;The additions of scripts and styles would still be up to the child theme. Just a bit less of filtering to think about.
&#60;/p&#62;</description>
</item>
<item>
<title>Jagst3r15 on "Child Theme and commercial usage"</title>
<link>http://themeshaper.com/forums/topic/child-theme-and-commercial-usage#post-25195</link>
<pubDate>Mon, 06 Feb 2012 04:51:23 +0000</pubDate>
<dc:creator>Jagst3r15</dc:creator>
<guid isPermaLink="false">25195@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Well that is true, but 50 dollars for one theme is a lot in my opinion. Regardless, this project will be an epic struggle for me since I am not completely literate in php yet! :P I will probably just let people use it for free since my theme will not be the greatest...
&#60;/p&#62;</description>
</item>
<item>
<title>helgatheviking on "Child Theme and commercial usage"</title>
<link>http://themeshaper.com/forums/topic/child-theme-and-commercial-usage#post-25194</link>
<pubDate>Mon, 06 Feb 2012 04:00:59 +0000</pubDate>
<dc:creator>helgatheviking</dc:creator>
<guid isPermaLink="false">25194@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;it isn't really ridiculous when you start to think about all the time and effort that goes into a making and supporting a theme.... as you will soon see.  we've just been really spoiled w/ all the great stuff that is available for free.  what other industry gives so much away?
&#60;/p&#62;</description>
</item>
<item>
<title>Jagst3r15 on "Child Theme and commercial usage"</title>
<link>http://themeshaper.com/forums/topic/child-theme-and-commercial-usage#post-25191</link>
<pubDate>Mon, 06 Feb 2012 01:45:59 +0000</pubDate>
<dc:creator>Jagst3r15</dc:creator>
<guid isPermaLink="false">25191@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;I am going to build a thematic child theme based on the wordpress.org/com layout. I'm going to charge like 15 dollars for it, but it will be a great theme! It is ridiculous that like the Shade Pro Theme is like 50 bux.&#60;/p&#62;
&#60;p&#62;Visit Jagst3r15.com for a working example. I of course am going to credit Thematic for being a great open source framework!
&#60;/p&#62;</description>
</item>
<item>
<title>proto on "extra padding for a specific widget"</title>
<link>http://themeshaper.com/forums/topic/extra-padding-for-a-specific-widget#post-25190</link>
<pubDate>Sun, 05 Feb 2012 17:41:24 +0000</pubDate>
<dc:creator>proto</dc:creator>
<guid isPermaLink="false">25190@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Hello Jhismith,&#60;/p&#62;
&#60;p&#62;Are you using Firebug (Firefox) or Google Chrome to see the CSS ID's &#38;#38; classes you need to target? If you're not I would highly recommend that you use either of these to identify the area that you'd like to edit. They'll make your life so much easier for any changes that you need to do in the future, so you'll be able to have complete control over the changes you'd like to make!&#60;/p&#62;
&#60;p&#62;After inspecting the element in Google Chrome (just right click when using that browser, select, &#34;inspect element&#34;) and you'll see the following ID's and classes appear:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;li id=&#38;quot;listcategorypostswidget-2&#38;quot; class=&#38;quot;widgetcontainer widget_listcategorypostswidget&#38;quot;&#38;gt;&#38;lt;h3 class=&#38;quot;widgettitle&#38;quot;&#38;gt;DiA Articles on Kenya&#38;lt;/h3&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;So you might want to target those with something like:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;li#listcategorypostswidget-2 {padding-top: 30px;}&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Check if any other styles are overriding your style change (Firefox's Firebug and Google Chrome's in built developer tools show you all the styles applied to an element). Try experimenting but if that doesn't work use Google Chrome or Firefox's Firebug developer tools to assist. &#60;/p&#62;
&#60;p&#62;I hope it's of some help to you!
&#60;/p&#62;</description>
</item>
<item>
<title>proto on "Changing the blog-title colour"</title>
<link>http://themeshaper.com/forums/topic/changing-the-blog-title-colour#post-25189</link>
<pubDate>Sun, 05 Feb 2012 17:32:44 +0000</pubDate>
<dc:creator>proto</dc:creator>
<guid isPermaLink="false">25189@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Hello All,&#60;/p&#62;
&#60;p&#62;I have a blog title called pixelwoo. I'd like to change the blog title so the &#34;woo&#34; part of the title appears in a different colour. After looking in these forums I saw the great work Helga had done helping someone with a similar problem, in which she posted the code to do this. Here's the thread:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://themeshaper.com/forums/topic/looking-for-ltdiv-idblog-titlegt&#34; rel=&#34;nofollow&#34;&#62;http://themeshaper.com/forums/topic/looking-for-ltdiv-idblog-titlegt&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;The code that I'm using, directly from that thread is: &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;// --- Change the colour of the Title &#38;quot;woo&#38;quot; section

function pixelwoo_change_blogtitle() { 

$title = get_bloginfo(&#38;#39;name&#38;#39;);
$title = str_replace(&#38;#39;woo&#38;#39;,&#38;#39;&#38;lt;span class=&#38;quot;colourchange&#38;quot;&#38;gt;woo&#38;lt;/span&#38;gt;&#38;#39;,$title);

?&#38;gt;

&#38;lt;div id=&#38;quot;blog-title&#38;quot;&#38;gt;&#38;lt;span&#38;gt;&#38;lt;a href=&#38;quot;&#38;lt;?php bloginfo(&#38;#39;url&#38;#39;) ?&#38;gt;/&#38;quot;
title=&#38;quot;&#38;lt;?php bloginfo(&#38;#39;name&#38;#39;) ?&#38;gt;&#38;quot; rel=&#38;quot;home&#38;quot;&#38;gt;&#38;lt;?php echo $title ?&#38;gt;
&#38;lt;/a&#38;gt;&#38;lt;/span&#38;gt;&#38;lt;/div&#38;gt;

&#38;lt;?php }

add_filter(&#38;#39;thematic_blogtitle&#38;#39;,&#38;#39;pixelwoo_change_blogtitle&#38;#39;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;I don't know if it makes a difference but I've also overidden the blog title to give it a class as follows:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;// Add a class to the blog title

function childtheme_override_blogtitle()  {
	 ?&#38;gt;
&#38;lt;div id=&#38;quot;blog-title&#38;quot; class=&#38;quot;grid_4&#38;quot;&#38;gt;&#38;lt;span&#38;gt;&#38;lt;a href=&#38;quot;
&#38;lt;?php echo home_url() ?&#38;gt;/&#38;quot; title=&#38;quot;&#38;lt;?php bloginfo(&#38;#39;name&#38;#39;) ?&#38;gt;&#38;quot;
rel=&#38;quot;home&#38;quot;&#38;gt;&#38;lt;?php bloginfo(&#38;#39;name&#38;#39;) ?&#38;gt;&#38;lt;/a&#38;gt;&#38;lt;/span&#38;gt;&#38;lt;/div&#38;gt;

		&#38;lt;?php
		}

	add_action(&#38;#39;thematic_header&#38;#39;,&#38;#39;thematic_blogtitle&#38;#39;,3);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;My changing the blog-title appears after my adding a class to the blog-title in my &#34;functions.php&#34; file.&#60;br /&#62;
!&#60;br /&#62;
Any thoughts greatly appreciated! :)
&#60;/p&#62;</description>
</item>
<item>
<title>jhismith on "extra padding for a specific widget"</title>
<link>http://themeshaper.com/forums/topic/extra-padding-for-a-specific-widget#post-25188</link>
<pubDate>Sun, 05 Feb 2012 17:24:50 +0000</pubDate>
<dc:creator>jhismith</dc:creator>
<guid isPermaLink="false">25188@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;I'm trying to increase the padding for a specific widget.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://democracyinafrica.org/election-monitor/kenya/&#34; rel=&#34;nofollow&#34;&#62;http://democracyinafrica.org/election-monitor/kenya/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I am trying to increase the padding for the 'DiA Articles on Kenya' widget. &#60;/p&#62;
&#60;p&#62;I have added the following (and variations of) to style.css:&#60;/p&#62;
&#60;p&#62;.main-aside ul li.listcategorypostswidget-2 {&#60;br /&#62;
	padding-top: 30px;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;But no joy. Any help would be much appreciated.&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
</item>

</channel>
</rss>

