<?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 Topic: Can't get child theme CSS to override parent CSS for the life of me</title>
<link>http://themeshaper.com/forums/</link>
<description>Help In Shaping WordPress Themes</description>
<language>en</language>
<pubDate>Fri, 24 May 2013 13:49:35 +0000</pubDate>

<item>
<title>MTPrower on "Can't get child theme CSS to override parent CSS for the life of me"</title>
<link>http://themeshaper.com/forums/topic/cant-get-child-theme-css-to-override-parent-css-for-the-life-of-me#post-21665</link>
<pubDate>Mon, 06 Jun 2011 15:28:21 +0000</pubDate>
<dc:creator>MTPrower</dc:creator>
<guid isPermaLink="false">21665@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;I finally figured it out! I forgot I was using CloudFlare. I didn't know they were doing &#34;aggressive caching&#34; of my site...&#60;/p&#62;
&#60;p&#62;See, it's always something simple. Well, now I can get to making the coolest site theme I can possibly think of. Thanks everyone!
&#60;/p&#62;</description>
</item>
<item>
<title>helgatheviking on "Can't get child theme CSS to override parent CSS for the life of me"</title>
<link>http://themeshaper.com/forums/topic/cant-get-child-theme-css-to-override-parent-css-for-the-life-of-me#post-21658</link>
<pubDate>Mon, 06 Jun 2011 00:23:46 +0000</pubDate>
<dc:creator>helgatheviking</dc:creator>
<guid isPermaLink="false">21658@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;NO. drop it into your CHILD'S functions.php&#60;/p&#62;
&#60;p&#62;that is how child theming works.  if you aren't clear on child theming then take a look at:&#60;br /&#62;
&#60;a href=&#34;http://www.catswhocode.com/blog/wordpress-how-to-easily-create-a-thematic-child-theme&#34; rel=&#34;nofollow&#34;&#62;www.catswhocode.com/blog/wordpress-how-to-easily-create-a-thematic-child-theme&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;i'd try xampp again.  i think i followed this one:&#60;br /&#62;
&#60;a href=&#34;http://webdesignerwall.com/tutorials/installing-wordpress-locally&#34; rel=&#34;nofollow&#34;&#62;http://webdesignerwall.com/tutorials/installing-wordpress-locally&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>MTPrower on "Can't get child theme CSS to override parent CSS for the life of me"</title>
<link>http://themeshaper.com/forums/topic/cant-get-child-theme-css-to-override-parent-css-for-the-life-of-me#post-21656</link>
<pubDate>Sun, 05 Jun 2011 21:57:50 +0000</pubDate>
<dc:creator>MTPrower</dc:creator>
<guid isPermaLink="false">21656@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;I tried XAMPP and I can't seem to get a working installation of WordPress on it, even when I duplicate tutorials. Either I have really bad luck or I'm just stupid.&#60;/p&#62;
&#60;p&#62;In order to do that suggestion you're... suggesting... do I just add the code you posted into my parent theme's header.php?
&#60;/p&#62;</description>
</item>
<item>
<title>helgatheviking on "Can't get child theme CSS to override parent CSS for the life of me"</title>
<link>http://themeshaper.com/forums/topic/cant-get-child-theme-css-to-override-parent-css-for-the-life-of-me#post-21654</link>
<pubDate>Sun, 05 Jun 2011 21:49:11 +0000</pubDate>
<dc:creator>helgatheviking</dc:creator>
<guid isPermaLink="false">21654@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;found my version of the link i posted above&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;// filter thematic_create_stylesheet to implement your own stylesheets
function my_stylesheet($content) {
        $content = &#38;quot;\t&#38;quot;;
        $content .= &#38;quot;&#38;lt;link rel=\&#38;quot;stylesheet\&#38;quot; type=\&#38;quot;text/css\&#38;quot; href=\&#38;quot;&#38;quot;;
        $content .= get_bloginfo(&#38;#39;stylesheet_directory&#38;#39;) . &#38;quot;/style.css?&#38;quot;. date(U);
        $content .= &#38;quot;\&#38;quot; /&#38;gt;&#38;quot;;
        $content .= &#38;quot;\n\n&#38;quot;;

        // $content will be handed back to thematic_create_stylesheet
    return $content;
}
// connect the filter to thematic_create_stylesheet
add_filter (&#38;#39;thematic_create_stylesheet&#38;#39;, &#38;#39;my_stylesheet&#38;#39;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;sidenote- i wouldn't try to do dev work on a live server, especially one that is doing such hard-core caching.  i like working locally on XAMPP
&#60;/p&#62;</description>
</item>
<item>
<title>MTPrower on "Can't get child theme CSS to override parent CSS for the life of me"</title>
<link>http://themeshaper.com/forums/topic/cant-get-child-theme-css-to-override-parent-css-for-the-life-of-me#post-21649</link>
<pubDate>Sun, 05 Jun 2011 18:03:27 +0000</pubDate>
<dc:creator>MTPrower</dc:creator>
<guid isPermaLink="false">21649@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;I have no caching installed. I have only two plugins installed for the time being: TheThe Sliding Panels and the WordPress Importer.
&#60;/p&#62;</description>
</item>
<item>
<title>joperron on "Can't get child theme CSS to override parent CSS for the life of me"</title>
<link>http://themeshaper.com/forums/topic/cant-get-child-theme-css-to-override-parent-css-for-the-life-of-me#post-21645</link>
<pubDate>Sun, 05 Jun 2011 17:45:00 +0000</pubDate>
<dc:creator>joperron</dc:creator>
<guid isPermaLink="false">21645@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Do you have caching plugin installed in WordPress? Disable it?
&#60;/p&#62;</description>
</item>
<item>
<title>helgatheviking on "Can't get child theme CSS to override parent CSS for the life of me"</title>
<link>http://themeshaper.com/forums/topic/cant-get-child-theme-css-to-override-parent-css-for-the-life-of-me#post-21644</link>
<pubDate>Sun, 05 Jun 2011 17:40:56 +0000</pubDate>
<dc:creator>helgatheviking</dc:creator>
<guid isPermaLink="false">21644@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;hmm... unfortunately i don't know what to say.  that isn't a thematic-related problem.  you seem to have some very aggressive caching going on.  anything in your htaccess?  using a caching plugin?&#60;/p&#62;
&#60;p&#62;i did something once where i tacked on a timestamp in place of a version number to the main style.css.  this meant that it essentially couldn't be cached b/c it will always have a new version number.  not great long-term, but good while developing.  this might help:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.ovalpixels.com/blog/2010/08/29/adding-automatic-css-timestamp-to-a-thematic-child-theme/&#34; rel=&#34;nofollow&#34;&#62;http://www.ovalpixels.com/blog/2010/08/29/adding-automatic-css-timestamp-to-a-thematic-child-theme/&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>MTPrower on "Can't get child theme CSS to override parent CSS for the life of me"</title>
<link>http://themeshaper.com/forums/topic/cant-get-child-theme-css-to-override-parent-css-for-the-life-of-me#post-21642</link>
<pubDate>Sun, 05 Jun 2011 15:08:03 +0000</pubDate>
<dc:creator>MTPrower</dc:creator>
<guid isPermaLink="false">21642@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Alright, it updated again this morning. I make good CSS changes to the child theme, but they don't seem to show up for several hours at least. I clear my caches, restart my computer, run CCleaner, and start up my browser, but I have never gotten any changes until I do my morning boot-up. I asked my hosting if they cached my stuff, but they said they don't. They looked at my site for a while but say that it's not a problem on their side.&#60;/p&#62;
&#60;p&#62;When does my CSS update and why? I need to find a way to force it to update on cue. CTRL + F5 doesn't do the trick...
&#60;/p&#62;</description>
</item>
<item>
<title>MTPrower on "Can't get child theme CSS to override parent CSS for the life of me"</title>
<link>http://themeshaper.com/forums/topic/cant-get-child-theme-css-to-override-parent-css-for-the-life-of-me#post-21637</link>
<pubDate>Sat, 04 Jun 2011 21:41:18 +0000</pubDate>
<dc:creator>MTPrower</dc:creator>
<guid isPermaLink="false">21637@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Holy crap I got it working. It apparently was already working, but it took me a close of the browser and a run of CCleaner. For some reason, a normal cache-clearing never did the trick.&#60;/p&#62;
&#60;p&#62;Of course, this is the first time it ever worked. It took a new theme (Thematic) and a fresh site install. But it works! After a whole week. Gah, I'm so relieved.&#60;/p&#62;
&#60;p&#62;Let's keep this topic open so I can easily address any remaining issues if they come up.
&#60;/p&#62;</description>
</item>
<item>
<title>helgatheviking on "Can't get child theme CSS to override parent CSS for the life of me"</title>
<link>http://themeshaper.com/forums/topic/cant-get-child-theme-css-to-override-parent-css-for-the-life-of-me#post-21636</link>
<pubDate>Sat, 04 Jun 2011 21:37:34 +0000</pubDate>
<dc:creator>helgatheviking</dc:creator>
<guid isPermaLink="false">21636@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;you must not be setting up your child theme properly.  any style rule that is for the same element (and comes later as is the case of a child) or is more specific will take precedence.  that's how CSS works.  &#60;/p&#62;
&#60;p&#62;this is where i point people to get ground work on a child theme&#60;br /&#62;
&#60;a href=&#34;http://www.catswhocode.com/blog/wordpress-how-to-easily-create-a-thematic-child-theme&#34; rel=&#34;nofollow&#34;&#62;http://www.catswhocode.com/blog/wordpress-how-to-easily-create-a-thematic-child-theme&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;also take a look in the thematic folder.  there is a SAMPLE child theme already made for you.  start with that.&#60;/p&#62;
&#60;p&#62;--- edited to add---&#60;br /&#62;
i just took a look at your stylesheet.  it looks correct.  why don't you try to be more specific about what you are trying to change and we can probably help you better.
&#60;/p&#62;</description>
</item>
<item>
<title>MTPrower on "Can't get child theme CSS to override parent CSS for the life of me"</title>
<link>http://themeshaper.com/forums/topic/cant-get-child-theme-css-to-override-parent-css-for-the-life-of-me#post-21635</link>
<pubDate>Sat, 04 Jun 2011 19:43:54 +0000</pubDate>
<dc:creator>MTPrower</dc:creator>
<guid isPermaLink="false">21635@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;I have a brand-new installation of WordPress. Actually, this is like the 12th reinstall. This is the third theme I've tried and I've read all the highly-SEO'd articles on creating child themes. I can't get a child theme's CSS to override the parent's CSS for the life of me, in any of the themes. Been trying for a week.&#60;/p&#62;
&#60;p&#62;What I need is for a child theme to inherit all the CSS of a parent theme, but be able to have more CSS statements, which override, or add to, the parent theme CSS. I've been all over the web, trying to duplicate peoples' tutorials, and all I ever get is the parent theme's styling, no matter what theme is activated.&#60;/p&#62;
&#60;p&#62;Please help. My site URL is &#60;a href=&#34;http://www.sonicreboot.com&#34; rel=&#34;nofollow&#34;&#62;http://www.sonicreboot.com&#60;/a&#62; It's recently been reinstalled from scratch, and has got two plug-ins installed, neither of which affect the theme. I've done extensive plugin-compatibility testing and cache clearing.
&#60;/p&#62;</description>
</item>

</channel>
</rss>
