<?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: Bigger Product Category Image</title>
		<link>http://www.kriesi.at/support/topic/bigger-product-category-image</link>
		<description>Support Forum - Topic: Bigger Product Category Image</description>
		<language>en-US</language>
		<pubDate>Wed, 22 May 2013 02:41:09 +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/bigger-product-category-image" rel="self" type="application/rss+xml" />

		<item>
			<title>Ismael on "Bigger Product Category Image"</title>
			<link>http://www.kriesi.at/support/topic/bigger-product-category-image#post-59475</link>
			<pubDate>Sat, 09 Jun 2012 06:57:43 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">59475@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Rhai,&#60;/p&#62;
&#60;p&#62;This would involve a lot of code and you will need to change some css as the site would look messy if the product category image is set larger. Anyways, this should help you with it. Kindly go to: wp-content\themes\abundance\woocommerce-config\config.php and find this code:&#60;br /&#62;
&#60;code&#62;$image		= wp_get_attachment_image( $attachment_id, &#38;#39;thumbnail&#38;#39;, false, array(&#38;#39;class&#38;#39;=&#38;gt;&#38;#39;category_thumb&#38;#39;));&#60;/code&#62;&#60;br /&#62;
and replace it with this:&#60;br /&#62;
&#60;code&#62;$image		= wp_get_attachment_image( $attachment_id, &#38;#39;category_thumb&#38;#39;, false, array(&#38;#39;class&#38;#39;=&#38;gt;&#38;#39;category_thumb&#38;#39;));&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Then go to: wp-content\themes\abundance\functions.php and find:&#60;br /&#62;
&#60;code&#62;$avia_config[&#38;#39;imgSize&#38;#39;][&#38;#39;slide_thumbs&#38;#39;] = array(&#38;#39;width&#38;#39;=&#38;gt;210, &#38;#39;height&#38;#39;=&#38;gt;100);		// small preview pic for slideshow thumbs&#60;/code&#62;&#60;br /&#62;
add this code just below it:&#60;br /&#62;
&#60;code&#62;$avia_config[&#38;#39;imgSize&#38;#39;][&#38;#39;category_thumb&#38;#39;] = array(&#38;#39;width&#38;#39;=&#38;gt;150, &#38;#39;height&#38;#39;=&#38;gt;150);&#60;/code&#62;&#60;br /&#62;
This code sets the images height and width to 150px.&#60;/p&#62;
&#60;p&#62;Then add this code in your Quick CSS or custom.css:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.title_container .category_thumb {
   max-width: 150px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;This code limits the size of the image, it can be set lower (default is 40px). Just change this size and adjust some css as the image will overlap. Hope this helps. :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>hypequest on "Bigger Product Category Image"</title>
			<link>http://www.kriesi.at/support/topic/bigger-product-category-image#post-58612</link>
			<pubDate>Sun, 03 Jun 2012 16:50:18 +0000</pubDate>
			<dc:creator>hypequest</dc:creator>
			<guid isPermaLink="false">58612@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi there,&#60;/p&#62;
&#60;p&#62;I would like to display a bigger size of the product category image that shows just above the breadcrumbs.&#60;br /&#62;
Right now it is 80 x 80 by default, how can I display a bigger one? Let's say 150 x 150 ?&#60;/p&#62;
&#60;p&#62;Thanks a lot for your help,&#60;/p&#62;
&#60;p&#62;Rhai
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
