<?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: additional product images - Recent Posts</title>
		<link>http://www.kriesi.at/support/tags/additional-product-images</link>
		<description>Support Forum - Tag: additional product images - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Sat, 18 May 2013 11:52:39 +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/additional-product-images" rel="self" type="application/rss+xml" />

		<item>
			<title>Devin on "Category products are not alphabetical &#38; product images duplicate..."</title>
			<link>http://www.kriesi.at/support/topic/category-products-are-not-alphabetical-product-images-duplicate#post-101151</link>
			<pubDate>Wed, 13 Mar 2013 16:31:58 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">101151@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I think we are duplicating responses at this point so I'm going to close this topic and we'll just work on the issue in the other topic.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>turboper4mer on "Category products are not alphabetical &#38; product images duplicate..."</title>
			<link>http://www.kriesi.at/support/topic/category-products-are-not-alphabetical-product-images-duplicate#post-100965</link>
			<pubDate>Tue, 12 Mar 2013 19:44:44 +0000</pubDate>
			<dc:creator>turboper4mer</dc:creator>
			<guid isPermaLink="false">100965@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I have all new versions too!&#60;/p&#62;
&#60;p&#62;I got the price showing with the other thread response for changing the config and removing a line but since then the price also shows in top right corner and much bigger than others!&#60;/p&#62;
&#60;p&#62;Here is a link..&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://tosigns.com/product/business-card&#34; rel=&#34;nofollow&#34;&#62;http://tosigns.com/product/business-card&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Category products are not alphabetical &#38; product images duplicate..."</title>
			<link>http://www.kriesi.at/support/topic/category-products-are-not-alphabetical-product-images-duplicate#post-100934</link>
			<pubDate>Tue, 12 Mar 2013 18:12:06 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">100934@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi turboper4mer,&#60;/p&#62;
&#60;p&#62;I just tested this one this morning with the latest version of Flashlight, WooCommerce and Wordpress: &#60;a href=&#34;http://www.kriesi.at/support/topic/woocommerce-single-product-page-missing-price-tag?replies=11#post-100919&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/woocommerce-single-product-page-missing-price-tag?replies=11#post-100919&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>turboper4mer on "Category products are not alphabetical &#38; product images duplicate..."</title>
			<link>http://www.kriesi.at/support/topic/category-products-are-not-alphabetical-product-images-duplicate#post-100762</link>
			<pubDate>Tue, 12 Mar 2013 06:09:52 +0000</pubDate>
			<dc:creator>turboper4mer</dc:creator>
			<guid isPermaLink="false">100762@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;added to functions.php but no change..
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Category products are not alphabetical &#38; product images duplicate..."</title>
			<link>http://www.kriesi.at/support/topic/category-products-are-not-alphabetical-product-images-duplicate#post-100576</link>
			<pubDate>Mon, 11 Mar 2013 13:49:44 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">100576@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Please try to add following code to the bottom of functions.php:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;add_action( &#38;#39;woocommerce_before_add_to_cart_button&#38;#39;, &#38;#39;inoplugs_price_container&#38;#39;, 50 );

function inoplugs_price_container()
{
		global $woocommerce, $product, $post;
		if ( (!empty($product-&#38;gt;min_variation_price) &#38;amp;&#38;amp; $product-&#38;gt;min_variation_price == $product-&#38;gt;max_variation_price) &#124;&#124; empty($product-&#38;gt;min_variation_price) )
		{
			echo &#38;quot;&#38;lt;div class=&#38;#39;price_container&#38;#39;&#38;gt;&#38;quot;;
			woocommerce_template_single_price($post, $product);
			echo &#38;quot;&#38;lt;/div&#38;gt;&#38;quot;;
		}
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>turboper4mer on "Category products are not alphabetical &#38; product images duplicate..."</title>
			<link>http://www.kriesi.at/support/topic/category-products-are-not-alphabetical-product-images-duplicate#post-100517</link>
			<pubDate>Mon, 11 Mar 2013 06:11:07 +0000</pubDate>
			<dc:creator>turboper4mer</dc:creator>
			<guid isPermaLink="false">100517@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;&#60;a href=&#34;http://tosigns.com/product/business-card&#34; rel=&#34;nofollow&#34;&#62;http://tosigns.com/product/business-card&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Category products are not alphabetical &#38; product images duplicate..."</title>
			<link>http://www.kriesi.at/support/topic/category-products-are-not-alphabetical-product-images-duplicate#post-100112</link>
			<pubDate>Thu, 07 Mar 2013 20:33:06 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">100112@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Do you have an example we can take a look at? Just from the description of not showing I don't really know what it might be.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>turboper4mer on "Category products are not alphabetical &#38; product images duplicate..."</title>
			<link>http://www.kriesi.at/support/topic/category-products-are-not-alphabetical-product-images-duplicate#post-99982</link>
			<pubDate>Thu, 07 Mar 2013 07:40:06 +0000</pubDate>
			<dc:creator>turboper4mer</dc:creator>
			<guid isPermaLink="false">99982@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I cannot get the simple product price to show in product page, variable product prices show,,,HELP this is making me crazy!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Category products are not alphabetical &#38; product images duplicate..."</title>
			<link>http://www.kriesi.at/support/topic/category-products-are-not-alphabetical-product-images-duplicate#post-99934</link>
			<pubDate>Thu, 07 Mar 2013 01:01:58 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">99934@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Yes, the 2.2.1 update is for the WooCommerce update.&#60;/p&#62;
&#60;p&#62;You can read about child themes here: &#60;a href=&#34;http://codex.wordpress.org/Child_Themes&#34; rel=&#34;nofollow&#34;&#62;http://codex.wordpress.org/Child_Themes&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>turboper4mer on "Category products are not alphabetical &#38; product images duplicate..."</title>
			<link>http://www.kriesi.at/support/topic/category-products-are-not-alphabetical-product-images-duplicate#post-99933</link>
			<pubDate>Thu, 07 Mar 2013 00:53:09 +0000</pubDate>
			<dc:creator>turboper4mer</dc:creator>
			<guid isPermaLink="false">99933@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;you mention CHILD THEMES..can you share more information on that.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>turboper4mer on "Category products are not alphabetical &#38; product images duplicate..."</title>
			<link>http://www.kriesi.at/support/topic/category-products-are-not-alphabetical-product-images-duplicate#post-99932</link>
			<pubDate>Thu, 07 Mar 2013 00:51:17 +0000</pubDate>
			<dc:creator>turboper4mer</dc:creator>
			<guid isPermaLink="false">99932@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;The upgrade information for 2.0 which WooCommerce sent out today..I guess the 2.2.1 is the update version for flashlight?&#60;/p&#62;
&#60;p&#62;I'll upgrade later tonight and post the result.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Category products are not alphabetical &#38; product images duplicate..."</title>
			<link>http://www.kriesi.at/support/topic/category-products-are-not-alphabetical-product-images-duplicate#post-99833</link>
			<pubDate>Wed, 06 Mar 2013 16:42:51 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">99833@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi turboper4mer,&#60;/p&#62;
&#60;p&#62;You'll also need to update WooCommerce as the 2.2.1 update was to also address the major changes in the plugin. This requires a database update so you may want to make a backup using &#60;a href=&#34;http://wordpress.org/extend/plugins/backupwordpress/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/backupwordpress/&#60;/a&#62; .&#60;/p&#62;
&#60;p&#62;Disable any active plugins aside from WooCommerce as well since it has been causing conflicts with plugins after its update.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>turboper4mer on "Category products are not alphabetical &#38; product images duplicate..."</title>
			<link>http://www.kriesi.at/support/topic/category-products-are-not-alphabetical-product-images-duplicate#post-99733</link>
			<pubDate>Wed, 06 Mar 2013 04:58:35 +0000</pubDate>
			<dc:creator>turboper4mer</dc:creator>
			<guid isPermaLink="false">99733@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Did the upgrade and now all sample products come up as fatal error!&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://tosigns.com/product-category/printing/business-cards&#34; rel=&#34;nofollow&#34;&#62;http://tosigns.com/product-category/printing/business-cards&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Category products are not alphabetical &#38; product images duplicate..."</title>
			<link>http://www.kriesi.at/support/topic/category-products-are-not-alphabetical-product-images-duplicate#post-98844</link>
			<pubDate>Thu, 28 Feb 2013 11:56:13 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">98844@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;HI,&#60;/p&#62;
&#60;p&#62;You will need to update using FTP. So please unzip the file locally on your home computer. You will need to install ftp software and filezilla is something i recommend &#60;a href=&#34;http://filezilla-project.org/download.php?type=client&#34; rel=&#34;nofollow&#34;&#62;http://filezilla-project.org/download.php?type=client&#60;/a&#62; &#60;/p&#62;
&#60;p&#62;Then you will need to get your ftp login/password from your host (which is different than your wordpress or host login/pw) &#60;/p&#62;
&#60;p&#62;Then find your theme folder located in /wp-content/themes/  if you customized any of your template files you will need to back them up because the update will overwrite every theme file including your custom.css  . That is the reason we recommend the use of child themes.&#60;/p&#62;
&#60;p&#62;If you made changes to your theme files I made a video how I go about making changes for a different theme (but the process is the same for all of them)&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;https://docs.google.com/file/d/0B8hqGBMSfHtKRkJlN0pyNVNDSkk/edit&#34; rel=&#34;nofollow&#34;&#62;https://docs.google.com/file/d/0B8hqGBMSfHtKRkJlN0pyNVNDSkk/edit&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>turboper4mer on "Category products are not alphabetical &#38; product images duplicate..."</title>
			<link>http://www.kriesi.at/support/topic/category-products-are-not-alphabetical-product-images-duplicate#post-98819</link>
			<pubDate>Thu, 28 Feb 2013 08:28:44 +0000</pubDate>
			<dc:creator>turboper4mer</dc:creator>
			<guid isPermaLink="false">98819@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I tried updating and came up with this:&#60;/p&#62;
&#60;p&#62;Unpacking the package…&#60;/p&#62;
&#60;p&#62;Installing the theme…&#60;/p&#62;
&#60;p&#62;Destination folder already exists. /home/content/12/9827312/html/wp-content/themes/flashlight/&#60;/p&#62;
&#60;p&#62;Theme install failed.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>turboper4mer on "Category products are not alphabetical &#38; product images duplicate..."</title>
			<link>http://www.kriesi.at/support/topic/category-products-are-not-alphabetical-product-images-duplicate#post-98815</link>
			<pubDate>Thu, 28 Feb 2013 08:13:25 +0000</pubDate>
			<dc:creator>turboper4mer</dc:creator>
			<guid isPermaLink="false">98815@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I will update the version but why are my prices not showing&#38;gt;&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://tosigns.com/product/plastic-card&#34; rel=&#34;nofollow&#34;&#62;http://tosigns.com/product/plastic-card&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>turboper4mer on "Category products are not alphabetical &#38; product images duplicate..."</title>
			<link>http://www.kriesi.at/support/topic/category-products-are-not-alphabetical-product-images-duplicate#post-98808</link>
			<pubDate>Thu, 28 Feb 2013 07:59:02 +0000</pubDate>
			<dc:creator>turboper4mer</dc:creator>
			<guid isPermaLink="false">98808@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;&#60;a href=&#34;http://tosigns.com/company/gallery&#34; rel=&#34;nofollow&#34;&#62;http://tosigns.com/company/gallery&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Category products are not alphabetical &#38; product images duplicate..."</title>
			<link>http://www.kriesi.at/support/topic/category-products-are-not-alphabetical-product-images-duplicate#post-98393</link>
			<pubDate>Mon, 25 Feb 2013 16:06:01 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">98393@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi turboper4mer,&#60;/p&#62;
&#60;p&#62;The image gallery attachment should work for images on pages as well as posts/portfolio/products. Perhaps try disabling any active plugins (except woocommerce) in case something is causing a conflict that is only showing on the individual pages.&#60;/p&#62;
&#60;p&#62;If you can provide a link to a page, we can take a look live and inspect the site to see if we can see any errors that way as well.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Had a brain fart and can&#039;t seem to remember the workflow of adding a woocommerce"</title>
			<link>http://www.kriesi.at/support/topic/had-a-brain-fart-and-cant-seem-to-remember-the-workflow-of-adding-a-woocommerce#post-98389</link>
			<pubDate>Mon, 25 Feb 2013 15:53:38 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">98389@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi turboper4mer,&#60;/p&#62;
&#60;p&#62;Version 2.0 of the theme actually re-did the whole image gallery set up to do pretty much just that. Not exactly, as that isn't the feature set designed for this theme but it does allow for better image gallery management.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>turboper4mer on "Had a brain fart and can&#039;t seem to remember the workflow of adding a woocommerce"</title>
			<link>http://www.kriesi.at/support/topic/had-a-brain-fart-and-cant-seem-to-remember-the-workflow-of-adding-a-woocommerce#post-98326</link>
			<pubDate>Mon, 25 Feb 2013 05:57:49 +0000</pubDate>
			<dc:creator>turboper4mer</dc:creator>
			<guid isPermaLink="false">98326@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I must say it is a PITA to manage images and additional product images and especially if you copy same product to make additional products.&#60;/p&#62;
&#60;p&#62;Someone should really take a closer look at this and adding a functionaity to have a featured image and additional images showing as small images using the FEATURED image function would be a great help.&#60;/p&#62;
&#60;p&#62;I want to display a featured image BIG SIZE and four additional images SMALL next to it in a cluster of four so which ever image you hover on the FEATURED image displays it.&#60;/p&#62;
&#60;p&#62;This would really make a lot of people happy!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>turboper4mer on "Category products are not alphabetical &#38; product images duplicate..."</title>
			<link>http://www.kriesi.at/support/topic/category-products-are-not-alphabetical-product-images-duplicate#post-98321</link>
			<pubDate>Mon, 25 Feb 2013 03:56:58 +0000</pubDate>
			<dc:creator>turboper4mer</dc:creator>
			<guid isPermaLink="false">98321@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I just solved the alphabetical order issue!&#60;/p&#62;
&#60;p&#62;Additional Question:&#60;/p&#62;
&#60;p&#62;I have a page GALLERY and I uploaded 5 or 6 images and set it to all choices available one at a time and nothing make the images show! Is the image gallery option not for regular pages?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>turboper4mer on "Category products are not alphabetical &#38; product images duplicate..."</title>
			<link>http://www.kriesi.at/support/topic/category-products-are-not-alphabetical-product-images-duplicate#post-98315</link>
			<pubDate>Mon, 25 Feb 2013 03:25:44 +0000</pubDate>
			<dc:creator>turboper4mer</dc:creator>
			<guid isPermaLink="false">98315@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;My MENU shows the products alphabetical but they display with no order and random, see here &#38;gt;&#38;gt;   &#60;a href=&#34;http://tosigns.com/product-category/printing&#34; rel=&#34;nofollow&#34;&#62;http://tosigns.com/product-category/printing&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;1. How can we make the products display in an alphabetical order?&#60;br /&#62;
2. If I selected an image for a product and setup the product and then COPY TO NEW DRAFT and setup another product using the same information I cannot change the image to another image, if I delete the images from one product the other product images are deleted too, and is there any way to have a featured image and small additional product images which can be viewed if clicked upon?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Had a brain fart and can&#039;t seem to remember the workflow of adding a woocommerce"</title>
			<link>http://www.kriesi.at/support/topic/had-a-brain-fart-and-cant-seem-to-remember-the-workflow-of-adding-a-woocommerce#post-77838</link>
			<pubDate>Sat, 29 Sep 2012 03:47:11 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">77838@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi, &#60;/p&#62;
&#60;p&#62;Instructions:&#60;/p&#62;
&#60;p&#62;1) Create a new product page and first thing you do is add the featured image and save the page.&#60;br /&#62;
2) Add the remaining gallery images in bulk or individually and save the page.&#60;/p&#62;
&#60;p&#62;The first image will remain as the featured image and be included in the gallery which saves quite a bit of time when dealing with a large number of products.&#60;/p&#62;
&#60;p&#62;I will forward your request for the additional functionality.&#60;/p&#62;
&#60;p&#62;Good luck,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>exposureclothing on "Had a brain fart and can&#039;t seem to remember the workflow of adding a woocommerce"</title>
			<link>http://www.kriesi.at/support/topic/had-a-brain-fart-and-cant-seem-to-remember-the-workflow-of-adding-a-woocommerce#post-77583</link>
			<pubDate>Thu, 27 Sep 2012 14:12:46 +0000</pubDate>
			<dc:creator>exposureclothing</dc:creator>
			<guid isPermaLink="false">77583@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;On a side note, as per a previous question I had, I want to use an import plugin from woo themes so that I can setup an excel sheet with all the attributes etc, that will be straight forward.  It has the ability to do the images as well, but will it work with this theme since this is an unconventional way of image assignment.  The plugin is $50 but won't save me time if I have to mess with a 1000 images individually.&#60;br /&#62;
I assume this theme is done this way so that the products can be used as site background so that would require the integration setup being the way it is.&#60;br /&#62;
Perhaps an update to this theme could be the option of traditional woo integration minus the gallery features native to this theme.  It's a great theme, but this part is just a PITA.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>exposureclothing on "Had a brain fart and can&#039;t seem to remember the workflow of adding a woocommerce"</title>
			<link>http://www.kriesi.at/support/topic/had-a-brain-fart-and-cant-seem-to-remember-the-workflow-of-adding-a-woocommerce#post-77578</link>
			<pubDate>Thu, 27 Sep 2012 13:45:07 +0000</pubDate>
			<dc:creator>exposureclothing</dc:creator>
			<guid isPermaLink="false">77578@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;THanks Ismael, this is a very wonky setup man!&#60;br /&#62;
K I have hit the green upload button, added my 3 images.  Chose wp default gallery attached to the entry.  Published.  Looks good but my featured image is not what I want featured, so I click on featured image at right, or remove, doesn't matter, then I open my gallery in the &#34;set featured image&#34; and choose my image for featured image, then save and then publish and it keeps going back to an image I don't want as featured.&#60;br /&#62;
Should be easy and straight forward, hit featured image, choose, save publish and done, but it just keep going in a loop.&#60;/p&#62;
&#60;p&#62;I am sure anyone setting up a store is going to be pulling their hair out with this, ecspecially if one has used other themes with woocommerce and how easy that is.  &#60;/p&#62;
&#60;p&#62;Can you provide a simple walk thru for getting the images up, that will help a lot of people that are using this theme to sell products.  Assume that all the other data is all done and all one needs is images for the product put up.  Lets say you have 3 images for product to put up, what is the correct way to get them all up and have a functioning featured image that is chosen by individual vs the upload.&#60;/p&#62;
&#60;p&#62;It's the featured image that is causing the frustration.&#60;/p&#62;
&#60;p&#62;THanks man!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Had a brain fart and can&#039;t seem to remember the workflow of adding a woocommerce"</title>
			<link>http://www.kriesi.at/support/topic/had-a-brain-fart-and-cant-seem-to-remember-the-workflow-of-adding-a-woocommerce#post-77492</link>
			<pubDate>Thu, 27 Sep 2012 01:33:20 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">77492@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;You can the featured image via Gallery Options just click Upload. Then you can add more thumbnails using the the same method.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>exposureclothing on "Had a brain fart and can&#039;t seem to remember the workflow of adding a woocommerce"</title>
			<link>http://www.kriesi.at/support/topic/had-a-brain-fart-and-cant-seem-to-remember-the-workflow-of-adding-a-woocommerce#post-77468</link>
			<pubDate>Wed, 26 Sep 2012 20:03:23 +0000</pubDate>
			<dc:creator>exposureclothing</dc:creator>
			<guid isPermaLink="false">77468@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Product image.  So simple with other themes and that's what I'm used to.&#60;/p&#62;
&#60;p&#62;Can someone give the workflow on where to have a featured image shown and up to 3 additional images and where to put them, there's 3 upload buttons.&#60;/p&#62;
&#60;p&#62;For the life of me I don't know how I did it.  I can get gallery images but no featured, or vice versa.&#60;/p&#62;
&#60;p&#62;I have lots to add and want the workflow that is proven with this theme.  &#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
