<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Support Forum - Topic: Change layout of category pages under the shop menu option.</title>
		<link>http://www.kriesi.at/support/topic/change-layout-of-category-pages-that-are-under-the-shop-menu-option</link>
		<description>Support Forum - Topic: Change layout of category pages under the shop menu option.</description>
		<language>en-US</language>
		<pubDate>Wed, 19 Jun 2013 05:39:25 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.kriesi.at/support/search.php</link>
		</textInput>
		<atom:link href="http://www.kriesi.at/support/rss/topic/change-layout-of-category-pages-that-are-under-the-shop-menu-option" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "Change layout of category pages under the shop menu option."</title>
			<link>http://www.kriesi.at/support/topic/change-layout-of-category-pages-that-are-under-the-shop-menu-option#post-49469</link>
			<pubDate>Mon, 02 Apr 2012 05:42:46 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">49469@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I think your &#34;books and posters&#34; categories are shop categories - in this case you need to modify woocommerce-config/config.php.&#60;/p&#62;
&#60;p&#62;Search for following code and delete it:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;if(!is_singular())
			get_sidebar();&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;However you'll get a white area on the left side so I'm not sure if it's a good idea to remove the sidebar. It's not easily possible to extend the content area to fullwidth on the shop page without some css mods.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ewabloch on "Change layout of category pages under the shop menu option."</title>
			<link>http://www.kriesi.at/support/topic/change-layout-of-category-pages-that-are-under-the-shop-menu-option#post-48909</link>
			<pubDate>Wed, 28 Mar 2012 21:53:33 +0000</pubDate>
			<dc:creator>ewabloch</dc:creator>
			<guid isPermaLink="false">48909@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks for getting back with me&#60;br /&#62;
Just did this and it did not work. It looks that the default is the default for the blog.&#60;br /&#62;
When I change the blog layout, under themes options -&#38;gt; layout settings, the product category page changes accordingly.&#60;br /&#62;
The only way I can go around it is to put widget in the shop overview page (left or right) sidebar but I need that section empty.&#60;br /&#62;
Is there anything else I could do?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Change layout of category pages under the shop menu option."</title>
			<link>http://www.kriesi.at/support/topic/change-layout-of-category-pages-that-are-under-the-shop-menu-option#post-48589</link>
			<pubDate>Tue, 27 Mar 2012 17:50:33 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">48589@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey ewabloch,&#60;/p&#62;
&#60;p&#62;I believe you are seeing the Archive layout for category types. If that is the case, you can open up the archive.php in your theme files and search for:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php 

//get the sidebar
$avia_config[&#38;#39;currently_viewing&#38;#39;] = &#38;#39;blog&#38;#39;;
get_sidebar();

?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Now comment out or delete those lines and you will no longer get a sidebar at that page. Just make a note of this so that when you update the theme later, you know to keep a copy of this page to add after the theme files have been updated.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ewabloch on "Change layout of category pages under the shop menu option."</title>
			<link>http://www.kriesi.at/support/topic/change-layout-of-category-pages-that-are-under-the-shop-menu-option#post-48373</link>
			<pubDate>Mon, 26 Mar 2012 18:09:54 +0000</pubDate>
			<dc:creator>ewabloch</dc:creator>
			<guid isPermaLink="false">48373@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;My Default Page Layout was already set for  &#34;Fullsize preview image, no sidebar&#34;. The category pages are actually assuming the default layout for the blog (there is  I no option to have a blog layout without sidebar).
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Change layout of category pages under the shop menu option."</title>
			<link>http://www.kriesi.at/support/topic/change-layout-of-category-pages-that-are-under-the-shop-menu-option#post-48267</link>
			<pubDate>Mon, 26 Mar 2012 07:49:25 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">48267@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello ewabloch&#60;/p&#62;
&#60;p&#62;Have you tried going to Abundance Tab &#38;gt; Theme Options &#38;gt; Layout and Settings &#38;gt; Default Page Layout then choose &#34;Fullsize preview image, no sidebar&#34;. Please try to remember the settings before selecting this one.&#60;/p&#62;
&#60;p&#62;I hope this could help.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ewabloch on "Change layout of category pages under the shop menu option."</title>
			<link>http://www.kriesi.at/support/topic/change-layout-of-category-pages-that-are-under-the-shop-menu-option#post-48242</link>
			<pubDate>Mon, 26 Mar 2012 06:18:58 +0000</pubDate>
			<dc:creator>ewabloch</dc:creator>
			<guid isPermaLink="false">48242@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Under the shop option on my menu I added categories (books and posters)&#60;br /&#62;
The category pages (books,  posters) come up with default layout for blog (it has a side bar).&#60;br /&#62;
I do not have blog on my website and the default layout for all of my pages is without side bars. Category pages are not listed under pages that can be edited. The blog layouts do not include one without side bars. So, how do I change the layout of the category pages to be consistent with the rest of my pages?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
