<?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 - Tag: product category page - Recent Posts</title>
		<link>http://www.kriesi.at/support/tags/product-category-page</link>
		<description>Support Forum - Tag: product category page - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Wed, 19 Jun 2013 20:43:46 +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/tags/product-category-page" rel="self" type="application/rss+xml" />

		<item>
			<title>Nick on "single column product-category page"</title>
			<link>http://www.kriesi.at/support/topic/single-column-product-category-page#post-81184</link>
			<pubDate>Fri, 26 Oct 2012 15:42:41 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">81184@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;If you look at Woocommerce Settings  &#38;gt; Pages (Tab on Top) , and look at the bottom of that page, you can set a different number of columns for products from 3-5. You need 1 column. To overcome that you can paste either the 1st or the 2nd piece of code below (but not both at once) into your functions.php file (anywhere, just not in middle of some other function).&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;add_filter ( &#38;#39;woocommerce_product_thumbnails_columns&#38;#39;, &#38;#39;zz_thumb_cols&#38;#39; );
 function zz_thumb_cols() {
     return 1; //Change the 1 to reflect how many columns you need
 }&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;or&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;function aan0n0_woo() {
//Number of columns in Woocommerce Loop

global $woocommerce_loop;
$woocommerce_loop[&#38;#39;columns&#38;#39;] = 1;
}
aan0n0_woo();&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Reference:&#60;br /&#62;
&#60;a href=&#34;http://chromeorange.co.uk/woocommerce-set-number-of-thumbnail-columns/&#34; rel=&#34;nofollow&#34;&#62;http://chromeorange.co.uk/woocommerce-set-number-of-thumbnail-columns/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;https://snipt.net/ivan747/control-number-of-columns-in-woocommerce-catalog/&#34; rel=&#34;nofollow&#34;&#62;https://snipt.net/ivan747/control-number-of-columns-in-woocommerce-catalog/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Once you have that out of the way, the rest is just styling that I am certain can easily be accomplished by searching Google, since this is probably a popular configuration.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "single column product-category page"</title>
			<link>http://www.kriesi.at/support/topic/single-column-product-category-page#post-81182</link>
			<pubDate>Fri, 26 Oct 2012 15:34:00 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">81182@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey nallyps,&#60;/p&#62;
&#60;p&#62;Unfortunately you'll be looking at completely re-doing how the theme outputs products or if you only want it for certain pages, creating a php file that makes the calls for the product category and pulls the data exactly as you want it. Either way will take quite a bit of writing of new code.&#60;/p&#62;
&#60;p&#62;If you want to re-do the way the theme styles the products, everything is in the theme files&#38;gt;woocommerce-config. Hooks, filters and the functions the theme uses to remove and add new features are in config.php within that folder.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>nallyps on "single column product-category page"</title>
			<link>http://www.kriesi.at/support/topic/single-column-product-category-page#post-80915</link>
			<pubDate>Wed, 24 Oct 2012 17:39:40 +0000</pubDate>
			<dc:creator>nallyps</dc:creator>
			<guid isPermaLink="false">80915@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;br /&#62;
First off thanks for having such great support. I couldnt find anything in the support for this hopefully you guys could help. This is for the abundance theme. I am trying to set up a single-column(multiple row) product-category page. For instance, for each individual product I would like to have the product image on the left, then on the right side of the column have the product title, short description(based on number of characters), product tags, price, then buttons for add to cart and see details. I found a random site that has it structured visually the way id like: &#60;a href=&#34;http://www.reverebooksonline.com/advSearchResults.php?action=search&#38;amp;category_id=0&#38;amp;authorField=Vonnegut,%20Kurt&#34; rel=&#34;nofollow&#34;&#62;http://www.reverebooksonline.com/advSearchResults.php?action=search&#38;amp;category_id=0&#38;amp;authorField=Vonnegut,%20Kurt&#60;/a&#62;&#60;br /&#62;
Any help or a point in the right direction is much appreciated!!!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "locating product-category page in WP"</title>
			<link>http://www.kriesi.at/support/topic/locating-product-category-page-in-wp#post-74260</link>
			<pubDate>Tue, 04 Sep 2012 06:30:05 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">74260@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; &#60;a href=&#34;http://www.kriesi.at/support/topic/how-to-create-a-sub-menu-for-product-category-pages&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/how-to-create-a-sub-menu-for-product-category-pages&#60;/a&#62; &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>papachew on "locating product-category page in WP"</title>
			<link>http://www.kriesi.at/support/topic/locating-product-category-page-in-wp#post-74257</link>
			<pubDate>Tue, 04 Sep 2012 06:24:53 +0000</pubDate>
			<dc:creator>papachew</dc:creator>
			<guid isPermaLink="false">74257@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;hi Ismeal, I manage to solve it. Thxs for your help again.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>papachew on "locating product-category page in WP"</title>
			<link>http://www.kriesi.at/support/topic/locating-product-category-page-in-wp#post-74249</link>
			<pubDate>Tue, 04 Sep 2012 06:02:37 +0000</pubDate>
			<dc:creator>papachew</dc:creator>
			<guid isPermaLink="false">74249@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;thank you Ismael for responding..if I cant find it in WP dashboard, how can i include that page in my drop down menu? &#60;/p&#62;
&#60;p&#62;I know we can place pages under main menu links via the menu editor, but if i cant find the product category page, may i know how i can insert a sub page then?&#60;/p&#62;
&#60;p&#62;eg. Shop&#38;gt;subpage&#60;/p&#62;
&#60;p&#62;hope to hear from you..tried to figure out for very long as I'm quite new to this theme.&#60;/p&#62;
&#60;p&#62;regards
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "locating product-category page in WP"</title>
			<link>http://www.kriesi.at/support/topic/locating-product-category-page-in-wp#post-74245</link>
			<pubDate>Tue, 04 Sep 2012 04:46:46 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">74245@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi papachew,&#60;/p&#62;
&#60;p&#62;You can't find it inside the Wordpress Dashboard. But you can edit it's template file, but this will be used for all categories, you can find it in: wp-content\plugins\woocommerce\templates\taxonomy-product_cat.php.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>papachew on "locating product-category page in WP"</title>
			<link>http://www.kriesi.at/support/topic/locating-product-category-page-in-wp#post-74237</link>
			<pubDate>Tue, 04 Sep 2012 02:41:29 +0000</pubDate>
			<dc:creator>papachew</dc:creator>
			<guid isPermaLink="false">74237@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;hi kriesi team,&#60;/p&#62;
&#60;p&#62;still have not got any reply, pls help&#60;/p&#62;
&#60;p&#62;thxs very much
&#60;/p&#62;</description>
		</item>
		<item>
			<title>papachew on "locating product-category page in WP"</title>
			<link>http://www.kriesi.at/support/topic/locating-product-category-page-in-wp#post-74070</link>
			<pubDate>Sun, 02 Sep 2012 12:11:45 +0000</pubDate>
			<dc:creator>papachew</dc:creator>
			<guid isPermaLink="false">74070@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;hi &#60;/p&#62;
&#60;p&#62;I created a category called 'bag'&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.bagshoecleaningsanctuary.com/wp/product-category/bag/&#34; rel=&#34;nofollow&#34;&#62;http://www.bagshoecleaningsanctuary.com/wp/product-category/bag/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;but how can i locate this page in my WP as I want to do editing to this page&#60;/p&#62;
&#60;p&#62;thxs
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "add banner in top of product category page"</title>
			<link>http://www.kriesi.at/support/topic/menu-different-color-for-1-category-banner-in-category-product-page#post-61177</link>
			<pubDate>Wed, 20 Jun 2012 17:20:06 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">61177@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi  Florent,&#60;/p&#62;
&#60;p&#62;You'll need to do something like an: if category name, echo banner html. Its not something that we can do as support unfortunately since it requires a good bit of customization for your specific needs.&#60;/p&#62;
&#60;p&#62;If you aren't comfortable with php and html, I would recommend looking into a freelance web developer. I would guess the whole thing could be done in under 2 hours so it should be very expensive to have modified.&#60;/p&#62;
&#60;p&#62;When you do future updates, you'll just need to save copies of the file so that you can re-add in your changes.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>fraize on "add banner in top of product category page"</title>
			<link>http://www.kriesi.at/support/topic/menu-different-color-for-1-category-banner-in-category-product-page#post-60705</link>
			<pubDate>Mon, 18 Jun 2012 08:22:00 +0000</pubDate>
			<dc:creator>fraize</dc:creator>
			<guid isPermaLink="false">60705@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Ismael, thanks for your answer&#60;/p&#62;
&#60;p&#62;And in the next update even if i proceed to modification in config.php page, it will disappear ? &#60;/p&#62;
&#60;p&#62;And if i make this modification, my banner will display in all of &#34;categories page&#34; ? &#60;/p&#62;
&#60;p&#62;How can i put my banner in only one&#34; product categories pages &#34; ? not for all &#60;/p&#62;
&#60;p&#62;Kind regards,&#60;/p&#62;
&#60;p&#62;Florent
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "add banner in top of product category page"</title>
			<link>http://www.kriesi.at/support/topic/menu-different-color-for-1-category-banner-in-category-product-page#post-60630</link>
			<pubDate>Mon, 18 Jun 2012 02:42:21 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">60630@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;This is not an easy fix but you can open woocommerce-config folder and look for config.php. Find this line.&#60;/p&#62;
&#60;p&#62;&#60;code&#62;echo avia_breadcrumbs();&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;You can echo a new div on top of that containing the code for the new banner. You may have to find a solution on how to upload category images.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>fraize on "add banner in top of product category page"</title>
			<link>http://www.kriesi.at/support/topic/menu-different-color-for-1-category-banner-in-category-product-page#post-60591</link>
			<pubDate>Sun, 17 Jun 2012 17:41:27 +0000</pubDate>
			<dc:creator>fraize</dc:creator>
			<guid isPermaLink="false">60591@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi all&#60;/p&#62;
&#60;p&#62;I would like to integrate a banner in the top of category product page (sales category) (see screenshot: &#60;a href=&#34;http://jmpsave.free.fr/img/how-can-i-add-pix.jpg&#34; rel=&#34;nofollow&#34;&#62;http://jmpsave.free.fr/img/how-can-i-add-pix.jpg&#60;/a&#62; )&#60;/p&#62;
&#60;p&#62;how can I do please? Thanks !&#60;/p&#62;
&#60;p&#62;Best regards,&#60;/p&#62;
&#60;p&#62;Florent
&#60;/p&#62;</description>
		</item>
		<item>
			<title>chrisKlotz on "template overview - product category page?"</title>
			<link>http://www.kriesi.at/support/topic/template-overview-product-category-page#post-41630</link>
			<pubDate>Tue, 14 Feb 2012 12:43:02 +0000</pubDate>
			<dc:creator>chrisKlotz</dc:creator>
			<guid isPermaLink="false">41630@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi, &#60;/p&#62;
&#60;p&#62;though just so that i understand it correctly shouldn't the following sidebar be used in the case of the category overview --&#38;gt;Shop Overview Page (right)&#60;br /&#62;
that sidebar is empty in it is still showing something? Please give me a pointer as to how I am able to see which sidebar is supposed to be loaded where. i am sure that there must be some rules somewhere, or?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "template overview - product category page?"</title>
			<link>http://www.kriesi.at/support/topic/template-overview-product-category-page#post-41622</link>
			<pubDate>Tue, 14 Feb 2012 11:50:34 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">41622@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
we just use hooks to modify the standard woocommerce template (recommended/best practice). You can find the code in abundance\woocommerce-config\config.php
&#60;/p&#62;</description>
		</item>
		<item>
			<title>chrisKlotz on "template overview - product category page?"</title>
			<link>http://www.kriesi.at/support/topic/template-overview-product-category-page#post-41607</link>
			<pubDate>Tue, 14 Feb 2012 09:47:33 +0000</pubDate>
			<dc:creator>chrisKlotz</dc:creator>
			<guid isPermaLink="false">41607@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;hi,&#60;br /&#62;
i was wondering which template is being used for the product overview page. i managed to get rid of the sidebar for the overview page that shows ALL products, but so far wasn't able to properly edit the template for the product category page. i browsed through your docs but couldn't find any kind of overview as to which template is being used for what kind of shop page.&#60;br /&#62;
would highly appreciate if you could share some pointers as to how to go about that.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
