<?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: single product page - Recent Posts</title>
		<link>http://www.kriesi.at/support/tags/single-product-page</link>
		<description>Support Forum - Tag: single product page - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Wed, 22 May 2013 05:43:11 +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/single-product-page" rel="self" type="application/rss+xml" />

		<item>
			<title>nikicampbell on "single product page - change so that product image takes up more of the space"</title>
			<link>http://www.kriesi.at/support/topic/single-product-page-change-so-that-product-image-takes-up-more-of-the-space#post-95338</link>
			<pubDate>Tue, 05 Feb 2013 18:40:56 +0000</pubDate>
			<dc:creator>nikicampbell</dc:creator>
			<guid isPermaLink="false">95338@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thank you so much!  Perfection :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "single product page - change so that product image takes up more of the space"</title>
			<link>http://www.kriesi.at/support/topic/single-product-page-change-so-that-product-image-takes-up-more-of-the-space#post-95251</link>
			<pubDate>Tue, 05 Feb 2013 13:44:49 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">95251@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Niki,&#60;/p&#62;
&#60;p&#62;You can change the layout of the single product page in the theme files config-woocommerce&#38;gt;config.php file. Look for:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#
# wrap single product image in an extra div
#
add_action( &#38;#39;woocommerce_before_single_product_summary&#38;#39;, &#38;#39;avia_add_image_div&#38;#39;, 2);
add_action( &#38;#39;woocommerce_before_single_product_summary&#38;#39;,  &#38;#39;avia_close_div&#38;#39;, 20);
function avia_add_image_div()
{
	echo &#38;quot;&#38;lt;div class=&#38;#39;four units single-product-main-image alpha&#38;#39;&#38;gt;&#38;quot;;
}

#
# wrap single product summary in an extra div
#
add_action( &#38;#39;woocommerce_before_single_product_summary&#38;#39;, &#38;#39;avia_add_summary_div&#38;#39;, 25);
add_action( &#38;#39;woocommerce_after_single_product_summary&#38;#39;,  &#38;#39;avia_close_div&#38;#39;, 3);
function avia_add_summary_div()
{
	echo &#38;quot;&#38;lt;div class=&#38;#39;eight units single-product-summary&#38;#39;&#38;gt;&#38;quot;;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;The first div wraps the image in a four unit grid section and the second one in an eight unit grid. You can use just about any combination of the twelve unit grid to change the layout quickly and easily.&#60;/p&#62;
&#60;p&#62;Additionally, Nick has posted some code to change the layout so that the product tabs are full width and wrap under the image here: &#60;a href=&#34;http://www.kriesi.at/support/topic/product-details-page-layout#post-88883&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/product-details-page-layout#post-88883&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>nikicampbell on "single product page - change so that product image takes up more of the space"</title>
			<link>http://www.kriesi.at/support/topic/single-product-page-change-so-that-product-image-takes-up-more-of-the-space#post-95129</link>
			<pubDate>Mon, 04 Feb 2013 21:16:43 +0000</pubDate>
			<dc:creator>nikicampbell</dc:creator>
			<guid isPermaLink="false">95129@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello - here is the site + product page:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.peacerev.ca/cardshop/shop/redbird-spirit-unbound/&#34; rel=&#34;nofollow&#34;&#62;http://www.peacerev.ca/cardshop/shop/redbird-spirit-unbound/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;...how can I change it so that the image takes up 60% of the space, and the words take up 40%.  I understand you are using units - but I don't know where to make the changes.&#60;/p&#62;
&#60;p&#62;Thanks!&#60;br /&#62;
Niki
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Varations carousel on single page products"</title>
			<link>http://www.kriesi.at/support/topic/varations-carousel-on-single-page-products#post-78096</link>
			<pubDate>Mon, 01 Oct 2012 13:58:40 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">78096@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I'm going to close this for now. If you have any other issues/questions let us know and we'll do our best to answer :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>boudoirs on "Varations carousel on single page products"</title>
			<link>http://www.kriesi.at/support/topic/varations-carousel-on-single-page-products#post-77735</link>
			<pubDate>Fri, 28 Sep 2012 08:31:17 +0000</pubDate>
			<dc:creator>boudoirs</dc:creator>
			<guid isPermaLink="false">77735@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Nick,&#60;/p&#62;
&#60;p&#62;Integrating it via a pluggin would be sweet, but regarding pluggin stability while updating woocommerce / wordpress / abundance I prefer not to put another potential of bugs. My wordpress level is kind of too modest.&#60;/p&#62;
&#60;p&#62;But if you find any, I'll be glad to try it on my test version site.&#60;br /&#62;
Kind regards,&#60;br /&#62;
Sophie
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Varations carousel on single page products"</title>
			<link>http://www.kriesi.at/support/topic/varations-carousel-on-single-page-products#post-77660</link>
			<pubDate>Thu, 27 Sep 2012 19:18:49 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">77660@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Sophie,&#60;/p&#62;
&#60;p&#62;Have you considered integrating this functionality via a plugin? The beauty of WordPress is the tens of thousands of free and premium plugins available to give you the freedom to customize and differentiate your web presence as you see fit and give you that competitive advantage. I would look closely at what's available since if most clothing e-commerce websites have that option, its likely to be found online.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>boudoirs on "Varations carousel on single page products"</title>
			<link>http://www.kriesi.at/support/topic/varations-carousel-on-single-page-products#post-77443</link>
			<pubDate>Wed, 26 Sep 2012 15:03:40 +0000</pubDate>
			<dc:creator>boudoirs</dc:creator>
			<guid isPermaLink="false">77443@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Well, if you can put some small thumbails I think it should be allright.&#60;br /&#62;
Plus there's definitely a need of showing thing to customers and not waiting for them to go and find out :)  (most of clothing e-commerce websites do present this option)&#60;/p&#62;
&#60;p&#62;kind regards,&#60;br /&#62;
Sophie
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Varations carousel on single page products"</title>
			<link>http://www.kriesi.at/support/topic/varations-carousel-on-single-page-products#post-77292</link>
			<pubDate>Tue, 25 Sep 2012 16:49:50 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">77292@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I will put that in as a feature request to Kriesi but it isn't something we could walk you through adding as it would take a significant addition to the individual product page.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>boudoirs on "Varations carousel on single page products"</title>
			<link>http://www.kriesi.at/support/topic/varations-carousel-on-single-page-products#post-77151</link>
			<pubDate>Mon, 24 Sep 2012 17:21:43 +0000</pubDate>
			<dc:creator>boudoirs</dc:creator>
			<guid isPermaLink="false">77151@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Sorry, I come back.&#60;/p&#62;
&#60;p&#62;Do you think it would be possible to get a products slide show with autorotation like the option we have in template builders?&#60;br /&#62;
This would be great and exactly what I need in a way
&#60;/p&#62;</description>
		</item>
		<item>
			<title>boudoirs on "Varations carousel on single page products"</title>
			<link>http://www.kriesi.at/support/topic/varations-carousel-on-single-page-products#post-77150</link>
			<pubDate>Mon, 24 Sep 2012 17:18:54 +0000</pubDate>
			<dc:creator>boudoirs</dc:creator>
			<guid isPermaLink="false">77150@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Sorry for answering late.&#60;br /&#62;
Yes Ismael, that was the idea, to get a gallery variations in a easy way.&#60;br /&#62;
Giving up to do better things, many thanks guys
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Mya on "Can&#039;t get rid of &#039;Most Popular&#039; widget in sidebar on product pages"</title>
			<link>http://www.kriesi.at/support/topic/cant-get-rid-of-most-popular-widget-in-sidebar-on-product-pages#post-72028</link>
			<pubDate>Tue, 21 Aug 2012 04:37:41 +0000</pubDate>
			<dc:creator>Mya</dc:creator>
			<guid isPermaLink="false">72028@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I can't say for sure why it's appearing if it's not under Appearance &#38;gt; Widgets. If you want to just hide you can add this to your custom.css or Quick CSS.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#best_sellers-2 {
display: none;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Mya
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "How do I take the Single product page title above the full width image slider"</title>
			<link>http://www.kriesi.at/support/topic/how-do-i-take-the-single-product-page-title-above-the-full-width-image-slider#post-71958</link>
			<pubDate>Mon, 20 Aug 2012 20:05:26 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">71958@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad you were able to get it all working :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>shhaival on "How do I take the Single product page title above the full width image slider"</title>
			<link>http://www.kriesi.at/support/topic/how-do-i-take-the-single-product-page-title-above-the-full-width-image-slider#post-71886</link>
			<pubDate>Mon, 20 Aug 2012 12:58:03 +0000</pubDate>
			<dc:creator>shhaival</dc:creator>
			<guid isPermaLink="false">71886@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Figured it out finally...thanks for all the help
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ShortieD on "Can&#039;t get rid of &#039;Most Popular&#039; widget in sidebar on product pages"</title>
			<link>http://www.kriesi.at/support/topic/cant-get-rid-of-most-popular-widget-in-sidebar-on-product-pages#post-71742</link>
			<pubDate>Sun, 19 Aug 2012 07:45:47 +0000</pubDate>
			<dc:creator>ShortieD</dc:creator>
			<guid isPermaLink="false">71742@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;no - the site is live - please try again
&#60;/p&#62;</description>
		</item>
		<item>
			<title>shhaival on "How do I take the Single product page title above the full width image slider"</title>
			<link>http://www.kriesi.at/support/topic/how-do-i-take-the-single-product-page-title-above-the-full-width-image-slider#post-71725</link>
			<pubDate>Sun, 19 Aug 2012 04:59:02 +0000</pubDate>
			<dc:creator>shhaival</dc:creator>
			<guid isPermaLink="false">71725@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Peter,&#60;/p&#62;
&#60;p&#62;The price is hidden but the margins for the post title is not affected by first code.&#60;/p&#62;
&#60;p&#62;regards&#60;/p&#62;
&#60;p&#62;Shhaival
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "How do I take the Single product page title above the full width image slider"</title>
			<link>http://www.kriesi.at/support/topic/how-do-i-take-the-single-product-page-title-above-the-full-width-image-slider#post-71649</link>
			<pubDate>Sat, 18 Aug 2012 07:45:25 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">71649@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; I adjusted the code above a bit. You can change the margin top/bottom of the title with following code - add it to css/custom.css:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.container.post-title.portfolio-single-post-title{
margin-top: 10px;
margin-bottom: 10px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You can hide the price with following code:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.single-product .price_container{
display: none;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Can&#039;t get rid of &#039;Most Popular&#039; widget in sidebar on product pages"</title>
			<link>http://www.kriesi.at/support/topic/cant-get-rid-of-most-popular-widget-in-sidebar-on-product-pages#post-71462</link>
			<pubDate>Thu, 16 Aug 2012 22:59:29 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">71462@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Your site is on maintenance mode. &#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ShortieD on "Can&#039;t get rid of &#039;Most Popular&#039; widget in sidebar on product pages"</title>
			<link>http://www.kriesi.at/support/topic/cant-get-rid-of-most-popular-widget-in-sidebar-on-product-pages#post-71461</link>
			<pubDate>Thu, 16 Aug 2012 22:51:24 +0000</pubDate>
			<dc:creator>ShortieD</dc:creator>
			<guid isPermaLink="false">71461@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi There - since I did the woocommerce plug in update the 'Most Popular' items appears on my single product pages automatically. I've gone and had a look at the widgets area and there is nothing in the sidebar so it must be generated from somewhere else. I don't want this widget here - can you please advise how to get rid of this&#60;/p&#62;
&#60;p&#62;url:&#60;br /&#62;
&#60;a href=&#34;http://statisbeverages.com.au/catalogue/hartz-sparkling-mineral-water/&#34; rel=&#34;nofollow&#34;&#62;http://statisbeverages.com.au/catalogue/hartz-sparkling-mineral-water/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>shhaival on "How do I take the Single product page title above the full width image slider"</title>
			<link>http://www.kriesi.at/support/topic/how-do-i-take-the-single-product-page-title-above-the-full-width-image-slider#post-71363</link>
			<pubDate>Thu, 16 Aug 2012 11:25:48 +0000</pubDate>
			<dc:creator>shhaival</dc:creator>
			<guid isPermaLink="false">71363@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Devin,&#60;/p&#62;
&#60;p&#62;Here is the site online temporarily. &#60;a href=&#34;http://modoline.com/ready/catalogue/real-estate-trifold-brochure-template/&#34; rel=&#34;nofollow&#34;&#62;http://modoline.com/ready/catalogue/real-estate-trifold-brochure-template/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "How do I take the Single product page title above the full width image slider"</title>
			<link>http://www.kriesi.at/support/topic/how-do-i-take-the-single-product-page-title-above-the-full-width-image-slider#post-71195</link>
			<pubDate>Wed, 15 Aug 2012 16:09:03 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">71195@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi shhaival,&#60;/p&#62;
&#60;p&#62;I'm not sure why the second price is getting output. But the header will need to be styled a bit to get it re-aligned. Can you put the site online temporary so that we can take a look at what is getting output now live?&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>shhaival on "How do I take the Single product page title above the full width image slider"</title>
			<link>http://www.kriesi.at/support/topic/how-do-i-take-the-single-product-page-title-above-the-full-width-image-slider#post-70739</link>
			<pubDate>Mon, 13 Aug 2012 08:12:56 +0000</pubDate>
			<dc:creator>shhaival</dc:creator>
			<guid isPermaLink="false">70739@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks Dude,&#60;br /&#62;
The title goes up but the alignment goes haywire. And the Price remains where it is. This is what it does to the page. As the site is being developed offline, the screen grab may be seen here. &#60;a href=&#34;http://www.mindcube.com/help/grab2.jpg&#34; rel=&#34;nofollow&#34;&#62;http://www.mindcube.com/help/grab2.jpg&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "How do I take the Single product page title above the full width image slider"</title>
			<link>http://www.kriesi.at/support/topic/how-do-i-take-the-single-product-page-title-above-the-full-width-image-slider#post-70647</link>
			<pubDate>Sun, 12 Aug 2012 05:02:51 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">70647@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Open up config-woocommerce/config.php and replace:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;if(empty($avia_config[&#38;#39;slide_output&#38;#39;]))
	{
		$slider = new avia_slideshow(get_the_ID());
		$slider -&#38;gt; setImageSize(&#38;#39;portfolio&#38;#39;);
		echo $slider-&#38;gt;display();
		echo $slider-&#38;gt;slideshow_thumbs();
	}
	else
	{
		avia_add_to_cart($post, $product );
		echo &#38;quot;&#38;lt;h1 class=&#38;#39;post-title portfolio-single-post-title&#38;#39;&#38;gt;&#38;quot;.get_the_title().&#38;quot;&#38;lt;/h1&#38;gt;&#38;quot;;
	}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;if(empty($avia_config[&#38;#39;slide_output&#38;#39;]))
	{
		$slider = new avia_slideshow(get_the_ID());
		$slider -&#38;gt; setImageSize(&#38;#39;portfolio&#38;#39;);
		echo $slider-&#38;gt;display();
		echo $slider-&#38;gt;slideshow_thumbs();
	}
	else
	{
		avia_add_to_cart($post, $product );
	}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Then open up header.php and replace:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;if(!empty($avia_config[&#38;#39;slide_output&#38;#39;])) echo &#38;quot;&#38;lt;div class=&#38;#39;container_wrap&#38;#39; id=&#38;#39;slideshow_big&#38;#39;&#38;gt;&#38;lt;div class=&#38;#39;container&#38;#39;&#38;gt;&#38;quot;.$avia_config[&#38;#39;slide_output&#38;#39;].&#38;quot;&#38;lt;/div&#38;gt;&#38;lt;/div&#38;gt;&#38;quot;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;if(!empty($avia_config[&#38;#39;slide_output&#38;#39;]) &#38;amp;&#38;amp; is_product() ) echo &#38;quot;&#38;lt;h1 class=&#38;#39;container post-title portfolio-single-post-title&#38;#39;&#38;gt;&#38;quot;.get_the_title().&#38;quot;&#38;lt;/h1&#38;gt;&#38;quot;;
			if(!empty($avia_config[&#38;#39;slide_output&#38;#39;])) echo &#38;quot;&#38;lt;div class=&#38;#39;container_wrap&#38;#39; id=&#38;#39;slideshow_big&#38;#39;&#38;gt;&#38;lt;div class=&#38;#39;container&#38;#39;&#38;gt;&#38;quot;.$avia_config[&#38;#39;slide_output&#38;#39;].&#38;quot;&#38;lt;/div&#38;gt;&#38;lt;/div&#38;gt;&#38;quot;;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>shhaival on "How do I take the Single product page title above the full width image slider"</title>
			<link>http://www.kriesi.at/support/topic/how-do-i-take-the-single-product-page-title-above-the-full-width-image-slider#post-69967</link>
			<pubDate>Wed, 08 Aug 2012 07:54:30 +0000</pubDate>
			<dc:creator>shhaival</dc:creator>
			<guid isPermaLink="false">69967@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;How do I take the Single product title on the Single product page&#60;br /&#62;
1. Above the full width image slider (right now as default it appears below the shopping cart as in the demo site)&#60;br /&#62;
2. Retain it where it is and also make it appear above the full width image slider.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Single Product Category Page Widget - Is there a limit?"</title>
			<link>http://www.kriesi.at/support/topic/single-product-category-page-widget-is-there-a-limit#post-66564</link>
			<pubDate>Thu, 19 Jul 2012 16:50:01 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">66564@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I had forgotten about that with the layered navigation. Glad Peter could help clear that up :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>RyanM6 on "Single Product Category Page Widget - Is there a limit?"</title>
			<link>http://www.kriesi.at/support/topic/single-product-category-page-widget-is-there-a-limit#post-66556</link>
			<pubDate>Thu, 19 Jul 2012 16:10:21 +0000</pubDate>
			<dc:creator>RyanM6</dc:creator>
			<guid isPermaLink="false">66556@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Ok, I can work with that information.  Thank you for the clarification/response.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Single Product Category Page Widget - Is there a limit?"</title>
			<link>http://www.kriesi.at/support/topic/single-product-category-page-widget-is-there-a-limit#post-66483</link>
			<pubDate>Thu, 19 Jul 2012 06:07:47 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">66483@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; Yes, the layered nav widget only works on product archive pages - see: &#60;a href=&#34;http://wcdocs.woothemes.com/user-guide/layered-navigation-widget/&#34; rel=&#34;nofollow&#34;&#62;http://wcdocs.woothemes.com/user-guide/layered-navigation-widget/&#60;/a&#62; &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "review, complementary information on single products pages"</title>
			<link>http://www.kriesi.at/support/topic/review-complementary-information-on-single-products-pages#post-66098</link>
			<pubDate>Tue, 17 Jul 2012 13:28:35 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">66098@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;Glad you fixed it. :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>boudoirs on "review, complementary information on single products pages"</title>
			<link>http://www.kriesi.at/support/topic/review-complementary-information-on-single-products-pages#post-66095</link>
			<pubDate>Tue, 17 Jul 2012 13:20:17 +0000</pubDate>
			<dc:creator>boudoirs</dc:creator>
			<guid isPermaLink="false">66095@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I think I got it guys, I both didn't ue it on the good way and had stuff not well set up.&#60;br /&#62;
many thanks for the tips.&#60;br /&#62;
Sophie
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Varations carousel on single page products"</title>
			<link>http://www.kriesi.at/support/topic/varations-carousel-on-single-page-products#post-66076</link>
			<pubDate>Tue, 17 Jul 2012 12:16:26 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">66076@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello.&#60;/p&#62;
&#60;p&#62;I think Devin's idea is to add a new product with the same name and description but with a different variation, if I am not mistaken. You would then insert images of the variations and link it manually to those product variation pages. That is a lot of work if you have a lot of products with different colors and stuff.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>boudoirs on "Varations carousel on single page products"</title>
			<link>http://www.kriesi.at/support/topic/varations-carousel-on-single-page-products#post-66070</link>
			<pubDate>Tue, 17 Jul 2012 11:54:21 +0000</pubDate>
			<dc:creator>boudoirs</dc:creator>
			<guid isPermaLink="false">66070@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Devin,&#60;/p&#62;
&#60;p&#62;I don't get excatly the tip but it sounds like it's what I want:&#60;br /&#62;
do you mean by adding featured pictures behind the main one but changing their name and including a link to the variation page?&#60;br /&#62;
so that they would appear above the 1st picture but would go straight to the other color?&#60;/p&#62;
&#60;p&#62;many thanks,&#60;br /&#62;
sophie
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
