<?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: sidebars disappear in jigoshop</title>
<link>http://themeshaper.com/forums/</link>
<description>Help In Shaping WordPress Themes</description>
<language>en</language>
<pubDate>Fri, 24 May 2013 17:33:12 +0000</pubDate>

<item>
<title>helgatheviking on "sidebars disappear in jigoshop"</title>
<link>http://themeshaper.com/forums/topic/sidebars-disappear-in-jigoshop#post-27269</link>
<pubDate>Fri, 01 Jun 2012 17:24:46 +0000</pubDate>
<dc:creator>helgatheviking</dc:creator>
<guid isPermaLink="false">27269@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;yeah.. please start bringing support requests to the new forum.&#60;/p&#62;
&#60;p&#62;i also wrote a post some issues people might face with the new changes&#60;br /&#62;
&#60;a href=&#34;http://www.kathyisawesome.com/433/thematic-upgrade-breaks-menu/&#34; rel=&#34;nofollow&#34;&#62;http://www.kathyisawesome.com/433/thematic-upgrade-breaks-menu/&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>d_rec on "sidebars disappear in jigoshop"</title>
<link>http://themeshaper.com/forums/topic/sidebars-disappear-in-jigoshop#post-27268</link>
<pubDate>Fri, 01 Jun 2012 13:47:41 +0000</pubDate>
<dc:creator>d_rec</dc:creator>
<guid isPermaLink="false">27268@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Jump across to the home of Thematic's new Forum and check out this post which mentions the changes with Thematic and thematic_create_stylesheet.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://thematictheme.com/forums/topic/thematic_create_stylesheet-not-working-in-1-0-1/&#34; rel=&#34;nofollow&#34;&#62;http://thematictheme.com/forums/topic/thematic_create_stylesheet-not-working-in-1-0-1/&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>EllenLeempoels on "sidebars disappear in jigoshop"</title>
<link>http://themeshaper.com/forums/topic/sidebars-disappear-in-jigoshop#post-27267</link>
<pubDate>Fri, 01 Jun 2012 13:45:13 +0000</pubDate>
<dc:creator>EllenLeempoels</dc:creator>
<guid isPermaLink="false">27267@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;I'm currently studying for webdeveloper and I had to make a website using wordpress.&#60;br /&#62;
I created a thematic child theme, with a lot of helpfull tips from this forum but now I still have a problem that even my teachter couldn't solve.&#60;br /&#62;
I created a blogsite which has a 2 column-layout and I installed Jigoshop which I wanted to have a 3-column-layout. This,almost, works for the shop-page only using this function:&#60;br /&#62;
// filter thematic_create_stylesheet to implement your own stylesheets&#60;br /&#62;
function my_stylesheet($content) {&#60;br /&#62;
    // We test if we're on shoppage&#60;br /&#62;
  if (is_shop())&#60;br /&#62;
  {&#60;br /&#62;
    // yes, we are .. now let's load the 3c-fixed layout&#60;br /&#62;
        $content = &#34;\t&#34;;&#60;br /&#62;
        $content .= &#34;&#38;lt;link rel=\&#34;stylesheet\&#34; type=\&#34;text/css\&#34; href=\&#34;&#34;;&#60;br /&#62;
        $content .= get_bloginfo('stylesheet_directory') . &#34;/shop-style.css&#34;;&#60;br /&#62;
        $content .= &#34;\&#34; /&#38;gt;&#34;;&#60;br /&#62;
        $content .= &#34;\n\n&#34;;&#60;br /&#62;
  } else {&#60;br /&#62;
    // we are not .. let's load the 2c-r-fixed layout&#60;br /&#62;
        $content = &#34;\t&#34;;&#60;br /&#62;
        $content .= &#34;&#38;lt;link rel=\&#34;stylesheet\&#34; type=\&#34;text/css\&#34; href=\&#34;&#34;;&#60;br /&#62;
        $content .= get_bloginfo('stylesheet_directory') . &#34;/style.css&#34;;&#60;br /&#62;
        $content .= &#34;\&#34; /&#38;gt;&#34;;&#60;br /&#62;
        $content .= &#34;\n\n&#34;;&#60;br /&#62;
    }&#60;br /&#62;
        // $content will be handed back to thematic_create_stylesheet&#60;br /&#62;
    return $content;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;// connect the filter to thematic_create_stylesheet&#60;br /&#62;
add_filter ('thematic_create_stylesheet', 'my_stylesheet');&#60;br /&#62;
// Connect the filter to thematic_sidebar()&#60;br /&#62;
add_filter('thematic_sidebar', 'remove_sidebar');&#60;/p&#62;
&#60;p&#62;I say almost because I have a 3-columlayout but lost my sidebars.&#60;br /&#62;
Jigoshop also creates other page so i tried this:&#60;br /&#62;
if (is_page(array('shop', 'my-account', 'cart'))but then nothing works.&#60;/p&#62;
&#60;p&#62;Can someone help me to create a 3-column-layout, with sidebars, on all the jigoshop page?
&#60;/p&#62;</description>
</item>

</channel>
</rss>
