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

		<item>
			<title>Ismael on "Image Blurry on Product Page"</title>
			<link>http://www.kriesi.at/support/topic/image-blurry-on-product-page#post-85479</link>
			<pubDate>Tue, 27 Nov 2012 06:37:55 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">85479@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Chris Donaldson,&#60;/p&#62;
&#60;p&#62;Glad that Devin helped you. :)&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ChrisDonaldson on "Image Blurry on Product Page"</title>
			<link>http://www.kriesi.at/support/topic/image-blurry-on-product-page#post-85472</link>
			<pubDate>Tue, 27 Nov 2012 04:31:21 +0000</pubDate>
			<dc:creator>ChrisDonaldson</dc:creator>
			<guid isPermaLink="false">85472@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Solved it based on the above. Thanks Devin.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ChrisDonaldson on "Image Blurry on Product Page"</title>
			<link>http://www.kriesi.at/support/topic/image-blurry-on-product-page#post-85468</link>
			<pubDate>Tue, 27 Nov 2012 03:38:42 +0000</pubDate>
			<dc:creator>ChrisDonaldson</dc:creator>
			<guid isPermaLink="false">85468@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Devin, &#60;/p&#62;
&#60;p&#62;Good news! I got rid of the bread crumbs and the double titles!  Much appreciated. &#60;/p&#62;
&#60;p&#62;Bad news: I'm still stuck on the blurry image problem. I'm a total noob, so I'm sure it's a user-error - but I have no idea how to check the functions.php or the config.php in the Woocommerce folder. Any quick tips?&#60;/p&#62;
&#60;p&#62;Thanks again for all.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Image Blurry on Product Page"</title>
			<link>http://www.kriesi.at/support/topic/image-blurry-on-product-page#post-85420</link>
			<pubDate>Mon, 26 Nov 2012 19:15:20 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">85420@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Chris,&#60;/p&#62;
&#60;p&#62;Check your functions.php as well as your config.php in the woocommerce folder of your theme files for an image size set to 138x185. That seems to be the size the image is getting set to for your product image. See: &#60;a href=&#34;http://brainsarefun.com/wp-content/uploads/Product-Shot-138x185.jpg&#34; rel=&#34;nofollow&#34;&#62;http://brainsarefun.com/wp-content/uploads/Product-Shot-138x185.jpg&#60;/a&#62; from your example page.&#60;/p&#62;
&#60;p&#62;For the breadcrumbs and second title, 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.single-product .breadcrumb.breadcrumbs.avia-breadcrumbs {
    display: none;
}
#top.single-product .product_title.entry-title.cufon_headings {
    display: none;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ChrisDonaldson on "Image Blurry on Product Page"</title>
			<link>http://www.kriesi.at/support/topic/image-blurry-on-product-page#post-85297</link>
			<pubDate>Sun, 25 Nov 2012 22:05:27 +0000</pubDate>
			<dc:creator>ChrisDonaldson</dc:creator>
			<guid isPermaLink="false">85297@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey guys, &#60;/p&#62;
&#60;p&#62;When I set a Featured Image on the Product Page, it comes up blurry- even if the original image is substantially larger and sized down to a thumbnail. &#60;/p&#62;
&#60;p&#62;See:  &#60;a href=&#34;http://brainsarefun.com/shop/the-complete-brainsarefun-reading-and-academic-success-system-copy/&#34; rel=&#34;nofollow&#34;&#62;http://brainsarefun.com/shop/the-complete-brainsarefun-reading-and-academic-success-system-copy/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Also - any ideas on how to remove the Breadcrumbs towards the top of the page, as well as the title appearing twice (How to Teach Your Kids to Read and Succeed).&#60;/p&#62;
&#60;p&#62;Thanks all!&#60;/p&#62;
&#60;p&#62;Chris&#60;/p&#62;
&#60;p&#62;Chris Donaldson&#60;br /&#62;
Brainsarefun.com&#60;br /&#62;
&#60;a href=&#34;mailto:chris@brainsarefun.com&#34;&#62;chris@brainsarefun.com&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>cfaulkie on "Blurry Images After Upload"</title>
			<link>http://www.kriesi.at/support/topic/blurry-images-after-upload#post-23326</link>
			<pubDate>Fri, 22 Jul 2011 22:04:23 +0000</pubDate>
			<dc:creator>cfaulkie</dc:creator>
			<guid isPermaLink="false">23326@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;This help slightly. Thanks for answering.&#60;br /&#62;
I looked around the wordpress forum for answers to this after your reply and the only solutions that people have come up with is to upload the images (not through wordpress media) and link to them so they don't get converted, as well as using the correct dimensions and sRGB. I did not try the uploading elsewhere because I don't see how it would work with the theme. Just thought I would share encase anyone has any ideas. The text images look really bad.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Blurry Images After Upload"</title>
			<link>http://www.kriesi.at/support/topic/blurry-images-after-upload#post-22931</link>
			<pubDate>Sun, 17 Jul 2011 08:46:58 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">22931@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
Kriesi uses the standard wordpress thumbnail generation function to generate the thumnails. I didn't notice a quality change but I know that text can make image conversion more difficult (conversion artificats maybe more obvious, etc.). You can't influence the thumbnail generation process but you can adjust the dimensions of your images. Try to upload images with the right dimensions (can be found in functions.php) to bypass WP's thumbnail resizing (at least for the full size versions of your images).
&#60;/p&#62;</description>
		</item>
		<item>
			<title>cfaulkie on "Blurry Images After Upload"</title>
			<link>http://www.kriesi.at/support/topic/blurry-images-after-upload#post-22887</link>
			<pubDate>Sat, 16 Jul 2011 01:27:17 +0000</pubDate>
			<dc:creator>cfaulkie</dc:creator>
			<guid isPermaLink="false">22887@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;My post images become slightly blurry after uploading. I am a bit confused and do understand resolution and sizing so I was wondering if anyone else is having the same issue and if there is a fix? Very unfortunate that I can't provide a link, sorry. It is not noticeable on the image uploads but is on the logo images where there is a image of text it is. If I am missing something please point it out because I have not come across this issue so far.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
