<?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: show - Recent Posts</title>
		<link>http://www.kriesi.at/support/tags/show</link>
		<description>Support Forum - Tag: show - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Fri, 24 May 2013 21:19:08 +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/show" rel="self" type="application/rss+xml" />

		<item>
			<title>Devin on "Show blog post author"</title>
			<link>http://www.kriesi.at/support/topic/show-blog-post-author#post-104936</link>
			<pubDate>Tue, 09 Apr 2013 13:40:00 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">104936@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Nate,&#60;/p&#62;
&#60;p&#62;Make sure the changes have been made on your live server. The &#34;by authorname&#34; should appear at the bottom of the post along with the other meta data. &#60;/p&#62;
&#60;p&#62;I just tested it on my live install to be sure that the above code change works so I know it is correct.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>crosscollaboration on "Show blog post author"</title>
			<link>http://www.kriesi.at/support/topic/show-blog-post-author#post-104814</link>
			<pubDate>Mon, 08 Apr 2013 20:39:13 +0000</pubDate>
			<dc:creator>crosscollaboration</dc:creator>
			<guid isPermaLink="false">104814@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey Devin,&#60;br /&#62;
I think I did everything correctly and it is still not working.  Below is the section that was changed.  I included a little bit before and after so you can tell me if it is correct or not.  Also, our website is trial.crosscollaboration.org if you need to take a look at it.  Where should it place the blog post author's name?&#60;/p&#62;
&#60;p&#62;-------------------------------------------------------------------&#60;/p&#62;
&#60;p&#62;$cats = get_the_category();&#60;br /&#62;
						if(!empty($cats))&#60;br /&#62;
						{&#60;br /&#62;
							// __('posted in','avia_framework')&#60;br /&#62;
							echo '&#38;lt;span class=&#34;blog-categories minor-meta&#34;&#38;gt;'.__('in','avia_framework').&#34; &#34;;&#60;br /&#62;
							the_category(', ');&#60;br /&#62;
							echo ' &#38;lt;/span&#38;gt;';&#60;br /&#62;
							// echo '&#38;lt;span class=&#34;text-sep cat-sep&#34;&#38;gt;/&#38;lt;/span&#38;gt;';&#60;br /&#62;
						}&#60;/p&#62;
&#60;p&#62;						echo '&#38;lt;span class=&#34;blog-author minor-meta&#34;&#38;gt;'.__('by ','avia_framework');&#60;br /&#62;
						the_author_posts_link();&#60;br /&#62;
						echo '&#38;lt;/span&#38;gt;&#38;lt;span class=&#34;text-sep author-sep&#34;&#38;gt;/&#38;lt;/span&#38;gt;';&#60;br /&#62;
						/*&#60;br /&#62;
						echo '&#38;lt;span class=&#34;blog-permalink minor-meta&#34;&#38;gt;';&#60;br /&#62;
						echo &#34;&#60;a href='&#34;.get_permalink().&#34;'&#62;&#34;.__('#permalink','avia_framework').&#34;&#60;/a&#62;&#34;;&#60;br /&#62;
						echo '&#38;lt;/span&#38;gt;';&#60;br /&#62;
						*/&#60;/p&#62;
&#60;p&#62;						?&#38;gt;&#60;/p&#62;
&#60;p&#62;-------------------------------------------------------------------&#60;br /&#62;
Thanks, Nate
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Show blog post author"</title>
			<link>http://www.kriesi.at/support/topic/show-blog-post-author#post-104770</link>
			<pubDate>Mon, 08 Apr 2013 12:52:03 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">104770@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi crosscollaboration,&#60;/p&#62;
&#60;p&#62;In your theme files, open includes&#38;gt;loop-index.php and look for:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;/*
						echo &#38;#39;&#38;lt;span class=&#38;quot;blog-author minor-meta&#38;quot;&#38;gt;&#38;#39;.__(&#38;#39;by &#38;#39;,&#38;#39;avia_framework&#38;#39;);
						the_author_posts_link();
						echo &#38;#39;&#38;lt;/span&#38;gt;&#38;lt;span class=&#38;quot;text-sep author-sep&#38;quot;&#38;gt;/&#38;lt;/span&#38;gt;&#38;#39;;

						echo &#38;#39;&#38;lt;span class=&#38;quot;blog-permalink minor-meta&#38;quot;&#38;gt;&#38;#39;;
						echo &#38;quot;&#38;lt;a href=&#38;#39;&#38;quot;.get_permalink().&#38;quot;&#38;#39;&#38;gt;&#38;quot;.__(&#38;#39;#permalink&#38;#39;,&#38;#39;avia_framework&#38;#39;).&#38;quot;&#38;lt;/a&#38;gt;&#38;quot;;
						echo &#38;#39;&#38;lt;/span&#38;gt;&#38;#39;;
						*/&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Replace it with:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;echo &#38;#39;&#38;lt;span class=&#38;quot;blog-author minor-meta&#38;quot;&#38;gt;&#38;#39;.__(&#38;#39;by &#38;#39;,&#38;#39;avia_framework&#38;#39;);
						the_author_posts_link();
						echo &#38;#39;&#38;lt;/span&#38;gt;&#38;lt;span class=&#38;quot;text-sep author-sep&#38;quot;&#38;gt;/&#38;lt;/span&#38;gt;&#38;#39;;
						/*
						echo &#38;#39;&#38;lt;span class=&#38;quot;blog-permalink minor-meta&#38;quot;&#38;gt;&#38;#39;;
						echo &#38;quot;&#38;lt;a href=&#38;#39;&#38;quot;.get_permalink().&#38;quot;&#38;#39;&#38;gt;&#38;quot;.__(&#38;#39;#permalink&#38;#39;,&#38;#39;avia_framework&#38;#39;).&#38;quot;&#38;lt;/a&#38;gt;&#38;quot;;
						echo &#38;#39;&#38;lt;/span&#38;gt;&#38;#39;;
						*/&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>crosscollaboration on "Show blog post author"</title>
			<link>http://www.kriesi.at/support/topic/show-blog-post-author#post-104617</link>
			<pubDate>Sat, 06 Apr 2013 15:34:05 +0000</pubDate>
			<dc:creator>crosscollaboration</dc:creator>
			<guid isPermaLink="false">104617@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I am using the Incarnation theme.  It looks like the default setting for this theme is to NOT show the author of each blog post.  How do I make it so that each blog post has the author list somewhere at the top (under the date, etc).&#60;br /&#62;
Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "disable product thumb hover (select /show)"</title>
			<link>http://www.kriesi.at/support/topic/disable-product-thumb-hover-select-show#post-94014</link>
			<pubDate>Tue, 29 Jan 2013 23:27:17 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">94014@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey Dany,&#60;/p&#62;
&#60;p&#62;Take a look at this topic, it should guide you through making the change: &#60;a href=&#34;http://www.kriesi.at/support/topic/how-to-hide-add-to-card-and-show-details?replies=9#post-52057&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/how-to-hide-add-to-card-and-show-details?replies=9#post-52057&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dany_j on "disable product thumb hover (select /show)"</title>
			<link>http://www.kriesi.at/support/topic/disable-product-thumb-hover-select-show#post-93905</link>
			<pubDate>Tue, 29 Jan 2013 10:10:41 +0000</pubDate>
			<dc:creator>dany_j</dc:creator>
			<guid isPermaLink="false">93905@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
Is it posible to remove this hover option and have whole thumb as simple link. I have client who don't like this option. He wants that thumbs are just simple link to product page. Can someone help me please&#60;/p&#62;
&#60;p&#62;Best regards,&#60;br /&#62;
Dany
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Semi-Transparent Content Boxes (Without affecting text)"</title>
			<link>http://www.kriesi.at/support/topic/semi-transparent-content-boxes-without-affecting-text#post-67449</link>
			<pubDate>Tue, 24 Jul 2012 23:22:14 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">67449@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;Glad it works. :)&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Aspireworks227 on "Semi-Transparent Content Boxes (Without affecting text)"</title>
			<link>http://www.kriesi.at/support/topic/semi-transparent-content-boxes-without-affecting-text#post-67412</link>
			<pubDate>Tue, 24 Jul 2012 19:24:10 +0000</pubDate>
			<dc:creator>Aspireworks227</dc:creator>
			<guid isPermaLink="false">67412@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;What would I do without you? :) Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Semi-Transparent Content Boxes (Without affecting text)"</title>
			<link>http://www.kriesi.at/support/topic/semi-transparent-content-boxes-without-affecting-text#post-67024</link>
			<pubDate>Sun, 22 Jul 2012 22:59:51 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">67024@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;Maybe this will work.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.content .box {
background: rgba(255, 255, 255, .8);
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Aspireworks227 on "Semi-Transparent Content Boxes (Without affecting text)"</title>
			<link>http://www.kriesi.at/support/topic/semi-transparent-content-boxes-without-affecting-text#post-66956</link>
			<pubDate>Sun, 22 Jul 2012 08:24:39 +0000</pubDate>
			<dc:creator>Aspireworks227</dc:creator>
			<guid isPermaLink="false">66956@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;UPDATE:&#60;/p&#62;
&#60;p&#62;For what it is worth, I placed this code in the custom CSS:&#60;/p&#62;
&#60;p&#62;.portfolio-size-3.content .box, .container.three_columns .content .box {&#60;br /&#62;
width: 660px;&#60;br /&#62;
background: rgba(255, 255, 255, 0.8);&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;This successfully changed the transparency of the main shop page without affecting the products/text (Yay!!) and left the individual product pages unchanged (Also yay!!!), however, every other content box (Such as the About page) remains unchanged and fully opaque.&#60;br /&#62;
Not sure if that helps at all, but I figured I'd let you know!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Aspireworks227 on "Semi-Transparent Content Boxes (Without affecting text)"</title>
			<link>http://www.kriesi.at/support/topic/semi-transparent-content-boxes-without-affecting-text#post-66955</link>
			<pubDate>Sun, 22 Jul 2012 08:15:55 +0000</pubDate>
			<dc:creator>Aspireworks227</dc:creator>
			<guid isPermaLink="false">66955@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi there!&#60;/p&#62;
&#60;p&#62;My site is ShopCirca360.com, and you're all probably tired of seeing me around the forums by now, but I have another question! :)&#60;br /&#62;
I want to adjust the transparency of the content boxes on the website so that the background image shows through slightly.&#60;br /&#62;
I scoured the forums and found various snippets of code that kind of accomplished what I was looking for, but didn't quite do it. So here's where my specifics come in to play.&#60;/p&#62;
&#60;p&#62;I want to be able to fade all the content boxes to, say, 75% opacity without affecting the transparency of the text.&#60;br /&#62;
Also, and importantly, I want the product pages (viewing individual products) to remain unaffected.&#60;br /&#62;
Is this possible?&#60;/p&#62;
&#60;p&#62;Thanks in advance! Your support has been great!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "How to hide captions of accordion slider images as standard, show them by hover?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-hide-captions-of-accordion-slider-images-as-standard-show-them-by-hover#post-48463</link>
			<pubDate>Tue, 27 Mar 2012 06:20:31 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">48463@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Maybe I'm missing something but you just need to add following code to css/custom.css to hide the heading:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.aviacordion .heading_clone {
    display: none !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;If you hover over the image the heading + description will apear.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>colorit2 on "How to hide captions of accordion slider images as standard, show them by hover?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-hide-captions-of-accordion-slider-images-as-standard-show-them-by-hover#post-48134</link>
			<pubDate>Sat, 24 Mar 2012 20:30:57 +0000</pubDate>
			<dc:creator>colorit2</dc:creator>
			<guid isPermaLink="false">48134@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;that would be nice, thanks a lot in advance
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "How to hide captions of accordion slider images as standard, show them by hover?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-hide-captions-of-accordion-slider-images-as-standard-show-them-by-hover#post-47845</link>
			<pubDate>Thu, 22 Mar 2012 20:18:24 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">47845@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey colorit2,&#60;/p&#62;
&#60;p&#62;I'm not sure about that. I did a quick look through of the aviaacordian javascript file but my javascript isn't that great and I didn't see a quick way to change the behavior. I'll tag the post for another support member to take a look at it.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>colorit2 on "How to hide captions of accordion slider images as standard, show them by hover?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-hide-captions-of-accordion-slider-images-as-standard-show-them-by-hover#post-47834</link>
			<pubDate>Thu, 22 Mar 2012 19:37:30 +0000</pubDate>
			<dc:creator>colorit2</dc:creator>
			<guid isPermaLink="false">47834@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;thanks, that works so far, but I would like to &#60;em&#62;keep&#60;/em&#62; the bigger title, too - is there any change in code possible?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "How to hide captions of accordion slider images as standard, show them by hover?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-hide-captions-of-accordion-slider-images-as-standard-show-them-by-hover#post-47819</link>
			<pubDate>Thu, 22 Mar 2012 18:37:40 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">47819@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi colorit2,&#60;/p&#62;
&#60;p&#62;Just omit the &#34;Caption Title&#34; for your image and it will then display the caption when you hover over the image.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>colorit2 on "How to hide captions of accordion slider images as standard, show them by hover?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-hide-captions-of-accordion-slider-images-as-standard-show-them-by-hover#post-47774</link>
			<pubDate>Thu, 22 Mar 2012 15:36:58 +0000</pubDate>
			<dc:creator>colorit2</dc:creator>
			<guid isPermaLink="false">47774@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;at the moment, the captions' titles of my accordion slider image are shown all the time, but I would like the status, &#60;strong&#62;that the captions texts and its titles appear only, when you hover over the images&#60;/strong&#62; like at this great site here:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://revamp.metropolitandetail.com/&#34; rel=&#34;nofollow&#34;&#62;http://revamp.metropolitandetail.com/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;My settings at the moment are these:&#60;br /&#62;
&#60;a href=&#34;http://i40.tinypic.com/10r64oo.jpg&#34; rel=&#34;nofollow&#34;&#62;http://i40.tinypic.com/10r64oo.jpg&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Standard view at my site:&#60;br /&#62;
&#60;a href=&#34;http://i39.tinypic.com/254v7zq.jpg&#34; rel=&#34;nofollow&#34;&#62;http://i39.tinypic.com/254v7zq.jpg&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Hovering view at my site:&#60;br /&#62;
&#60;a href=&#34;http://i44.tinypic.com/wb5oxc.jpg&#34; rel=&#34;nofollow&#34;&#62;http://i44.tinypic.com/wb5oxc.jpg&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;How can I change the behaviour of these captions?&#60;/p&#62;
&#60;p&#62;Thanks a lot.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>adamsleatherworks on "How to show/hide product description?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-showhide-product-description#post-44274</link>
			<pubDate>Thu, 01 Mar 2012 19:29:29 +0000</pubDate>
			<dc:creator>adamsleatherworks</dc:creator>
			<guid isPermaLink="false">44274@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks Peter - I actually had all of them enabled already, but still can't see an option to enable the descriptions anywhere on the page.  I assumed it was a theme option that control how the product is displayed, but perhaps I need to swing by the woocommerce forum and see if they have any input.  I have another question for them anyway.  Thanks for the help, and please let me know if you have any other ideas.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "How to show/hide product description?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-showhide-product-description#post-44187</link>
			<pubDate>Thu, 01 Mar 2012 10:44:14 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">44187@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; Maybe you need to activate the option field? Go to a product editor page and click on &#34;Screen Options&#34; in the top right corner. Tick the checkbox next to the required option fields. &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>adamsleatherworks on "How to show/hide product description?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-showhide-product-description#post-44088</link>
			<pubDate>Wed, 29 Feb 2012 20:03:23 +0000</pubDate>
			<dc:creator>adamsleatherworks</dc:creator>
			<guid isPermaLink="false">44088@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks Chris - I appreciate the code.  I just noticed I didn't select the right &#34;topic&#34; option at the top, which hopefully explains why I never received an official response from the mods.  Still hoping someone can tell me where to reactivate the product description from the control panel since it was enabled at one point in time...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kleiner_Baer on "Hide comment box on some pages"</title>
			<link>http://www.kriesi.at/support/topic/hide-comment-box-on-some-pages#post-43837</link>
			<pubDate>Tue, 28 Feb 2012 13:26:04 +0000</pubDate>
			<dc:creator>Kleiner_Baer</dc:creator>
			<guid isPermaLink="false">43837@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;I read the post: &#60;a href=&#34;http://www.kriesi.at/support/topic/enable-comments-on-pages-in-upscale&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/enable-comments-on-pages-in-upscale&#60;/a&#62; because I want to have some comment box on some pages. But I do not want to have displayed Comments are close when I remove the check of allow comments. Is there a way to manage this?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Beard on "How to show/hide product description?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-showhide-product-description#post-43092</link>
			<pubDate>Thu, 23 Feb 2012 05:08:47 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">43092@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; I wasn't able to find it myself but adding this to your Quick CSS or custom.css works:&#60;br /&#62;
&#60;code&#62;#tab-description[style]{display:block !important;}&#60;/code&#62; &#60;/p&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Chris
&#60;/p&#62;</description>
		</item>
		<item>
			<title>adamsleatherworks on "How to show/hide product description?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-showhide-product-description#post-41162</link>
			<pubDate>Fri, 10 Feb 2012 20:00:55 +0000</pubDate>
			<dc:creator>adamsleatherworks</dc:creator>
			<guid isPermaLink="false">41162@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Somewhere along the line I stumbled across the option to hide a product's description in the tabbed &#34;Description / Reviews&#34; box.  Where is that option?  I'd like to turn it back on.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.adamsleatherworks.com/wp/products/avenger-holster/&#34; rel=&#34;nofollow&#34;&#62;http://www.adamsleatherworks.com/wp/products/avenger-holster/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>corizzo on "(HELP with : No product matches your selection )"</title>
			<link>http://www.kriesi.at/support/topic/help-with-no-product-matches-your-selection#post-38594</link>
			<pubDate>Tue, 24 Jan 2012 19:31:41 +0000</pubDate>
			<dc:creator>corizzo</dc:creator>
			<guid isPermaLink="false">38594@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;THANK YOU, ROLEXREPLICA. This was my issue as well.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "(HELP with : No product matches your selection )"</title>
			<link>http://www.kriesi.at/support/topic/help-with-no-product-matches-your-selection#post-31526</link>
			<pubDate>Wed, 09 Nov 2011 08:44:37 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">31526@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
glad you found the solution. However you're not alone - I'm also fighting with all the features WooCommerce offers :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>rolexreplica on "(HELP with : No product matches your selection )"</title>
			<link>http://www.kriesi.at/support/topic/help-with-no-product-matches-your-selection#post-31478</link>
			<pubDate>Wed, 09 Nov 2011 00:15:25 +0000</pubDate>
			<dc:creator>rolexreplica</dc:creator>
			<guid isPermaLink="false">31478@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Now work , is a problem of configuration of plugin ecommerce , my mistake I have check the laber in inventory (Hide out of stock items from the catalog) of course that I cannot see nothing !&#60;/p&#62;
&#60;p&#62;Sorry again for this post !
&#60;/p&#62;</description>
		</item>
		<item>
			<title>rolexreplica on "(HELP with : No product matches your selection )"</title>
			<link>http://www.kriesi.at/support/topic/help-with-no-product-matches-your-selection#post-31460</link>
			<pubDate>Tue, 08 Nov 2011 18:15:03 +0000</pubDate>
			<dc:creator>rolexreplica</dc:creator>
			<guid isPermaLink="false">31460@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;the page that need to show all of the products, cannot show nothing ! why ? I have setup page like the plugin ask me for show all products insert !&#60;br /&#62;
 see this for you understand : ( &#60;a href=&#34;http://www.nutariga-wanta.com/rolexreplica/negozio/&#34; rel=&#34;nofollow&#34;&#62;http://www.nutariga-wanta.com/rolexreplica/negozio/&#60;/a&#62; ) the string is in Italian but like this ( No product matches your selection.) &#60;/p&#62;
&#60;p&#62;I have setup the page of shop ( like : negozio ) i have already try to add 2 product , but cannot see one , have chose 3 colums and 12 itemes for show in the home shop, but nothing .&#60;br /&#62;
 Can help me please ?&#60;/p&#62;
&#60;p&#62;PS. also have setup in each single page product to show in the catalog and sherch ( options ) ....... this links of the two products I have already setup &#60;a href=&#34;http://www.nutariga-wanta.com/rolexreplica/product/replica-daytona/replica-daytona-acciaio-inox-quadrante-bianco/&#34; rel=&#34;nofollow&#34;&#62;http://www.nutariga-wanta.com/rolexreplica/product/replica-daytona/replica-daytona-acciaio-inox-quadrante-bianco/&#60;/a&#62;&#60;br /&#62;
 and second &#60;a href=&#34;http://www.nutariga-wanta.com/rolexreplica/product/replica-daytona/replica-daytona-acciaio-inox/&#34; rel=&#34;nofollow&#34;&#62;http://www.nutariga-wanta.com/rolexreplica/product/replica-daytona/replica-daytona-acciaio-inox/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks in advance !&#60;/p&#62;
&#60;p&#62;The theme is the best , never see like this, sometimes I have problem because I cannot do alone, and for this I need to ask Kriesi
&#60;/p&#62;</description>
		</item>
		<item>
			<title>rolexreplica on "(HELP with : No product matches your selection )"</title>
			<link>http://www.kriesi.at/support/topic/help-with-no-product-matches-your-selection#post-31456</link>
			<pubDate>Tue, 08 Nov 2011 17:49:25 +0000</pubDate>
			<dc:creator>rolexreplica</dc:creator>
			<guid isPermaLink="false">31456@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;the page that need to show all of the products, cannot show nothing ! why ? I have setup page like the plugin ask me for show all products insert !&#60;br /&#62;
 see this for you understand : ( &#60;a href=&#34;http://www.nutariga-wanta.com/rolexreplica/negozio/&#34; rel=&#34;nofollow&#34;&#62;http://www.nutariga-wanta.com/rolexreplica/negozio/&#60;/a&#62; ) the string is in Italian but like this ( No product matches your selection.) &#60;/p&#62;
&#60;p&#62;I have setup the page of shop ( like : negozio ) i have already try to add 2 product , but cannot see one , have chose 3 colums and 12 itemes for show in the home shop, but nothing .&#60;br /&#62;
 Can help me please ?&#60;/p&#62;
&#60;p&#62;PS. also have setup in each single page product to show in the catalog and sherch ( options ) ....... this links of the two products I have already setup &#60;a href=&#34;http://www.nutariga-wanta.com/rolexreplica/product/replica-daytona/replica-daytona-acciaio-inox-quadrante-bianco/&#34; rel=&#34;nofollow&#34;&#62;http://www.nutariga-wanta.com/rolexreplica/product/replica-daytona/replica-daytona-acciaio-inox-quadrante-bianco/&#60;/a&#62;&#60;br /&#62;
 and second &#60;a href=&#34;http://www.nutariga-wanta.com/rolexreplica/product/replica-daytona/replica-daytona-acciaio-inox/&#34; rel=&#34;nofollow&#34;&#62;http://www.nutariga-wanta.com/rolexreplica/product/replica-daytona/replica-daytona-acciaio-inox/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks in advance !&#60;/p&#62;
&#60;p&#62;The theme is the best , never see like this, sometimes I have problem because I cannot do alone, and for this I need to ask Kriesi
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
