<?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: Edit Product doesn&#039;t have all image settings</title>
		<link>http://www.kriesi.at/support/topic/edit-product-doesnt-have-all-image-settings</link>
		<description>Support Forum - Topic: Edit Product doesn&#039;t have all image settings</description>
		<language>en-US</language>
		<pubDate>Mon, 20 May 2013 04:43:29 +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/edit-product-doesnt-have-all-image-settings" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "Edit Product doesn&#039;t have all image settings"</title>
			<link>http://www.kriesi.at/support/topic/edit-product-doesnt-have-all-image-settings#post-42509</link>
			<pubDate>Mon, 20 Feb 2012 07:07:21 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">42509@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;They can be found at the very top of functions.php.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>KristenHodges on "Edit Product doesn&#039;t have all image settings"</title>
			<link>http://www.kriesi.at/support/topic/edit-product-doesnt-have-all-image-settings#post-42494</link>
			<pubDate>Mon, 20 Feb 2012 03:06:01 +0000</pubDate>
			<dc:creator>KristenHodges</dc:creator>
			<guid isPermaLink="false">42494@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thank you! The theme and plugin updates both corrected the error codes from showing on the web pages.&#60;/p&#62;
&#60;p&#62;For the image sizes, thank you for showing me which .php file to locate them.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Beard on "Edit Product doesn&#039;t have all image settings"</title>
			<link>http://www.kriesi.at/support/topic/edit-product-doesnt-have-all-image-settings#post-41956</link>
			<pubDate>Thu, 16 Feb 2012 04:50:41 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">41956@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;recently many updates were made as a follow-up of WordPress 3.x. I'm assuming you've updated WordPress recently. To solve the issue you have to update the WooCommerce plugin and the Propulsion theme. You can download the latest version of Propulsion though ThemeForest(free of charge) in your &#34;downloads&#34; section.&#60;/p&#62;
&#60;p&#62;Some image sizes are defined in the functions.php, see:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;$avia_config[&#38;#39;imgSize&#38;#39;][&#38;#39;widget&#38;#39;] 			 	= array(&#38;#39;width&#38;#39;=&#38;gt;36,  &#38;#39;height&#38;#39;=&#38;gt;36 );						// small preview pics eg sidebar news
$avia_config[&#38;#39;imgSize&#38;#39;][&#38;#39;post-format-image&#38;#39;] 	= array(&#38;#39;width&#38;#39;=&#38;gt;630, &#38;#39;height&#38;#39;=&#38;gt;999, &#38;#39;crop&#38;#39;=&#38;gt;false);		// big images for post format image and gallery posts
$avia_config[&#38;#39;imgSize&#38;#39;][&#38;#39;fullsize&#38;#39;] 		 	= array(&#38;#39;width&#38;#39;=&#38;gt;930, &#38;#39;height&#38;#39;=&#38;gt;930, &#38;#39;crop&#38;#39;=&#38;gt;false);		// big images for lightbox and portfolio single entries
$avia_config[&#38;#39;imgSize&#38;#39;][&#38;#39;featured&#38;#39;] 		 	= array(&#38;#39;width&#38;#39;=&#38;gt;930, &#38;#39;height&#38;#39;=&#38;gt;340);						// images for fullsize pages and fullsize slider
$avia_config[&#38;#39;imgSize&#38;#39;][&#38;#39;portfolio&#38;#39;] 		 	= array(&#38;#39;width&#38;#39;=&#38;gt;450, &#38;#39;height&#38;#39;=&#38;gt;335);						// images for portfolio entries (2,3,4 column)

//dynamic columns
$avia_config[&#38;#39;imgSize&#38;#39;][&#38;#39;dynamic_1&#38;#39;] 		 	= array(&#38;#39;width&#38;#39;=&#38;gt;446, &#38;#39;height&#38;#39;=&#38;gt;151);						// images for 2/4 (aka 1/2) dynamic portfolio columns when using 3 columns
$avia_config[&#38;#39;imgSize&#38;#39;][&#38;#39;dynamic_2&#38;#39;] 		 	= array(&#38;#39;width&#38;#39;=&#38;gt;609, &#38;#39;height&#38;#39;=&#38;gt;210);						// images for 2/3 dynamic portfolio columns
$avia_config[&#38;#39;imgSize&#38;#39;][&#38;#39;dynamic_3&#38;#39;] 		 	= array(&#38;#39;width&#38;#39;=&#38;gt;688, &#38;#39;height&#38;#39;=&#38;gt;151);						// images for 3/4 dynamic portfolio columns&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>KristenHodges on "Edit Product doesn&#039;t have all image settings"</title>
			<link>http://www.kriesi.at/support/topic/edit-product-doesnt-have-all-image-settings#post-41870</link>
			<pubDate>Wed, 15 Feb 2012 16:32:48 +0000</pubDate>
			<dc:creator>KristenHodges</dc:creator>
			<guid isPermaLink="false">41870@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Please help with my Q. &#60;/p&#62;
&#60;p&#62;Image cropping on product pages are not responding to the settings (see above using updated link below) and now I'm seeing strange coding at the top of all product pages:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://doublefunparties.com/shop/chair-covers-with-pockets/&#34; rel=&#34;nofollow&#34;&#62;http://doublefunparties.com/shop/chair-covers-with-pockets/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>KristenHodges on "Edit Product doesn&#039;t have all image settings"</title>
			<link>http://www.kriesi.at/support/topic/edit-product-doesnt-have-all-image-settings#post-38529</link>
			<pubDate>Tue, 24 Jan 2012 00:45:29 +0000</pubDate>
			<dc:creator>KristenHodges</dc:creator>
			<guid isPermaLink="false">38529@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I have the images setup correctly now but the sizing is off. I have the settings in Settings &#38;gt; Media to be:&#60;/p&#62;
&#60;p&#62;Thumbnails: 150 x 195&#60;br /&#62;
Medium: 450 x 584&#60;br /&#62;
Large: 800 x 800&#60;/p&#62;
&#60;p&#62;And the settings in Woo Commerce &#38;gt; Catalog to be:&#60;/p&#62;
&#60;p&#62;Catalog: 450 x 584&#60;br /&#62;
Single Product: 450 x 584&#60;br /&#62;
Thumbnails: 150 x 195&#60;/p&#62;
&#60;p&#62;The storefront page (&#60;a href=&#34;http://ahoygraphics.com/testsite4/shop/&#34; rel=&#34;nofollow&#34;&#62;http://ahoygraphics.com/testsite4/shop/&#60;/a&#62;) images looks great but the images on the product pages (&#60;a href=&#34;http://ahoygraphics.com/testsite4/shop/vintage-tea-party-plan/&#34; rel=&#34;nofollow&#34;&#62;http://ahoygraphics.com/testsite4/shop/vintage-tea-party-plan/&#60;/a&#62;) are still being hard-cropped. &#60;/p&#62;
&#60;p&#62;Please advise.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Edit Product doesn&#039;t have all image settings"</title>
			<link>http://www.kriesi.at/support/topic/edit-product-doesnt-have-all-image-settings#post-37417</link>
			<pubDate>Thu, 12 Jan 2012 07:53:36 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">37417@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
you can set as many featured images as you like. Just select them in the &#34;Featured media - add any number of images and/or videos&#34; option field - it's underneath the text editor.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>KristenHodges on "Edit Product doesn&#039;t have all image settings"</title>
			<link>http://www.kriesi.at/support/topic/edit-product-doesnt-have-all-image-settings#post-37387</link>
			<pubDate>Thu, 12 Jan 2012 01:26:38 +0000</pubDate>
			<dc:creator>KristenHodges</dc:creator>
			<guid isPermaLink="false">37387@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;When I added my first product, I noticed that in the video tutorial showed a section on the right-hand sidebar that allowed you to choose a Featured Image as well as other product images. When I look at my edit product pages, there is no section for adding images unless you add them into the post itself. Also, I added in an excerpt to get the description to come up as in the video tutorial and nothing appeared. The price and quantity is at the top on the left and not positioned the same as on the video tutorial.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://ahoygraphics.com/testsite4/shop/&#34; rel=&#34;nofollow&#34;&#62;http://ahoygraphics.com/testsite4/shop/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://ahoygraphics.com/testsite4/shop/charlie-brown-thanksgiving-party-plan/&#34; rel=&#34;nofollow&#34;&#62;http://ahoygraphics.com/testsite4/shop/charlie-brown-thanksgiving-party-plan/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Please advise.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
