<?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: Sherman</title>
<link>http://themeshaper.com/forums/</link>
<description>Help In Shaping WordPress Themes</description>
<language>en</language>
<pubDate>Sun, 26 May 2013 04:57:09 +0000</pubDate>

<item>
<title>amygail on "Hide columns on certain pages"</title>
<link>http://themeshaper.com/forums/topic/hide-columns-on-certain-pages#post-6512</link>
<pubDate>Wed, 16 Sep 2009 22:37:26 +0000</pubDate>
<dc:creator>amygail</dc:creator>
<guid isPermaLink="false">6512@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Sherman - there are a few ways to do this and there are quite a few posts in the forum on this topic.&#60;/p&#62;
&#60;p&#62;here's one (Scroll to the bottom)&#60;br /&#62;
&#60;a href=&#34;http://themeshaper.com/forums/topic/removing-sidebar-on-child-pages#post-5487&#34; rel=&#34;nofollow&#34;&#62;http://themeshaper.com/forums/topic/removing-sidebar-on-child-pages#post-5487&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>Sherman on "Hide columns on certain pages"</title>
<link>http://themeshaper.com/forums/topic/hide-columns-on-certain-pages#post-6510</link>
<pubDate>Wed, 16 Sep 2009 21:40:16 +0000</pubDate>
<dc:creator>Sherman</dc:creator>
<guid isPermaLink="false">6510@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Quickly: I LOVE Thematic and plan to use it everywhere I possibly can!  Thank you for the work!&#60;/p&#62;
&#60;p&#62;Question: Is there an elegant way to hide columns on certain pages?  An example would be in a 3 column layout; hiding the left-hand column on a search results page.&#60;/p&#62;
&#60;p&#62;Any help would be appreciated.
&#60;/p&#62;</description>
</item>
<item>
<title>gougeaway on "Sidebar Content Sidebar Layout"</title>
<link>http://themeshaper.com/forums/topic/sidebar-content-sidebar-layout#post-2317</link>
<pubDate>Sun, 15 Mar 2009 13:57:31 +0000</pubDate>
<dc:creator>gougeaway</dc:creator>
<guid isPermaLink="false">2317@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;That seems to be working.  I'll do some testing later today, and let you know if there's a problem, but I'll mark it RESOLVED for now.  Thanks!
&#60;/p&#62;</description>
</item>
<item>
<title>Chris on "Sidebar Content Sidebar Layout"</title>
<link>http://themeshaper.com/forums/topic/sidebar-content-sidebar-layout#post-2312</link>
<pubDate>Sun, 15 Mar 2009 11:30:33 +0000</pubDate>
<dc:creator>Chris</dc:creator>
<guid isPermaLink="false">2312@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;take a look into thematic\thematic-sample-child-theme\style.css .. this is your basic style for starting your own design.&#60;/p&#62;
&#60;p&#62;Taking this basic style.css your style.css should be:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;/* Reset browser defaults */
@import url(&#38;#39;../thematic/library/styles/reset.css&#38;#39;);

/* Apply basic typography styles */
@import url(&#38;#39;../thematic/library/styles/typography.css&#38;#39;);

/* Apply a basic layout */
@import url(&#38;#39;../thematic/library/layouts/2c-r-fixed.css&#38;#39;);

/* Apply basic image styles */
@import url(&#38;#39;../thematic/library/styles/images.css&#38;#39;);

/* Apply default theme styles and colors */
/* It&#38;#39;s better to actually copy over default.css into this file (or link to a copy in your child theme) if you&#38;#39;re going to do anything outrageous */
@import url(&#38;#39;../thematic/library/styles/default.css&#38;#39;);

/* Prepare theme for plugins */
@import url(&#38;#39;../thematic/library/styles/plugins.css&#38;#39;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Again using the same basics with a different layout your style-home.css should be:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;/* Reset browser defaults */
@import url(&#38;#39;../thematic/library/styles/reset.css&#38;#39;);

/* Apply basic typography styles */
@import url(&#38;#39;../thematic/library/styles/typography.css&#38;#39;);

/* Apply a basic layout */
@import url(&#38;#39;../thematic/library/layouts/3c-fixed.css&#38;#39;);

/* Apply basic image styles */
@import url(&#38;#39;../thematic/library/styles/images.css&#38;#39;);

/* Apply default theme styles and colors */
/* It&#38;#39;s better to actually copy over default.css into this file (or link to a copy in your child theme) if you&#38;#39;re going to do anything outrageous */
@import url(&#38;#39;../thematic/library/styles/default.css&#38;#39;);

/* Prepare theme for plugins */
@import url(&#38;#39;../thematic/library/styles/plugins.css&#38;#39;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Tested and approved with Thematic 0.9 .. Drop Downs working .. Home using 3c-fixed layout all others using 2c-r-fixed layout.&#60;/p&#62;
&#60;p&#62;Cheers,&#60;/p&#62;
&#60;p&#62;Chris
&#60;/p&#62;</description>
</item>
<item>
<title>gougeaway on "Sidebar Content Sidebar Layout"</title>
<link>http://themeshaper.com/forums/topic/sidebar-content-sidebar-layout#post-2310</link>
<pubDate>Sun, 15 Mar 2009 07:04:43 +0000</pubDate>
<dc:creator>gougeaway</dc:creator>
<guid isPermaLink="false">2310@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Okay, I have two files.  style.css has the lines:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;br /&#62;
@import url('../thematic/style.css');&#60;br /&#62;
@import url('../thematic/library/layouts/2c-r-fixed.css');&#60;br /&#62;
&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;style-home.css has:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;br /&#62;
@import url('../thematic/style.css');&#60;br /&#62;
@import url('3c-fixed.css');&#60;br /&#62;
&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;I added your function above, replacing the style3.css with style-home.css.  Everything loads fine, but still no dropdowns.&#60;/p&#62;
&#60;p&#62;I guess I'm not sure how this is any different from the code before, and appearance wise things seem the same. I have a feeling I'm missing something (it is 3 in the morning, I really ought to be in bed).&#60;/p&#62;
&#60;p&#62;A bit more information: Other than Akismet, I've got no plugins installed or anything like that - fresh wordpress install, fresh thematic install, with just the function above, and the css files.  &#60;/p&#62;
&#60;p&#62;Thanks again, Chris.
&#60;/p&#62;</description>
</item>
<item>
<title>Chris on "Sidebar Content Sidebar Layout"</title>
<link>http://themeshaper.com/forums/topic/sidebar-content-sidebar-layout#post-2307</link>
<pubDate>Sat, 14 Mar 2009 22:53:50 +0000</pubDate>
<dc:creator>Chris</dc:creator>
<guid isPermaLink="false">2307@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;OK .. there's more that needs to be fixed than just the drop downs .. and the drop downs are the easy ones.&#60;/p&#62;
&#60;p&#62;Let' take the fast lane .. We will use two different style.css .. the one with 2c-r-fixed and another one with 3c-fixed. Both are the same except of the one line loading the layout css.&#60;/p&#62;
&#60;p&#62;Add the following to your functions.php:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;function my_stylesheet($content) {
  if (is_home() &#124;&#124; is_front_page()) {
		$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;/style3.css&#38;quot;;
		$content .= &#38;quot;\&#38;quot; /&#38;gt;&#38;quot;;
		$content .= &#38;quot;\n\n&#38;quot;;
  } else {
		$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;;
		$content .= &#38;quot;\&#38;quot; /&#38;gt;&#38;quot;;
		$content .= &#38;quot;\n\n&#38;quot;;
	}
    return $content;
}
add_filter (&#38;#39;thematic_create_stylesheet&#38;#39;, &#38;#39;my_stylesheet&#38;#39;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;style.css is the one with 2c-r-fixed and style3.css the one with 3c-fixed.&#60;/p&#62;
&#60;p&#62;This will work! .. it is working here. Again sorry for this inconvenience.&#60;/p&#62;
&#60;p&#62;Cheers,&#60;/p&#62;
&#60;p&#62;Chris
&#60;/p&#62;</description>
</item>
<item>
<title>Chris on "Sidebar Content Sidebar Layout"</title>
<link>http://themeshaper.com/forums/topic/sidebar-content-sidebar-layout#post-2306</link>
<pubDate>Sat, 14 Mar 2009 22:16:58 +0000</pubDate>
<dc:creator>Chris</dc:creator>
<guid isPermaLink="false">2306@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Sorry for this .. I'm working on it.
&#60;/p&#62;</description>
</item>
<item>
<title>gougeaway on "Sidebar Content Sidebar Layout"</title>
<link>http://themeshaper.com/forums/topic/sidebar-content-sidebar-layout#post-2304</link>
<pubDate>Sat, 14 Mar 2009 20:48:20 +0000</pubDate>
<dc:creator>gougeaway</dc:creator>
<guid isPermaLink="false">2304@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Okay, maybe I spoke too soon.  The sidebars are working fine, but either of these lines:&#60;/p&#62;
&#60;p&#62;@import url('../thematic/library/layouts/2c-r-fixed.css');&#60;br /&#62;
@import url('3c-fixed.css');&#60;/p&#62;
&#60;p&#62;will cause the dropdown to stop working?  Is this normal?&#60;/p&#62;
&#60;p&#62;Any ideas?
&#60;/p&#62;</description>
</item>
<item>
<title>gougeaway on "Sidebar Content Sidebar Layout"</title>
<link>http://themeshaper.com/forums/topic/sidebar-content-sidebar-layout#post-2302</link>
<pubDate>Sat, 14 Mar 2009 17:57:14 +0000</pubDate>
<dc:creator>gougeaway</dc:creator>
<guid isPermaLink="false">2302@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Surely there's an easier way?!?!&#60;/p&#62;
&#60;p&#62;Just kidding, that worked great.&#60;/p&#62;
&#60;p&#62;Thanks for the quick help.
&#60;/p&#62;</description>
</item>
<item>
<title>Chris on "Sidebar Content Sidebar Layout"</title>
<link>http://themeshaper.com/forums/topic/sidebar-content-sidebar-layout#post-2300</link>
<pubDate>Sat, 14 Mar 2009 16:35:55 +0000</pubDate>
<dc:creator>Chris</dc:creator>
<guid isPermaLink="false">2300@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;this can be done using plain CSS.&#60;/p&#62;
&#60;p&#62;You should have included 2c-r-fixed.css in your style.css. Now copy thematic\library\layouts\3c-fixed.css to your child theme's directory. Edit this file and change each css selector from selector to .home selector .. for example: body should be changed to .home body&#60;/p&#62;
&#60;p&#62;Now edit your style.css and enter a new line after:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;@import url(&#38;#39;../thematic/library/layouts/2c-r-fixed.css&#38;#39;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;new line:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;@import url(&#38;#39;3c-fixed.css&#38;#39;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Now you'll have your frontpage in 3c-fixed layout and all other pages in 2c-r-fixed layout.&#60;/p&#62;
&#60;p&#62;Cheers,&#60;/p&#62;
&#60;p&#62;Chris
&#60;/p&#62;</description>
</item>
<item>
<title>gougeaway on "Sidebar Content Sidebar Layout"</title>
<link>http://themeshaper.com/forums/topic/sidebar-content-sidebar-layout#post-2298</link>
<pubDate>Sat, 14 Mar 2009 15:44:26 +0000</pubDate>
<dc:creator>gougeaway</dc:creator>
<guid isPermaLink="false">2298@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;I'm just diving into Thematic, and so far I really like what I see.  For most pages I'll be dealing with one sidebar on the right, content on the left.  However, for the home page I'd like:&#60;/p&#62;
&#60;p&#62;Sidebar1 Content Sidebar2&#60;/p&#62;
&#60;p&#62;Is there an easy way of doing this?  It'd be nice if I was using one of the thematic sidebars, but if this has to just be a sidebar using plain html/php in functions.php, that could work too.  I'm just looking for the best way of doing this.  I'm hoping this is achievable with just CSS, but if I have to mess w/ the functions.php let me know.&#60;/p&#62;
&#60;p&#62;I'm doing this as a child theme, which may be important to note, but probably goes without saying.
&#60;/p&#62;</description>
</item>

</channel>
</rss>
