<?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: no sidebars</title>
<link>http://themeshaper.com/forums/</link>
<description>Help In Shaping WordPress Themes</description>
<language>en</language>
<pubDate>Sat, 18 May 2013 20:45:58 +0000</pubDate>

<item>
<title>jdunbar on "Can 1 page be set to hide all of the asides?"</title>
<link>http://themeshaper.com/forums/topic/can-1-page-be-set-to-hide-all-of-the-asides#post-4410</link>
<pubDate>Mon, 08 Jun 2009 17:26:00 +0000</pubDate>
<dc:creator>jdunbar</dc:creator>
<guid isPermaLink="false">4410@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Thanks, Chris! That seems to have worked.
&#60;/p&#62;</description>
</item>
<item>
<title>Manuel on "Can 1 page be set to hide all of the asides?"</title>
<link>http://themeshaper.com/forums/topic/can-1-page-be-set-to-hide-all-of-the-asides#post-4404</link>
<pubDate>Mon, 08 Jun 2009 14:15:05 +0000</pubDate>
<dc:creator>Manuel</dc:creator>
<guid isPermaLink="false">4404@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Oh, thanks Chris! :)
&#60;/p&#62;</description>
</item>
<item>
<title>Chris on "Can 1 page be set to hide all of the asides?"</title>
<link>http://themeshaper.com/forums/topic/can-1-page-be-set-to-hide-all-of-the-asides#post-4401</link>
<pubDate>Mon, 08 Jun 2009 13:46:33 +0000</pubDate>
<dc:creator>Chris</dc:creator>
<guid isPermaLink="false">4401@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Take a look here: &#60;a href=&#34;http://www.wupperpiraten.de/2009/03/how-to-remove-the-sidebar-from-a-certain-page/&#34;&#62;How to remove the sidebar from a certain page?&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Cheers,&#60;/p&#62;
&#60;p&#62;Chris
&#60;/p&#62;</description>
</item>
<item>
<title>jdunbar on "Can 1 page be set to hide all of the asides?"</title>
<link>http://themeshaper.com/forums/topic/can-1-page-be-set-to-hide-all-of-the-asides#post-4393</link>
<pubDate>Mon, 08 Jun 2009 12:55:42 +0000</pubDate>
<dc:creator>jdunbar</dc:creator>
<guid isPermaLink="false">4393@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;That worked great. Thanks!&#60;/p&#62;
&#60;p&#62;I adjusted the &#60;a href=&#34;http://blog.jasondunbar.com/store/&#34;&#62;container&#60;/a&#62; to 100% width to compensate for the lack of the sidebar, but the page is still the length it would be if the sidebars were displayed. Is there a way I can shorten this? I still wanted to display my subsidiary asides if at all possible, and the extra white space would probably deter further scrolling.
&#60;/p&#62;</description>
</item>
<item>
<title>Ian Stewart on "Can 1 page be set to hide all of the asides?"</title>
<link>http://themeshaper.com/forums/topic/can-1-page-be-set-to-hide-all-of-the-asides#post-4390</link>
<pubDate>Mon, 08 Jun 2009 12:02:56 +0000</pubDate>
<dc:creator>Ian Stewart</dc:creator>
<guid isPermaLink="false">4390@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Functions.php would technically be faster—technically. The CSS would be a simple solution for 1 page.
&#60;/p&#62;</description>
</item>
<item>
<title>Manuel on "Can 1 page be set to hide all of the asides?"</title>
<link>http://themeshaper.com/forums/topic/can-1-page-be-set-to-hide-all-of-the-asides#post-4387</link>
<pubDate>Mon, 08 Jun 2009 09:26:52 +0000</pubDate>
<dc:creator>Manuel</dc:creator>
<guid isPermaLink="false">4387@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Let us assume the page you have set up for your aStore is named &#60;em&#62;Store&#60;/em&#62; and has a pageslug of &#60;em&#62;store&#60;/em&#62; as well. Now the good thing is that Thematic inserts the page/post slug in the body class already.&#60;/p&#62;
&#60;p&#62;What you could do is to add something like the following into your childthemes stylesheet:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;body.slug-store #sidebar {
     display:none;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;The body class generated out of the page/post slug always starts with &#60;code&#62;slug-&#60;/code&#62; and is followed by the actual slug. So a page/post with the slug of &#60;code&#62;swim-suit-exchange-program&#60;/code&#62; would have a body class of &#60;code&#62;slug-swim-suit-exchange-program&#60;/code&#62;.&#60;/p&#62;
&#60;p&#62;You could also do this in functions.php by adding a function that does something like &#60;em&#62;if this page is named store then do not display the sidebar div&#60;/em&#62;, but i can not code such stuff. &#60;/p&#62;
&#60;p&#62;No clue which approach will be executed quicker, saves more bandwidth and what not and which one is more elegant though.
&#60;/p&#62;</description>
</item>
<item>
<title>jdunbar on "Can 1 page be set to hide all of the asides?"</title>
<link>http://themeshaper.com/forums/topic/can-1-page-be-set-to-hide-all-of-the-asides#post-4379</link>
<pubDate>Sun, 07 Jun 2009 22:16:53 +0000</pubDate>
<dc:creator>jdunbar</dc:creator>
<guid isPermaLink="false">4379@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;I have one of Amazon's aStores, and would like to have it open up within the body of my site rather than in its own page. Unfortunately, the aStore is wider than by body content, so I was wondering if just that page could be displayed without the asides, leaving plenty of room for the store to appear within the content of my site.
&#60;/p&#62;</description>
</item>

</channel>
</rss>
