<?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 User Favorites: MTPrower</title>
<link>http://themeshaper.com/forums/</link>
<description>Help In Shaping WordPress Themes</description>
<language>en</language>
<pubDate>Tue, 21 May 2013 15:32:35 +0000</pubDate>

<item>
<title>Dominor Novus on "Full Width template not working"</title>
<link>http://themeshaper.com/forums/topic/full-width-template-not-working#post-23795</link>
<pubDate>Sun, 13 Nov 2011 23:28:41 +0000</pubDate>
<dc:creator>Dominor Novus</dc:creator>
<guid isPermaLink="false">23795@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;According to bbPress, it's not supposed to work with the full page width template.
&#60;/p&#62;</description>
</item>
<item>
<title>Dominor Novus on "Full Width template not working"</title>
<link>http://themeshaper.com/forums/topic/full-width-template-not-working#post-23474</link>
<pubDate>Fri, 14 Oct 2011 14:07:33 +0000</pubDate>
<dc:creator>Dominor Novus</dc:creator>
<guid isPermaLink="false">23474@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;If you're using the bbPress plugin for WordPress, remember that it uses page.php as the template.&#60;/p&#62;
&#60;p&#62;I haven't figured out a way of forcing the full width template.
&#60;/p&#62;</description>
</item>
<item>
<title>helgatheviking on "Full Width template not working"</title>
<link>http://themeshaper.com/forums/topic/full-width-template-not-working#post-22383</link>
<pubDate>Wed, 20 Jul 2011 04:15:38 +0000</pubDate>
<dc:creator>helgatheviking</dc:creator>
<guid isPermaLink="false">22383@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;did you have a bbpress plugin of some sort?
&#60;/p&#62;</description>
</item>
<item>
<title>MTPrower on "Full Width template not working"</title>
<link>http://themeshaper.com/forums/topic/full-width-template-not-working#post-22379</link>
<pubDate>Tue, 19 Jul 2011 17:52:39 +0000</pubDate>
<dc:creator>MTPrower</dc:creator>
<guid isPermaLink="false">22379@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Alright, somehow I got it working by deactivating and reactivating my few plugins, one by one. I'm not sure how it worked. I did already have thematic-compatible body classes. Also, the full width template DID work, but not on that one particular page. I'm not sure which other pages it wouldn't have worked on. I do know that the page it didn't work on was a first-level page, and the page it did work on was a sub page.
&#60;/p&#62;</description>
</item>
<item>
<title>helgatheviking on "Full Width template not working"</title>
<link>http://themeshaper.com/forums/topic/full-width-template-not-working#post-22367</link>
<pubDate>Tue, 19 Jul 2011 05:38:53 +0000</pubDate>
<dc:creator>helgatheviking</dc:creator>
<guid isPermaLink="false">22367@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;thematic-compatible body classes mean you put this in your functions.php:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;//Thematic 0.9.7.6 compatible
define(&#38;#39;THEMATIC_COMPATIBLE_BODY_CLASS&#38;#39;, true);
define(&#38;#39;THEMATIC_COMPATIBLE_POST_CLASS&#38;#39;, true);
define(&#38;#39;THEMATIC_COMPATIBLE_COMMENT_HANDLING&#38;#39;, true);
define(&#38;#39;THEMATIC_COMPATIBLE_COMMENT_FORM&#38;#39;, true);
define(&#38;#39;THEMATIC_COMPATIBLE_FEEDLINKS&#38;#39;, true);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;or at least that first one.  basically, thematic couldn't pass theme review w/ its classes, so it uses WP classes by default lets you switch to the more advanced ones w/ this bit o' code.&#60;/p&#62;
&#60;p&#62;ok, so it is a page, but it isn't displaying as a regular page, b/c of what i said in my last post about the body classes.  my guess is that however you are implementing bbpress is overriding the default &#34;page&#34; behavior.
&#60;/p&#62;</description>
</item>
<item>
<title>MTPrower on "Full Width template not working"</title>
<link>http://themeshaper.com/forums/topic/full-width-template-not-working#post-22365</link>
<pubDate>Tue, 19 Jul 2011 03:07:13 +0000</pubDate>
<dc:creator>MTPrower</dc:creator>
<guid isPermaLink="false">22365@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;It's a page. &#60;a href=&#34;http://www.sonicreboot.com/forums&#34; rel=&#34;nofollow&#34;&#62;http://www.sonicreboot.com/forums&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;It's the first page in the page order too. Everything on the page except the forums, which is inside #content, is created either by thematic or my thematic child theme. The page you see is not a bbpress-forum-only page.&#60;/p&#62;
&#60;p&#62;What are thematic-compatible dynamic body classes? If it means anything, I am using a child style.css, which I created myself, starting with the example files that came with the theme download.
&#60;/p&#62;</description>
</item>
<item>
<title>helgatheviking on "Full Width template not working"</title>
<link>http://themeshaper.com/forums/topic/full-width-template-not-working#post-22364</link>
<pubDate>Tue, 19 Jul 2011 02:37:56 +0000</pubDate>
<dc:creator>helgatheviking</dc:creator>
<guid isPermaLink="false">22364@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;are you sure that is a wordpress &#34;page&#34;?&#60;/p&#62;
&#60;p&#62;are you sure that you have enabled thematic-compatible dynamic body classes?&#60;/p&#62;
&#60;p&#62;i ask both, b/c this is the body class for the page you've linked to:&#60;/p&#62;
&#60;p&#62;forum-archive forum bbPress windows chrome ch&#60;/p&#62;
&#60;p&#62;even w/o thematic that should be showing page-template or something similar i think, which makes me think that it isn't a page in the first place.
&#60;/p&#62;</description>
</item>
<item>
<title>MTPrower on "Full Width template not working"</title>
<link>http://themeshaper.com/forums/topic/full-width-template-not-working#post-22363</link>
<pubDate>Mon, 18 Jul 2011 22:43:35 +0000</pubDate>
<dc:creator>MTPrower</dc:creator>
<guid isPermaLink="false">22363@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;I have tried to change the template of a single page on my site to the Full Width template. For some reason, it still shows up as &#34;3c-r-fixed&#34;. Can somebody help me figure out what's going on? The page of my site which is supposed to be changed is this:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.sonicreboot.com/forums&#34; rel=&#34;nofollow&#34;&#62;http://www.sonicreboot.com/forums&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;The truth is, I only want it to have the secondary sidebar on the right. Not the primary sidebar. I don't actually want to remove both sidebars, if at all possible.&#60;/p&#62;
&#60;p&#62;By the way, I have tried out a whole ton of themes, and I must say, I prefer building from a framework by far. And also, I tried all the frameworks on the official WordPress site's list, and Thematic is the best by far. Through thematic, I was able to build a really flexible and attractive semi-fluid site. Thematic rocks!
&#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-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>
