<?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: single column product-category page</title>
		<link>http://www.kriesi.at/support/topic/single-column-product-category-page</link>
		<description>Support Forum - Topic: single column product-category page</description>
		<language>en-US</language>
		<pubDate>Sat, 25 May 2013 18:27:32 +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/single-column-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>

	</channel>
</rss>
