<?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 article image size</title>
		<link>http://www.kriesi.at/support/topic/change-article-image-size</link>
		<description>Support Forum - Topic: Change article image size</description>
		<language>en-US</language>
		<pubDate>Sat, 25 May 2013 00:29:02 +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-article-image-size" rel="self" type="application/rss+xml" />

		<item>
			<title>Ismael on "Change article image size"</title>
			<link>http://www.kriesi.at/support/topic/change-article-image-size#post-90931</link>
			<pubDate>Thu, 10 Jan 2013 10:52:56 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">90931@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi ganjou,&#60;/p&#62;
&#60;p&#62;Glad that you found the solution. :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ganjou on "Change article image size"</title>
			<link>http://www.kriesi.at/support/topic/change-article-image-size#post-90909</link>
			<pubDate>Thu, 10 Jan 2013 09:52:11 +0000</pubDate>
			<dc:creator>ganjou</dc:creator>
			<guid isPermaLink="false">90909@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Changing those line is what I did first but without any effect :(&#60;br /&#62;
Changing it in Woocommerce --&#38;gt; Settings --&#38;gt; Catalog worked even with the config.php restored to default values...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Change article image size"</title>
			<link>http://www.kriesi.at/support/topic/change-article-image-size#post-90903</link>
			<pubDate>Thu, 10 Jan 2013 08:57:34 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">90903@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Great! Glad you figured it out. If you also look in theme folder woocommerce-config in file config.php, you will see 3 lines towards the beginning of the file where the image sizes are set.&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;//product thumbnails
$avia_config[&#38;#39;imgSize&#38;#39;][&#38;#39;shop_thumbnail&#38;#39;] 	= array(&#38;#39;width&#38;#39;=&#38;gt;80, &#38;#39;height&#38;#39;=&#38;gt;80);
$avia_config[&#38;#39;imgSize&#38;#39;][&#38;#39;shop_catalog&#38;#39;] 	= array(&#38;#39;width&#38;#39;=&#38;gt;300, &#38;#39;height&#38;#39;=&#38;gt;300);
$avia_config[&#38;#39;imgSize&#38;#39;][&#38;#39;shop_single&#38;#39;] 		= array(&#38;#39;width&#38;#39;=&#38;gt;350, &#38;#39;height&#38;#39;=&#38;gt;350);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ganjou on "Change article image size"</title>
			<link>http://www.kriesi.at/support/topic/change-article-image-size#post-90781</link>
			<pubDate>Wed, 09 Jan 2013 11:02:45 +0000</pubDate>
			<dc:creator>ganjou</dc:creator>
			<guid isPermaLink="false">90781@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;OK&#60;br /&#62;
Solution found !&#60;br /&#62;
WooCommerce --&#38;gt; Settings --&#38;gt; Catalog&#60;br /&#62;
Here you can change thumbnail size !!!&#60;/p&#62;
&#60;p&#62;+&#60;/p&#62;
&#60;p&#62;Regenerate thumbnails extension to resize all the images.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ganjou on "Change article image size"</title>
			<link>http://www.kriesi.at/support/topic/change-article-image-size#post-90776</link>
			<pubDate>Wed, 09 Jan 2013 10:33:01 +0000</pubDate>
			<dc:creator>ganjou</dc:creator>
			<guid isPermaLink="false">90776@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I found that in woocommerce-mod.css line 753&#60;/p&#62;
&#60;p&#62;margin:=;&#60;/p&#62;
&#60;p&#62;?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ganjou on "Change article image size"</title>
			<link>http://www.kriesi.at/support/topic/change-article-image-size#post-90770</link>
			<pubDate>Wed, 09 Jan 2013 09:52:44 +0000</pubDate>
			<dc:creator>ganjou</dc:creator>
			<guid isPermaLink="false">90770@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Images are already that size.&#60;br /&#62;
I tried to modify height (to 2/3 ratio) in config.php and reload one image... --&#38;gt;&#60;br /&#62;
//product thumbnails&#60;br /&#62;
$avia_config['imgSize']['shop_thumbnail'] 	= array('width'=&#38;gt;80, 'height'=&#38;gt;120);&#60;br /&#62;
$avia_config['imgSize']['shop_catalog'] 	= array('width'=&#38;gt;300, 'height'=&#38;gt;450);&#60;br /&#62;
$avia_config['imgSize']['shop_single'] 		= array('width'=&#38;gt;350, 'height'=&#38;gt;525);&#60;br /&#62;
But it didn't change anything.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Change article image size"</title>
			<link>http://www.kriesi.at/support/topic/change-article-image-size#post-90693</link>
			<pubDate>Tue, 08 Jan 2013 22:30:49 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">90693@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;In that case you just need to use an image that is taller than it is wide. Try image sizes that are 450px wide by 650px tall. If need be, you can have them set on a white background of that size if the source images are not large enough.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ganjou on "Change article image size"</title>
			<link>http://www.kriesi.at/support/topic/change-article-image-size#post-90672</link>
			<pubDate>Tue, 08 Jan 2013 21:45:12 +0000</pubDate>
			<dc:creator>ganjou</dc:creator>
			<guid isPermaLink="false">90672@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;The client is a bookstore, so he would like a &#34;book format&#34; image.&#60;br /&#62;
The width is fine, I would just need to increase the height so it should not break the columns layout.&#60;br /&#62;
What do you think ?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Change article image size"</title>
			<link>http://www.kriesi.at/support/topic/change-article-image-size#post-90668</link>
			<pubDate>Tue, 08 Jan 2013 21:19:49 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">90668@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;It isn't a matter of the css but instead about how much room there is for the images to show. If you make them much bigger than they are now, they would overlap or touch.&#60;/p&#62;
&#60;p&#62;For example, the demo uses 3 column layout: &#60;a href=&#34;http://www.kriesi.at/themes/abundance/shop/&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/themes/abundance/shop/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;This puts the images at 200px wide and whatever the height is when scaled to that size. The css for the 3 column layout is:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.shop_columns_3 .products .product {
margin: 0 4% 20px 0;
width: 30.5%;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;The width is 30.5 and the margin is 4% on the right. This makes the columns equal 98% and fills up the space. If you wanted to increase the image size, you could decrease the margin and increase the width of the column but it would have to be proportional.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ganjou on "Change article image size"</title>
			<link>http://www.kriesi.at/support/topic/change-article-image-size#post-90629</link>
			<pubDate>Tue, 08 Jan 2013 18:28:01 +0000</pubDate>
			<dc:creator>ganjou</dc:creator>
			<guid isPermaLink="false">90629@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;What about modifying the CSS in a child theme of Abundance ?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Change article image size"</title>
			<link>http://www.kriesi.at/support/topic/change-article-image-size#post-90606</link>
			<pubDate>Tue, 08 Jan 2013 16:37:48 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">90606@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi ganjou,&#60;/p&#62;
&#60;p&#62;The only way to change the size of images used in the main shop page is to change the number of columns used. You can do that by going to WooCommerce Settings&#38;gt;Pages then scroll to the bottom and change the dropdown under Column and Product Count for the column count. Fewer columns will use larger images and more will use smaller images.&#60;/p&#62;
&#60;p&#62;For the single blog pages, you can change the size of the image used by going to the Them Options&#38;gt;Layout &#38;amp; Settings&#38;gt;Default Blog Layout and using that dropdown to select one of the Big preview image options.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ganjou on "Change article image size"</title>
			<link>http://www.kriesi.at/support/topic/change-article-image-size#post-90539</link>
			<pubDate>Tue, 08 Jan 2013 13:23:47 +0000</pubDate>
			<dc:creator>ganjou</dc:creator>
			<guid isPermaLink="false">90539@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello I would like to change the size of the image of the products in shop page and single article page.&#60;br /&#62;
Thank tou
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
