<?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 - User Favorites: susan_ideology</title>
		<link><a href='http://www.kriesi.at/support/profile/susan_ideology'>susan_ideology</a></link>
		<description>Support Forum - User Favorites: susan_ideology</description>
		<language>en-US</language>
		<pubDate>Thu, 20 Jun 2013 07:01:47 +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/profile/" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "removing slideshow in propulsion shop"</title>
			<link>http://www.kriesi.at/support/topic/removing-slideshow-in-propulsion-shop#post-118262</link>
			<pubDate>Fri, 14 Jun 2013 05:23:27 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">118262@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; Great :) &#60;/p&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>KTZ on "removing slideshow in propulsion shop"</title>
			<link>http://www.kriesi.at/support/topic/removing-slideshow-in-propulsion-shop#post-118028</link>
			<pubDate>Thu, 13 Jun 2013 08:50:24 +0000</pubDate>
			<dc:creator>KTZ</dc:creator>
			<guid isPermaLink="false">118028@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Dude,&#60;br /&#62;
you're awesome! Seems to work like a charm, thx a lot!!!&#60;/p&#62;
&#60;p&#62;Martin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "removing slideshow in propulsion shop"</title>
			<link>http://www.kriesi.at/support/topic/removing-slideshow-in-propulsion-shop#post-118012</link>
			<pubDate>Thu, 13 Jun 2013 07:14:53 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">118012@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I did not test this mod but you can try to replace following code in wp-content\themes\propulsion\includes\helper-slideshow.php&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;if($this-&#38;gt;slideshow_poster == &#38;#39;poster&#38;#39;)
		{
			if(avia_is_overview())
			{
				if(is_array($this-&#38;gt;slides)) $this-&#38;gt;slides = array_slice($this-&#38;gt;slides, 0, 1);
			}
			else
			{
				if(is_array($this-&#38;gt;slides) &#38;amp;&#38;amp; isset($this-&#38;gt;slides[1])) $this-&#38;gt;slides = array_slice($this-&#38;gt;slides, 1, count($this-&#38;gt;slides));
			}
		}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;if($this-&#38;gt;slideshow_poster == &#38;#39;poster&#38;#39;)
		{
			if(avia_is_overview())
			{
				if(is_array($this-&#38;gt;slides)) $this-&#38;gt;slides = array_slice($this-&#38;gt;slides, 0, 1);
			}
			else
			{
				if(is_array($this-&#38;gt;slides) &#38;amp;&#38;amp; isset($this-&#38;gt;slides[1])) $this-&#38;gt;slides = array_slice($this-&#38;gt;slides, 1, count($this-&#38;gt;slides));
			}
		}

	if(is_product())
	{
		if(is_array($this-&#38;gt;slides) &#38;amp;&#38;amp; isset($this-&#38;gt;slides[1])) $this-&#38;gt;slides = array_slice($this-&#38;gt;slides, 1, count($this-&#38;gt;slides));
	}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>KTZ on "removing slideshow in propulsion shop"</title>
			<link>http://www.kriesi.at/support/topic/removing-slideshow-in-propulsion-shop#post-117846</link>
			<pubDate>Wed, 12 Jun 2013 13:52:36 +0000</pubDate>
			<dc:creator>KTZ</dc:creator>
			<guid isPermaLink="false">117846@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;addition:&#60;br /&#62;
the following almost works. the first slideshow-image itself doesn't appear on the product page (but still on the catalogue-site which is good), BUT there is a big empty field instead (the size of the image) on the product page.&#60;/p&#62;
&#60;p&#62;#top.single-product .slide_number_1 {&#60;br /&#62;
display: none !important;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;any ideas?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>KTZ on "removing slideshow in propulsion shop"</title>
			<link>http://www.kriesi.at/support/topic/removing-slideshow-in-propulsion-shop#post-117843</link>
			<pubDate>Wed, 12 Jun 2013 13:44:33 +0000</pubDate>
			<dc:creator>KTZ</dc:creator>
			<guid isPermaLink="false">117843@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Devin,&#60;br /&#62;
is there a way to hide the first slideshow image on the product page to use it in the catalog view only as featured image? I tried this, but it didn't work:&#60;/p&#62;
&#60;p&#62;#top.single-product.slide_number_1 #slideshow_big {&#60;br /&#62;
display: none;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Martin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>summerrane on "Recommended settings for W3 Total Cache"</title>
			<link>http://www.kriesi.at/support/topic/recommended-settings-for-w3-total-cache#post-94318</link>
			<pubDate>Thu, 31 Jan 2013 14:44:11 +0000</pubDate>
			<dc:creator>summerrane</dc:creator>
			<guid isPermaLink="false">94318@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Dude, yep I use it with woocommerce so I'll leave database and objects unchecked. Thanks again!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Recommended settings for W3 Total Cache"</title>
			<link>http://www.kriesi.at/support/topic/recommended-settings-for-w3-total-cache#post-94273</link>
			<pubDate>Thu, 31 Jan 2013 07:54:30 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">94273@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; It depends on your website. If you want to use WooCommerce with Propulsion I wouldn't cache the database or objects because this will break the website for &#34;guests&#34; (are not logged in). &#60;/p&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>summerrane on "Recommended settings for W3 Total Cache"</title>
			<link>http://www.kriesi.at/support/topic/recommended-settings-for-w3-total-cache#post-94212</link>
			<pubDate>Wed, 30 Jan 2013 20:36:07 +0000</pubDate>
			<dc:creator>summerrane</dc:creator>
			<guid isPermaLink="false">94212@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Ismael, thanks for that and sorry for the late reply. I read in a separate thread that database and object cache should be disabled but you say enable them? &#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Woocommerce Update - Add to Cart, Checkout Problems [Please Update]"</title>
			<link>http://www.kriesi.at/support/topic/woocommerce-update-add-to-cart-checkout-problems-please-update#post-91686</link>
			<pubDate>Tue, 15 Jan 2013 14:03:06 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">91686@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Double check that the pages you have set for checkout are correct and that your payment settings are correct as well. I'm able to get to the cart page but can not check out.&#60;/p&#62;
&#60;p&#62;Also, try removing the google map from your footer as well. Its giving a bunch of errors when I check the site with Chromes dev panel.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>linkrep42 on "Woocommerce Update - Add to Cart, Checkout Problems [Please Update]"</title>
			<link>http://www.kriesi.at/support/topic/woocommerce-update-add-to-cart-checkout-problems-please-update#post-91563</link>
			<pubDate>Mon, 14 Jan 2013 20:58:26 +0000</pubDate>
			<dc:creator>linkrep42</dc:creator>
			<guid isPermaLink="false">91563@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi I am also having a problem with getting items added to the cart.  Here is the url &#60;a href=&#34;http://www.designerappliancesbylemcke.com/&#34; rel=&#34;nofollow&#34;&#62;http://www.designerappliancesbylemcke.com/&#60;/a&#62;  - when I add an item to the cart, I can see it in the cart bar, however when I click the cart icon and go to the cart the item is no longer in the cart - nothing is in the cart.  The cart does work when I am logged in as the admin.&#60;/p&#62;
&#60;p&#62;I have turned off all plugins and am running the latest version of the Theme, WordPress and WooCommerce.&#60;/p&#62;
&#60;p&#62;I have checked the cart page and believe it is also pointed at the correct page.  Thank you a head of time.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Changing size/cropping of the slideshow images in Product pages"</title>
			<link>http://www.kriesi.at/support/topic/changing-sizecropping-of-the-slideshow-images-in-product-pages/page/2#post-84736</link>
			<pubDate>Tue, 20 Nov 2012 16:41:47 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">84736@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Sorry for the delay. Had a problem with internet. I hope you were able to take care of the rest of the images, and they are now of appropriate size. I will close the ticket, but if you have any further problems please open a new ticket and you can add my name to the tag list since i will remember the Godzilla t-shirt. :)&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Changing size/cropping of the slideshow images in Product pages"</title>
			<link>http://www.kriesi.at/support/topic/changing-sizecropping-of-the-slideshow-images-in-product-pages/page/2#post-84506</link>
			<pubDate>Mon, 19 Nov 2012 03:58:19 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">84506@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi ATX,&#60;/p&#62;
&#60;p&#62;Glad that Peter helped you. :)&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ATX on "Changing size/cropping of the slideshow images in Product pages"</title>
			<link>http://www.kriesi.at/support/topic/changing-sizecropping-of-the-slideshow-images-in-product-pages/page/2#post-84454</link>
			<pubDate>Sun, 18 Nov 2012 13:48:11 +0000</pubDate>
			<dc:creator>ATX</dc:creator>
			<guid isPermaLink="false">84454@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Awesome, that's worked! Thx Dude.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Changing size/cropping of the slideshow images in Product pages"</title>
			<link>http://www.kriesi.at/support/topic/changing-sizecropping-of-the-slideshow-images-in-product-pages#post-84432</link>
			<pubDate>Sun, 18 Nov 2012 06:53:04 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">84432@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;You need to insert the define('WP_MEMORY_LIMIT', '96M'); in wp-config.php (use a ftp software like Filezilla to access your server directories and wp-config.php can be found in the main directory where wp-content, wp-admin, etc. is located). Insert the line after i.e. following line:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;define(&#38;#39;WPLANG&#38;#39;, &#38;#39;&#38;#39;);&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Ismael on "Elements Occasionally flashing or rendering black"</title>
			<link>http://www.kriesi.at/support/topic/elements-occasionally-flashing-or-rendering-black#post-84413</link>
			<pubDate>Sun, 18 Nov 2012 03:49:44 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">84413@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi dave99,&#60;/p&#62;
&#60;p&#62;Glad that its fixed. :)&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ATX on "Changing size/cropping of the slideshow images in Product pages"</title>
			<link>http://www.kriesi.at/support/topic/changing-sizecropping-of-the-slideshow-images-in-product-pages#post-84396</link>
			<pubDate>Sat, 17 Nov 2012 18:36:17 +0000</pubDate>
			<dc:creator>ATX</dc:creator>
			<guid isPermaLink="false">84396@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Nick, &#60;/p&#62;
&#60;p&#62;Do I need to change memory limits before doing what you suggest in the video?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ATX on "Changing size/cropping of the slideshow images in Product pages"</title>
			<link>http://www.kriesi.at/support/topic/changing-sizecropping-of-the-slideshow-images-in-product-pages#post-84390</link>
			<pubDate>Sat, 17 Nov 2012 17:21:40 +0000</pubDate>
			<dc:creator>ATX</dc:creator>
			<guid isPermaLink="false">84390@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Nick, &#60;/p&#62;
&#60;p&#62;I was able to get my host to create a PHP Session save path and memory_limit is set to 96M (see: &#60;a href=&#34;http://beastsyndicate.com/info.php)&#34; rel=&#34;nofollow&#34;&#62;http://beastsyndicate.com/info.php)&#60;/a&#62;&#60;br /&#62;
However, Woo System Status still says I'm at 32M. &#60;/p&#62;
&#60;p&#62;I am confused about changing memory limits, even after reading WP instructions.&#60;br /&#62;
I didn't understand where to add: define('WP_MEMORY_LIMIT', '96M');&#60;/p&#62;
&#60;p&#62;I just emailed you info to log in as FTP user. Could you have a look and edit files as needed?&#60;/p&#62;
&#60;p&#62;Super appreciate your help with this.&#60;/p&#62;
&#60;p&#62;JT
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dave99 on "Elements Occasionally flashing or rendering black"</title>
			<link>http://www.kriesi.at/support/topic/elements-occasionally-flashing-or-rendering-black#post-84341</link>
			<pubDate>Sat, 17 Nov 2012 00:34:24 +0000</pubDate>
			<dc:creator>dave99</dc:creator>
			<guid isPermaLink="false">84341@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;hey just wanted to let you know that since I did the update I have not seen any issues with the elements :). Site is running smooth!, thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Changing size/cropping of the slideshow images in Product pages"</title>
			<link>http://www.kriesi.at/support/topic/changing-sizecropping-of-the-slideshow-images-in-product-pages#post-84340</link>
			<pubDate>Fri, 16 Nov 2012 23:51:08 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">84340@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;You need to go... here easier to show a video: &#60;a href=&#34;https://docs.google.com/open?id=0B8hqGBMSfHtKOWF4ZEQxcm8wNVE&#34; rel=&#34;nofollow&#34;&#62;https://docs.google.com/open?id=0B8hqGBMSfHtKOWF4ZEQxcm8wNVE&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Do the same thing for all the products. If you see any settings for the radio buttons (size different then what i show in video) switch it to the settings you see in video 450x450 , the very bottom one. This will work if all your images are proportional h=w (a square) , i have set the single product image at 450x450 crop. &#60;/p&#62;
&#60;p&#62;After you do what is shown on video for all items, don't forget to save (do not insert since they are already inserted). After you save, regenerate the images and everything will be fine. When you upload you will also see multiple size options, so make sure you select the single product image.&#60;/p&#62;
&#60;p&#62;The one white shirt with godzilla was tough, i had to remove it from the page and add it again, it would not regenerate no matter what, while it seems everything else listened.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ATX on "Changing size/cropping of the slideshow images in Product pages"</title>
			<link>http://www.kriesi.at/support/topic/changing-sizecropping-of-the-slideshow-images-in-product-pages#post-84335</link>
			<pubDate>Fri, 16 Nov 2012 23:11:03 +0000</pubDate>
			<dc:creator>ATX</dc:creator>
			<guid isPermaLink="false">84335@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thx Nick. That's a HUGE help.&#60;/p&#62;
&#60;p&#62;I need to resolve 1 and 2, but what about other images (I see you got big_in_japan but not others - will this be fixed with regenerating images?)&#60;/p&#62;
&#60;p&#62;Out of interest how/where/what did you do to get b_i_j to work?&#60;/p&#62;
&#60;p&#62;Thx again man.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Changing size/cropping of the slideshow images in Product pages"</title>
			<link>http://www.kriesi.at/support/topic/changing-sizecropping-of-the-slideshow-images-in-product-pages#post-84303</link>
			<pubDate>Fri, 16 Nov 2012 20:15:23 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">84303@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;You have 2 errors showing up in WooCommerce :&#60;/p&#62;
&#60;p&#62;1) WP Memory Limit	 32MB - We recommend setting memory to at least 64MB. See: Increasing memory allocated to PHP&#60;/p&#62;
&#60;p&#62;2) PHP Sessions - Session save path	does not exist - contact your host to resolve the problem.&#60;/p&#62;
&#60;p&#62;---------------------------&#60;/p&#62;
&#60;p&#62;OK, I got it to accept images and resize them to 450x450, &#60;a href=&#34;http://beastsyndicate.com/streetwear/product/big-in-japan-t-shirt/&#34; rel=&#34;nofollow&#34;&#62;http://beastsyndicate.com/streetwear/product/big-in-japan-t-shirt/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Please keep your plugins up to date. Also remove plugins you are not using  WP e-Commerce ... since just because they aren't activated doesn't mean that they are ignored. &#60;/p&#62;
&#60;p&#62;**please don't forget to delete the temp account you made**&#60;/p&#62;
&#60;p&#62;Overall though you have a pretty fast admin area, almost feels like you are running on Nginx and not Apache.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ATX on "Changing size/cropping of the slideshow images in Product pages"</title>
			<link>http://www.kriesi.at/support/topic/changing-sizecropping-of-the-slideshow-images-in-product-pages#post-84281</link>
			<pubDate>Fri, 16 Nov 2012 19:02:25 +0000</pubDate>
			<dc:creator>ATX</dc:creator>
			<guid isPermaLink="false">84281@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thx Nick, just set it up for you. &#60;/p&#62;
&#60;p&#62;Appreciate you taking the time to check into it - you guys are phenomenal!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Changing size/cropping of the slideshow images in Product pages"</title>
			<link>http://www.kriesi.at/support/topic/changing-sizecropping-of-the-slideshow-images-in-product-pages#post-84257</link>
			<pubDate>Fri, 16 Nov 2012 17:13:31 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">84257@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I will take a look. Please email a temp admin account and ftp info. usjahm aaattt gmail dddooottt com&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ATX on "Changing size/cropping of the slideshow images in Product pages"</title>
			<link>http://www.kriesi.at/support/topic/changing-sizecropping-of-the-slideshow-images-in-product-pages#post-84248</link>
			<pubDate>Fri, 16 Nov 2012 16:10:04 +0000</pubDate>
			<dc:creator>ATX</dc:creator>
			<guid isPermaLink="false">84248@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Is it possible to set up a temporary admin account for you to log in and see whats going on?&#60;/p&#62;
&#60;p&#62;I'm reasonably savvy so I feel I've made all settings etc as you recommended.&#60;br /&#62;
But maybe I've missed something? Def. confused why images are not working.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ATX on "Changing size/cropping of the slideshow images in Product pages"</title>
			<link>http://www.kriesi.at/support/topic/changing-sizecropping-of-the-slideshow-images-in-product-pages#post-84216</link>
			<pubDate>Fri, 16 Nov 2012 11:26:22 +0000</pubDate>
			<dc:creator>ATX</dc:creator>
			<guid isPermaLink="false">84216@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;yes : (&#60;/p&#62;
&#60;p&#62;Really not sure what's going on. &#60;/p&#62;
&#60;p&#62;Are there examples of people using this theme where the product photo isn't cropped?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Changing size/cropping of the slideshow images in Product pages"</title>
			<link>http://www.kriesi.at/support/topic/changing-sizecropping-of-the-slideshow-images-in-product-pages#post-84191</link>
			<pubDate>Fri, 16 Nov 2012 07:05:36 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">84191@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; Did you check the WooCommerce thumbnail settings (WooCommerce &#38;gt; Settings &#38;gt; Catalog and scroll to the bottom)? &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ATX on "Changing size/cropping of the slideshow images in Product pages"</title>
			<link>http://www.kriesi.at/support/topic/changing-sizecropping-of-the-slideshow-images-in-product-pages#post-84084</link>
			<pubDate>Thu, 15 Nov 2012 15:00:36 +0000</pubDate>
			<dc:creator>ATX</dc:creator>
			<guid isPermaLink="false">84084@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Nick, I like the plugin - thx. And update my settings with my host server really helped with regenerating images.&#60;/p&#62;
&#60;p&#62;Installed, changed settings in plugin and regenerated images but still no change (even when clearing my cache in Fireforx). I checked Woo settings etc too.&#60;/p&#62;
&#60;p&#62;Is it not something in the template since it seems to effect all main product images?&#60;/p&#62;
&#60;p&#62;Pls help. Had hoped to launch e-store this weekend.&#60;/p&#62;
&#60;p&#62;PS; I don't understand where Devin found this image/link (or how these images exist since not in media library):&#60;br /&#62;
&#60;a href=&#34;http://beastsyndicate.com/streetwear/wp-content/uploads/2012/11/big_blk_on_silver600-450x335.jpg&#34; rel=&#34;nofollow&#34;&#62;http://beastsyndicate.com/streetwear/wp-content/uploads/2012/11/big_blk_on_silver600-450x335.jpg&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Changing size/cropping of the slideshow images in Product pages"</title>
			<link>http://www.kriesi.at/support/topic/changing-sizecropping-of-the-slideshow-images-in-product-pages#post-84073</link>
			<pubDate>Thu, 15 Nov 2012 13:38:34 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">84073@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;If you have problems with batch, check what your host is allocating for you memory wise. This plugin &#60;a href=&#34;http://wordpress.org/extend/plugins/wp-system-health/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/wp-system-health/&#60;/a&#62; is old and hard to find (search for keyword health), and it has a memory test, where it adds 1meg in usage one at a time until wordpress can't handle it, because some hosts say one number but the plugin shows a much lower number.&#60;/p&#62;
&#60;p&#62;Simple Image Sizes plugin ( &#60;a href=&#34;http://wordpress.org/extend/plugins/simple-image-sizes/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/simple-image-sizes/&#60;/a&#62; ). The plugin will give you complete control over all images in the theme -from aspect ratio, to width, whether to crop the image, and even has a built in thumbnail re-generator. &#60;/p&#62;
&#60;p&#62;After installing the plugin, you will find your Settings &#38;gt; Media page in the back-end to contain the various sizes. Then simply find the dimensions you want to change. Save. Regenerate the images and see if you like what you see or want to tweak the image sizes further.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ATX on "Changing size/cropping of the slideshow images in Product pages"</title>
			<link>http://www.kriesi.at/support/topic/changing-sizecropping-of-the-slideshow-images-in-product-pages#post-83892</link>
			<pubDate>Wed, 14 Nov 2012 14:52:46 +0000</pubDate>
			<dc:creator>ATX</dc:creator>
			<guid isPermaLink="false">83892@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Devin, super appreciate all the help from you and the team!&#60;/p&#62;
&#60;p&#62;With regard to the images, when I hover over the product image on the product page it tells me the file is the correct one (EG: big_blk_on_red600.jpg) and indeed they all look fine in light box.&#60;/p&#62;
&#60;p&#62;I checked woocommerce&#38;gt;config.php, functions.php and the WooCommerce image settings but all seem set up correctly. I really don't know what to do - can you see these files etc are correct in case I'm not where I need to be?&#60;/p&#62;
&#60;p&#62;Would you mind checking that the js file is not corrupt - I just uploaded it again.&#60;/p&#62;
&#60;p&#62;Also, just so understand, why doesn't _silver600-450x335.jpg doesn't show up in my media file library?&#60;/p&#62;
&#60;p&#62;NOTE: I am having problems batch regenerating images (see my post here: &#60;a href=&#34;http://www.kriesi.at/support/topic/error-regenerating-images?replies=1#post-83884)&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/error-regenerating-images?replies=1#post-83884)&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Changing size/cropping of the slideshow images in Product pages"</title>
			<link>http://www.kriesi.at/support/topic/changing-sizecropping-of-the-slideshow-images-in-product-pages#post-83704</link>
			<pubDate>Tue, 13 Nov 2012 18:01:17 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">83704@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi ATX,&#60;/p&#62;
&#60;p&#62;This is the image being used for that page: &#60;a href=&#34;http://beastsyndicate.com/streetwear/wp-content/uploads/2012/11/big_blk_on_silver600-450x335.jpg&#34; rel=&#34;nofollow&#34;&#62;http://beastsyndicate.com/streetwear/wp-content/uploads/2012/11/big_blk_on_silver600-450x335.jpg&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;As you can see it has been generated to be cropped at 335 pixels tall. One of the settings either in woocommerce&#38;gt;config.php, functions.php or in the WooCommerce image settings should have this size. That is where it needs to be changed.&#60;/p&#62;
&#60;p&#62;Otherwise, please try regenerating ALL images for your entire site so that any function up until now gets properly generated.&#60;/p&#62;
&#60;p&#62;I also noticed you have an error showing up with the themes woocommerce-mod.js file, please re-upload it via ftp just in case the error causes any normal functions to not work correctly. This is inside the config-woocommerce folder within your theme files.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
