<?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 Thumbnails - Recent Posts</title>
		<link>http://www.kriesi.at/support/tags/product-thumbnails</link>
		<description>Support Forum - Tag: Product Thumbnails - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Thu, 23 May 2013 01:08:26 +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-thumbnails" rel="self" type="application/rss+xml" />

		<item>
			<title>Ismael on "Turn off hover states on thumbnails of products"</title>
			<link>http://www.kriesi.at/support/topic/turn-off-hover-states-on-thumbnails-of-products#post-96279</link>
			<pubDate>Tue, 12 Feb 2013 04:41:11 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">96279@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Edit woocommerce-config &#38;gt; config.php and find this code&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;echo &#38;quot;&#38;lt;div class=&#38;#39;thumbnail_container&#38;#39;&#38;gt;&#38;quot;;
	echo &#38;quot;&#38;lt;div class=&#38;#39;thumbnail_container_inner&#38;#39;&#38;gt;&#38;quot;;
		echo get_the_post_thumbnail( get_the_ID(), &#38;#39;shop_catalog&#38;#39; );
		echo $link;
		echo &#38;quot;&#38;lt;a class=&#38;#39;button show_details_button $extraClass&#38;#39; href=&#38;#39;&#38;quot;.get_permalink($post-&#38;gt;ID).&#38;quot;&#38;#39;&#38;gt;&#38;quot;.__(&#38;#39;Show Details&#38;#39;,&#38;#39;avia_framework&#38;#39;).&#38;quot;&#38;lt;/a&#38;gt;&#38;quot;;
		if(!empty($rating)) echo &#38;quot;&#38;lt;span class=&#38;#39;rating_container&#38;#39;&#38;gt;&#38;quot;.$rating.&#38;quot;&#38;lt;/span&#38;gt;&#38;quot;;

		echo &#38;quot;&#38;lt;/div&#38;gt;&#38;quot;;
	echo &#38;quot;&#38;lt;/div&#38;gt;&#38;quot;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Replace it with this code&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;echo &#38;quot;&#38;lt;div class=&#38;#39;thumbnail_container&#38;#39;&#38;gt;&#38;quot;;
	echo &#38;quot;&#38;lt;div class=&#38;#39;thumbnail_container_inner&#38;#39;&#38;gt;&#38;quot;;
		echo &#38;quot;&#38;lt;a href=&#38;#39;&#38;quot;.get_permalink($post-&#38;gt;ID).&#38;quot;&#38;#39;&#38;gt;&#38;quot;.get_the_post_thumbnail( get_the_ID(), &#38;#39;shop_catalog&#38;#39; ).&#38;quot;&#38;lt;/a&#38;gt;&#38;quot;;
		echo &#38;quot;&#38;lt;/div&#38;gt;&#38;quot;;
	echo &#38;quot;&#38;lt;/div&#38;gt;&#38;quot;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>MarkHuntley on "Turn off hover states on thumbnails of products"</title>
			<link>http://www.kriesi.at/support/topic/turn-off-hover-states-on-thumbnails-of-products#post-96247</link>
			<pubDate>Mon, 11 Feb 2013 22:49:42 +0000</pubDate>
			<dc:creator>MarkHuntley</dc:creator>
			<guid isPermaLink="false">96247@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi, is it possible to turn off the buttons that show on hover over the thumbnails of a product. And if it is possible would the image become clickable to view the full info etc.&#60;/p&#62;
&#60;p&#62;Thanks&#60;/p&#62;
&#60;p&#62;Mark
&#60;/p&#62;</description>
		</item>
		<item>
			<title>landapixel on "Products + Categories Thumbnails Not Looking Right."</title>
			<link>http://www.kriesi.at/support/topic/products-categories-thumbnails-not-looking-right#post-71310</link>
			<pubDate>Thu, 16 Aug 2012 05:20:53 +0000</pubDate>
			<dc:creator>landapixel</dc:creator>
			<guid isPermaLink="false">71310@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks for the reply, I was just wondering and thought that maybe I was doing something wrong.  Anyway, I will try and do that.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Products + Categories Thumbnails Not Looking Right."</title>
			<link>http://www.kriesi.at/support/topic/products-categories-thumbnails-not-looking-right#post-71308</link>
			<pubDate>Thu, 16 Aug 2012 05:17:12 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">71308@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi landapixel,&#60;/p&#62;
&#60;p&#62;This can't be fixed by css alone. You need to re-upload the product images and should have a size of 450 x 450px. Try to use image editors like Adobe Photoshop to crop the image to size mentioned. This would make your product images consistent.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>landapixel on "Products + Categories Thumbnails Not Looking Right."</title>
			<link>http://www.kriesi.at/support/topic/products-categories-thumbnails-not-looking-right#post-71289</link>
			<pubDate>Thu, 16 Aug 2012 00:56:59 +0000</pubDate>
			<dc:creator>landapixel</dc:creator>
			<guid isPermaLink="false">71289@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Here is a link to the site.  &#60;a href=&#34;http://www.sitewp.lcsinfo.com&#34; rel=&#34;nofollow&#34;&#62;http://www.sitewp.lcsinfo.com&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Products + Categories Thumbnails Not Looking Right."</title>
			<link>http://www.kriesi.at/support/topic/products-categories-thumbnails-not-looking-right#post-71242</link>
			<pubDate>Wed, 15 Aug 2012 21:20:02 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">71242@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;Can you give us a link on your site?&#60;/p&#62;
&#60;p&#62;Or you can add this on your custom.css&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.attachment-shop_catalog.wp-post-image {
max-height: 150px !important;
min-height: 150px !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Adjust the values.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>landapixel on "Products + Categories Thumbnails Not Looking Right."</title>
			<link>http://www.kriesi.at/support/topic/products-categories-thumbnails-not-looking-right#post-71236</link>
			<pubDate>Wed, 15 Aug 2012 20:42:12 +0000</pubDate>
			<dc:creator>landapixel</dc:creator>
			<guid isPermaLink="false">71236@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello, I am started placing images for products and for product categories, but some most of the product thumbnails are not looking right.  The product thumbnails come up longer than others so it makes the layout look all bad.&#60;/p&#62;
&#60;p&#62;Can you please let me know what i am doing wrong?  &#60;/p&#62;
&#60;p&#62;Thank you in advanced.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Product Thumbnail to Fit Image Orientation"</title>
			<link>http://www.kriesi.at/support/topic/product-thumbnail-to-fit-image-orientation#post-70955</link>
			<pubDate>Tue, 14 Aug 2012 12:24:38 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">70955@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad Nick was able to help you solve that!&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>joemalf on "Product Thumbnail to Fit Image Orientation"</title>
			<link>http://www.kriesi.at/support/topic/product-thumbnail-to-fit-image-orientation#post-70952</link>
			<pubDate>Tue, 14 Aug 2012 12:20:27 +0000</pubDate>
			<dc:creator>joemalf</dc:creator>
			<guid isPermaLink="false">70952@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;That did it, Nick! Thank you for all the help, brother! The site's looking good and functioning real well.&#60;/p&#62;
&#60;p&#62;*Resolved*&#60;/p&#62;
&#60;p&#62;All the Best,&#60;/p&#62;
&#60;p&#62;Joe
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Product Thumbnail to Fit Image Orientation"</title>
			<link>http://www.kriesi.at/support/topic/product-thumbnail-to-fit-image-orientation#post-70847</link>
			<pubDate>Mon, 13 Aug 2012 20:08:51 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">70847@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Please try this , replace the entire block you pasted above with the one below&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;//echo &#38;quot;&#38;lt;div class=&#38;#39;thumbnail_container&#38;#39;&#38;gt;&#38;quot;;
	echo &#38;quot;&#38;lt;div class=&#38;#39;thumbnail_container_inner&#38;#39;&#38;gt;&#38;quot;;
		echo &#38;quot;&#38;lt;a class=&#38;#39;porfolinki&#38;#39; href=&#38;#39;&#38;quot;.get_permalink($post-&#38;gt;ID).&#38;quot;&#38;#39;&#38;gt;&#38;quot;.get_the_post_thumbnail( get_the_ID(), &#38;#39;shop_catalog thumbnail_container&#38;#39; ).&#38;quot;&#38;lt;/a&#38;gt;&#38;quot;;
		//echo get_the_post_thumbnail( get_the_ID(), &#38;#39;shop_catalog thumbnail_container&#38;#39; );
		echo $link;
		echo &#38;quot;&#38;lt;a class=&#38;#39;button show_details_button $extraClass&#38;#39; href=&#38;#39;&#38;quot;.get_permalink($post-&#38;gt;ID).&#38;quot;&#38;#39;&#38;gt;&#38;quot;.__(&#38;#39;Show Details&#38;#39;,&#38;#39;avia_framework&#38;#39;).&#38;quot;&#38;lt;/a&#38;gt;&#38;quot;;
		if(!empty($rating)) echo &#38;quot;&#38;lt;span class=&#38;#39;rating_container&#38;#39;&#38;gt;&#38;quot;.$rating.&#38;quot;&#38;lt;/span&#38;gt;&#38;quot;;

		echo &#38;quot;&#38;lt;/div&#38;gt;&#38;quot;;
//	echo &#38;quot;&#38;lt;/div&#38;gt;&#38;quot;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;NIck
&#60;/p&#62;</description>
		</item>
		<item>
			<title>joemalf on "Product Thumbnail to Fit Image Orientation"</title>
			<link>http://www.kriesi.at/support/topic/product-thumbnail-to-fit-image-orientation#post-70840</link>
			<pubDate>Mon, 13 Aug 2012 19:39:25 +0000</pubDate>
			<dc:creator>joemalf</dc:creator>
			<guid isPermaLink="false">70840@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Sorry about that Nick - I got my definitions mixed up. &#60;/p&#62;
&#60;p&#62;I meant to ask about keeping the thumbnail_container but allow it to link to the product page when clicked. Would this be doable?&#60;/p&#62;
&#60;p&#62;Thanks for looking out!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Product Thumbnail to Fit Image Orientation"</title>
			<link>http://www.kriesi.at/support/topic/product-thumbnail-to-fit-image-orientation#post-70827</link>
			<pubDate>Mon, 13 Aug 2012 18:09:55 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">70827@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Joe,&#60;/p&#62;
&#60;p&#62;Mistake was mine. Please try this. substitute this line (from above)&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;echo get_the_post_thumbnail( get_the_ID(), &#38;#39;shop_catalog thumbnail_container&#38;#39; );&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;to look like&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;if ( function_exists( &#38;#39;is_product&#38;#39; )  &#38;amp;&#38;amp;  is_product() ) {
		echo get_the_post_thumbnail( get_the_ID(), &#38;#39;shop_catalog&#38;#39; );
	} else {
		echo get_the_post_thumbnail( get_the_ID(), &#38;#39;shop_catalog thumbnail_container&#38;#39; );
	}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;jQuery would be nicer, I am just worried in some browsers it may flicker for a split second and this will do the trick.&#60;/p&#62;
&#60;p&#62;Let me know how it works out,&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>joemalf on "Product Thumbnail to Fit Image Orientation"</title>
			<link>http://www.kriesi.at/support/topic/product-thumbnail-to-fit-image-orientation#post-70623</link>
			<pubDate>Sat, 11 Aug 2012 20:41:37 +0000</pubDate>
			<dc:creator>joemalf</dc:creator>
			<guid isPermaLink="false">70623@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thank you for all the help. With a little back and forth on the code I was able to get it to react correctly.&#60;/p&#62;
&#60;p&#62;Would it be possible to modify the echo &#34;&#38;lt;div class=&#34;thumbnail_container&#34;&#38;gt;; code that you supplied early to take it off of the related products?&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://joemalfprints.com/shop/moor-ii/&#34;&#62;Example&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;And modify column widths to fill empty space/left-align products. So far, influencing the number of columns cuts off the product images.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://joemalfprints.com/featured-prints/triptychs/&#34;&#62;Example&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>joemalf on "Product Thumbnail to Fit Image Orientation"</title>
			<link>http://www.kriesi.at/support/topic/product-thumbnail-to-fit-image-orientation#post-70622</link>
			<pubDate>Sat, 11 Aug 2012 20:34:15 +0000</pubDate>
			<dc:creator>joemalf</dc:creator>
			<guid isPermaLink="false">70622@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I got it all product images to fit on the shop catalog and related product sections. The process is documented below:&#60;/p&#62;
&#60;p&#62;1. All instances of  “width:100%;height:auto;” for images in woocommerce-config &#38;gt; woocommerce-mod.css were removed.&#60;br /&#62;
&#60;a href=&#34;http://www.thedesignguys.co.uk/woocommerce-image-blurring-problem&#34;&#62;http://www.thedesignguys.co.uk/woocommerce-image-blurring-problem&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;2. The below codes was placed into woocommerce-config &#38;gt; config.php&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;//echo &#38;quot;&#38;lt;div class=&#38;#39;thumbnail_container&#38;#39;&#38;gt;&#38;quot;;
	echo &#38;quot;&#38;lt;div class=&#38;#39;thumbnail_container_inner&#38;#39;&#38;gt;&#38;quot;;
		echo get_the_post_thumbnail( get_the_ID(), &#38;#39;shop_catalog thumbnail_container&#38;#39; );
		echo $link;
		echo &#38;quot;&#38;lt;a class=&#38;#39;button show_details_button $extraClass&#38;#39; href=&#38;#39;&#38;quot;.get_permalink($post-&#38;gt;ID).&#38;quot;&#38;#39;&#38;gt;&#38;quot;.__(&#38;#39;Show Details&#38;#39;,&#38;#39;avia_framework&#38;#39;).&#38;quot;&#38;lt;/a&#38;gt;&#38;quot;;
		if(!empty($rating)) echo &#38;quot;&#38;lt;span class=&#38;#39;rating_container&#38;#39;&#38;gt;&#38;quot;.$rating.&#38;quot;&#38;lt;/span&#38;gt;&#38;quot;;

		echo &#38;quot;&#38;lt;/div&#38;gt;&#38;quot;;
	//echo &#38;quot;&#38;lt;/div&#38;gt;&#38;quot;;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;3. Image parameters were placed into woocommerce-config &#38;gt; woocommerce-mod.css via this code. (this instance was for images with a 300px max-width)&#60;/p&#62;
&#60;p&#62;&#60;code&#62;.attachment-shop_catalog.thumbnail_container.wp-post-image {max-width:300px; height:auto; max-height:300px; width:auto;}&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;4. Image parameters for related products/upsells were placed into the same document, woocommerce-config &#38;gt; woocommerce-mod.css&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.related ul.products li.product img, .upsells.products ul.products li.product img, .related ul li.product img, .upsells.products ul li.product img{ height:100%; height:150px;  width:auto; max-width:600px;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Nick on "Product Thumbnail to Fit Image Orientation"</title>
			<link>http://www.kriesi.at/support/topic/product-thumbnail-to-fit-image-orientation#post-70585</link>
			<pubDate>Sat, 11 Aug 2012 11:44:15 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">70585@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Joe,&#60;/p&#62;
&#60;p&#62;Glad you like the fix. I hope I understood your question, if not the fault is mine:&#60;/p&#62;
&#60;p&#62; You can put in the max height, but would have to remove the min height, since in the 3 pages you show, the max height would be lower than the min height. which is essentially useless since it always equals the actual height. Need to remove all the min-heights, and add a consistent max height to have all the images of identical height. (below is example of 500px).&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.attachment-shop_catalog.thumbnail_container.wp-post-image {max-height:500px;}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;If you have on the same page one image on 20px x 400px and a second image of 400px x 20px , it will be not easy to make them both fit perfectly side by side, without making one or both of the images lose quality.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>joemalf on "Product Thumbnail to Fit Image Orientation"</title>
			<link>http://www.kriesi.at/support/topic/product-thumbnail-to-fit-image-orientation#post-70536</link>
			<pubDate>Fri, 10 Aug 2012 22:40:06 +0000</pubDate>
			<dc:creator>joemalf</dc:creator>
			<guid isPermaLink="false">70536@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey Nick,&#60;/p&#62;
&#60;p&#62;I love that code. I think it's doing something really good. It cleaned up a lot on the hover and I really appreciate the static &#60;em&#62;'show details'&#60;/em&#62; button. Now I feel there is an image constraint issue left. It seems like the prior code you supplied is accommodating varying product image dimensions, it just may now call for some sort of height-max? They do exist in my Woocommerce and Wordpress settings, but don't seem to be affecting these.&#60;/p&#62;
&#60;p&#62;What do you think?&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://joemalfprints.com/featured-prints/triptychs/&#34;&#62;Example [1]&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://joemalfprints.com/shop/&#34;&#62;Example [2]&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://joemalfprints.com/shop/moor-ii/&#34;&#62;Example [3]&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Again, thank you so much.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Product Thumbnail to Fit Image Orientation"</title>
			<link>http://www.kriesi.at/support/topic/product-thumbnail-to-fit-image-orientation#post-70449</link>
			<pubDate>Fri, 10 Aug 2012 07:45:50 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">70449@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Joe,&#60;/p&#62;
&#60;p&#62;There's probably a better way to do this, but for the life of me I can't think of one. I can tell you a quick work around and you can decide whether it suits you, because visually the experience seems to be identical.&#60;/p&#62;
&#60;p&#62;What we basically going to do, is rip the class thumbnail_container from the div and place it in front of the classes on the images. This way no matter what the size of the thumbnail, is , the hover effect will know the constraints even if each thumbnail has unique dimensions.&#60;/p&#62;
&#60;p&#62;So lets open config.php in woocommerce-config directory, and look on line 343 or so for : echo &#34;&#38;lt;div class=&#34;thumbnail_container&#34;&#38;gt;;&#60;/p&#62;
&#60;p&#62;now please look at the code below, that is how that small block should look. &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;//echo &#38;quot;&#38;lt;div class=&#38;#39;thumbnail_container&#38;#39;&#38;gt;&#38;quot;;
	echo &#38;quot;&#38;lt;div class=&#38;#39;thumbnail_container_inner&#38;#39;&#38;gt;&#38;quot;;
		echo get_the_post_thumbnail( get_the_ID(), &#38;#39;shop_catalog thumbnail_container&#38;#39; );
		echo $link;
		echo &#38;quot;&#38;lt;a class=&#38;#39;button show_details_button $extraClass&#38;#39; href=&#38;#39;&#38;quot;.get_permalink($post-&#38;gt;ID).&#38;quot;&#38;#39;&#38;gt;&#38;quot;.__(&#38;#39;Show Details&#38;#39;,&#38;#39;avia_framework&#38;#39;).&#38;quot;&#38;lt;/a&#38;gt;&#38;quot;;
		if(!empty($rating)) echo &#38;quot;&#38;lt;span class=&#38;#39;rating_container&#38;#39;&#38;gt;&#38;quot;.$rating.&#38;quot;&#38;lt;/span&#38;gt;&#38;quot;;

		echo &#38;quot;&#38;lt;/div&#38;gt;&#38;quot;;
	//echo &#38;quot;&#38;lt;/div&#38;gt;&#38;quot;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Please let us know how it worked out.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>joemalf on "Product Thumbnail to Fit Image Orientation"</title>
			<link>http://www.kriesi.at/support/topic/product-thumbnail-to-fit-image-orientation#post-70333</link>
			<pubDate>Thu, 09 Aug 2012 18:16:59 +0000</pubDate>
			<dc:creator>joemalf</dc:creator>
			<guid isPermaLink="false">70333@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey Nick/Crew,&#60;/p&#62;
&#60;p&#62;I went through the link you mentioned and followed the instructions. I went into the Wordpress Media Settings as well and turned off 'hard crop'. This did a pretty good job after I re-uploaded the images. I made a few other customizations to the code and have attempted further ones.&#60;/p&#62;
&#60;p&#62;There are only two things left which I am sure are minor corrections, but tough for me to figure out. Here's what is left:&#60;/p&#62;
&#60;p&#62;   - I would like to fit the product thumbnail containers to the product images contained within them. Also, the height of the landspace product image container is larger.&#60;br /&#62;
          &#60;a href=&#34;http://joemalfprints.com/featured-prints/triptychs/&#34;&#62;Example&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;   - I am finding that the lanscape product image is not accommodated width-wise on the product page layout. Perhaps there is a max/min value that would do it?&#60;br /&#62;
          &#60;a href=&#34;http://joemalfprints.com/shop/&#34;&#62;Example&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Again, if there is more information required, let me know. I feel like I'm just over-looking a set of values and may have to deal with values on the product page coding.&#60;/p&#62;
&#60;p&#62;Thank you again.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Product Thumbnail to Fit Image Orientation"</title>
			<link>http://www.kriesi.at/support/topic/product-thumbnail-to-fit-image-orientation#post-70293</link>
			<pubDate>Thu, 09 Aug 2012 14:33:02 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">70293@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Joe,&#60;/p&#62;
&#60;p&#62;There are a few places where the constraints for images are defined besides the WooCommerce, so first lets take a look at them. In Wordpress, Settings&#38;gt;Media, (not the theme but Wordpress itself) there should be a check-box there 'Crop thumbnail to exact dimensions (normally thumbnails are proportional)' which is a second hard-crop directive. &#60;/p&#62;
&#60;p&#62;The page below discovered css fixes that seems to work for majority of WooCommerce plugin users. The problem seems to be that some work for some, and others work for others. See if this helps, because judging from the reactions, it does.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.thedesignguys.co.uk/woocommerce-image-blurring-problem&#34; rel=&#34;nofollow&#34;&#62;http://www.thedesignguys.co.uk/woocommerce-image-blurring-problem&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Please let us know how you are getting along,&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>joemalf on "Product Thumbnail to Fit Image Orientation"</title>
			<link>http://www.kriesi.at/support/topic/product-thumbnail-to-fit-image-orientation#post-70042</link>
			<pubDate>Wed, 08 Aug 2012 19:17:33 +0000</pubDate>
			<dc:creator>joemalf</dc:creator>
			<guid isPermaLink="false">70042@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey All,&#60;/p&#62;
&#60;p&#62;I am looking for a way to &#60;strong&#62;display product thumbnails in their respective image orientations&#60;/strong&#62; (portrait, landscape). An example of such a shop can be seen at art.com &#38;gt; &#60;a href=&#34;http://www.art.com/gallery/id--a126/salvador-dali-posters.htm&#34;&#62;orientation shop example&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;My shop is of a similar experience, as I am selling artist prints. It is therefore necessary to showcase the imagery in its entirety as direct as possible on the front-end.
&#60;ul&#62;For now the thumbnails show at 300x300 and do not fit the images' proportions.&#60;/ul&#62;
 Unchecking the 'hard crop' option on Woocommerce &#38;gt; Settings &#38;gt; Pages has not done anything (even after regenerating the thumbnails). My site's shop can be seen here &#38;gt; &#60;a href=&#34;http://joemalfprints.com/shop&#34;&#62;right here&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Some images will be landspace, others portrait. The product images uploaded will be of a 3:2 proportion - The minimum dimension being 200px, the maximum being 300px (ie; landscape = 300x200 , portrait = 200x300).&#60;/p&#62;
&#60;p&#62;I have looked at all other forums regarding a topic of this sort and have found that the thumbnail code within &#60;em&#62;'abundance/woocommerce-config/woocommerce-mod.css'&#60;/em&#62; is the most appropriate and I have found it most responsive to product image changes. All other files have not responded.&#60;/p&#62;
&#60;p&#62;I am thinking it can be solved with some sort of responsive or conditional css code made with parameters to catch dimensions and suit the outcome accordingly. However, I have yet to come across anything satisfying, accurate, or functional.&#60;/p&#62;
&#60;p&#62;Let me know if you need any other information or links. &#60;/p&#62;
&#60;p&#62;Thank you in advance.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>yogasankara on "how to change thumbnails size on posts or page using [product id=&#34;&#34; sku=&#34;&#34;]"</title>
			<link>http://www.kriesi.at/support/topic/how-to-change-thumbnails-size-on-posts-or-page-using-product-id-sku#post-57018</link>
			<pubDate>Tue, 22 May 2012 12:26:27 +0000</pubDate>
			<dc:creator>yogasankara</dc:creator>
			<guid isPermaLink="false">57018@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Devin,&#60;/p&#62;
&#60;p&#62;thanks a lot, it was not my question but it will be fine also like that ;))&#60;/p&#62;
&#60;p&#62;MERCI, &#60;/p&#62;
&#60;p&#62;have a great day, bests regards&#60;br /&#62;
Raphaël
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "how to change thumbnails size on posts or page using [product id=&#34;&#34; sku=&#34;&#34;]"</title>
			<link>http://www.kriesi.at/support/topic/how-to-change-thumbnails-size-on-posts-or-page-using-product-id-sku#post-56936</link>
			<pubDate>Tue, 22 May 2012 00:29:16 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">56936@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Raphaël,&#60;/p&#62;
&#60;p&#62;This should fix what the other changes have added conflicting rules for:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top .shop_columns_3 .products .product {
width: 30.5%;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>yogasankara on "how to change thumbnails size on posts or page using [product id=&#34;&#34; sku=&#34;&#34;]"</title>
			<link>http://www.kriesi.at/support/topic/how-to-change-thumbnails-size-on-posts-or-page-using-product-id-sku#post-56358</link>
			<pubDate>Wed, 16 May 2012 22:57:50 +0000</pubDate>
			<dc:creator>yogasankara</dc:creator>
			<guid isPermaLink="false">56358@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Merci Thanks,&#60;/p&#62;
&#60;p&#62;But i still have the problem of display of thumbs, it put 2 thumbs on the first line then 1 on the second line. After restart 2 thumbs on the third line then 1 on the forst one... I do not understand why ?&#60;/p&#62;
&#60;p&#62;ie:&#60;br /&#62;
&#60;a href=&#34;http://massage-a-domicile-paris.fr/boutique/cat%C3%A9gorie-produit/les-massages-domicile/&#34; rel=&#34;nofollow&#34;&#62;http://massage-a-domicile-paris.fr/boutique/cat%C3%A9gorie-produit/les-massages-domicile/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks again, bests regards to you all ;)&#60;br /&#62;
Raphaël
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "how to change thumbnails size on posts or page using [product id=&#34;&#34; sku=&#34;&#34;]"</title>
			<link>http://www.kriesi.at/support/topic/how-to-change-thumbnails-size-on-posts-or-page-using-product-id-sku#post-56113</link>
			<pubDate>Tue, 15 May 2012 05:46:28 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">56113@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;The image on this page is 430x622: &#60;a href=&#34;http://massage-a-domicile-paris.fr/wp-content/uploads/2012/05/Fotolia_4534681_M-430x622.jpg&#34; rel=&#34;nofollow&#34;&#62;http://massage-a-domicile-paris.fr/wp-content/uploads/2012/05/Fotolia_4534681_M-430x622.jpg&#60;/a&#62; - the slider displays the full version and doesn't crop the image. If you want to limit the height value open up functions.php and replace:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;$avia_config[&#38;#39;imgSize&#38;#39;][&#38;#39;blog&#38;#39;] 		= array(&#38;#39;width&#38;#39;=&#38;gt;430, &#38;#39;height&#38;#39;=&#38;gt;9999, &#38;#39;crop&#38;#39;=&#38;gt;false);		// image for blog posts&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;$avia_config[&#38;#39;imgSize&#38;#39;][&#38;#39;blog&#38;#39;] 		= array(&#38;#39;width&#38;#39;=&#38;gt;430, &#38;#39;height&#38;#39;=&#38;gt;9999, &#38;#39;crop&#38;#39;=&#38;gt;true);		// image for blog posts&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and instead of 9999 use a reasonable height value (eg 300px). Afterwards regenerate the thumbs with: &#60;a href=&#34;http://wordpress.org/extend/plugins/regenerate-thumbnails/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/regenerate-thumbnails/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>yogasankara on "how to change thumbnails size on posts or page using [product id=&#34;&#34; sku=&#34;&#34;]"</title>
			<link>http://www.kriesi.at/support/topic/how-to-change-thumbnails-size-on-posts-or-page-using-product-id-sku#post-55662</link>
			<pubDate>Fri, 11 May 2012 03:16:06 +0000</pubDate>
			<dc:creator>yogasankara</dc:creator>
			<guid isPermaLink="false">55662@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;second ie is now:&#60;br /&#62;
&#60;a href=&#34;http://massage-a-domicile-paris.fr/boutique/cat%C3%A9gorie-produit/les-massages-domicile/&#34; rel=&#34;nofollow&#34;&#62;http://massage-a-domicile-paris.fr/boutique/cat%C3%A9gorie-produit/les-massages-domicile/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks for helps, this is a big trouble for design,&#60;/p&#62;
&#60;p&#62;bests regards,&#60;br /&#62;
Raphaël
&#60;/p&#62;</description>
		</item>
		<item>
			<title>yogasankara on "how to change thumbnails size on posts or page using [product id=&#34;&#34; sku=&#34;&#34;]"</title>
			<link>http://www.kriesi.at/support/topic/how-to-change-thumbnails-size-on-posts-or-page-using-product-id-sku#post-55486</link>
			<pubDate>Thu, 10 May 2012 07:31:39 +0000</pubDate>
			<dc:creator>yogasankara</dc:creator>
			<guid isPermaLink="false">55486@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks again a lot Devin and All Staff, &#60;/p&#62;
&#60;p&#62;but there is a bug or mistery happens now:&#60;/p&#62;
&#60;p&#62;(on this page the product thumbs are differents size, should be the same  ?)&#60;br /&#62;
ie:&#60;br /&#62;
&#60;a href=&#34;http://massage-a-domicile-paris.fr/boutique/massage-thailandais-duree-45-minutes/&#34; rel=&#34;nofollow&#34;&#62;http://massage-a-domicile-paris.fr/boutique/massage-thailandais-duree-45-minutes/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;(And on this page, the first line product thumbs is perfect but after they go one over the other ?)&#60;br /&#62;
ie:&#60;br /&#62;
&#60;a href=&#34;http://massage-a-domicile-paris.fr/categorie-produit/les-massages-domicile/&#34; rel=&#34;nofollow&#34;&#62;http://massage-a-domicile-paris.fr/categorie-produit/les-massages-domicile/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I really don't understand from where it could come this is mistery for me...&#60;/p&#62;
&#60;p&#62;Thanks for your help if you understand something, you are welcome ;)&#60;/p&#62;
&#60;p&#62;Bests Regards,&#60;br /&#62;
Raphaël
&#60;/p&#62;</description>
		</item>
		<item>
			<title>yogasankara on "how to change thumbnails size on posts or page using [product id=&#34;&#34; sku=&#34;&#34;]"</title>
			<link>http://www.kriesi.at/support/topic/how-to-change-thumbnails-size-on-posts-or-page-using-product-id-sku#post-55391</link>
			<pubDate>Wed, 09 May 2012 18:44:19 +0000</pubDate>
			<dc:creator>yogasankara</dc:creator>
			<guid isPermaLink="false">55391@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;BIG BIG THANKS Devin ;)&#60;/p&#62;
&#60;p&#62;I am looking now to fixed the size of the category picture with regenerate thumbs after, but it works ;)))&#60;/p&#62;
&#60;p&#62;Merci beaucoup,&#60;/p&#62;
&#60;p&#62;bests regards,&#60;br /&#62;
Raphaël
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "how to change thumbnails size on posts or page using [product id=&#34;&#34; sku=&#34;&#34;]"</title>
			<link>http://www.kriesi.at/support/topic/how-to-change-thumbnails-size-on-posts-or-page-using-product-id-sku#post-55376</link>
			<pubDate>Wed, 09 May 2012 17:49:55 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">55376@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello Rapaël,&#60;/p&#62;
&#60;p&#62;Additionally add the following so that the woocommerce pages ignore the other fix:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#top.woocommerce .product {
width: auto;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>yogasankara on "how to change thumbnails size on posts or page using [product id=&#34;&#34; sku=&#34;&#34;]"</title>
			<link>http://www.kriesi.at/support/topic/how-to-change-thumbnails-size-on-posts-or-page-using-product-id-sku#post-55360</link>
			<pubDate>Wed, 09 May 2012 16:26:43 +0000</pubDate>
			<dc:creator>yogasankara</dc:creator>
			<guid isPermaLink="false">55360@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Devin,&#60;/p&#62;
&#60;p&#62;thanks for your time and purpose, but they have a bug after changes :&#60;/p&#62;
&#60;p&#62;ie:&#60;br /&#62;
&#60;a href=&#34;http://massage-a-domicile-paris.fr/boutique/massage-thailandais-duree-45-minutes/&#34; rel=&#34;nofollow&#34;&#62;http://massage-a-domicile-paris.fr/boutique/massage-thailandais-duree-45-minutes/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;How should i modified this only on the page like this:&#60;/p&#62;
&#60;p&#62;ie:&#60;br /&#62;
&#60;a href=&#34;http://massage-a-domicile-paris.fr/massages/massage-assis/&#34; rel=&#34;nofollow&#34;&#62;http://massage-a-domicile-paris.fr/massages/massage-assis/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Bests regards, ;)&#60;br /&#62;
Rapaël
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "how to change thumbnails size on posts or page using [product id=&#34;&#34; sku=&#34;&#34;]"</title>
			<link>http://www.kriesi.at/support/topic/how-to-change-thumbnails-size-on-posts-or-page-using-product-id-sku#post-55055</link>
			<pubDate>Mon, 07 May 2012 20:45:53 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">55055@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Raphaël,&#60;/p&#62;
&#60;p&#62;Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top.page .product, #top.page .product.first, #top.single .product, #top.single .product.first {
width: 40%;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
