<?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: Prices / Hover Options</title>
		<link>http://www.kriesi.at/support/topic/prices-hover-options</link>
		<description>Support Forum - Topic: Prices / Hover Options</description>
		<language>en-US</language>
		<pubDate>Wed, 22 May 2013 03:39:36 +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/prices-hover-options" rel="self" type="application/rss+xml" />

		<item>
			<title>Devin on "Prices / Hover Options"</title>
			<link>http://www.kriesi.at/support/topic/prices-hover-options#post-98215</link>
			<pubDate>Sun, 24 Feb 2013 01:59:09 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">98215@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad we could help :)&#60;/p&#62;
&#60;p&#62;Let us know if you have any other questions or issues.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>reputeclothing on "Prices / Hover Options"</title>
			<link>http://www.kriesi.at/support/topic/prices-hover-options#post-98210</link>
			<pubDate>Sun, 24 Feb 2013 01:24:09 +0000</pubDate>
			<dc:creator>reputeclothing</dc:creator>
			<guid isPermaLink="false">98210@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Prices / Hover Options"</title>
			<link>http://www.kriesi.at/support/topic/prices-hover-options#post-98056</link>
			<pubDate>Fri, 22 Feb 2013 14:54:15 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">98056@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top ul.products .thumbnail_container_inner .button {
display: none;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;That will force all button classes to not show inside the thumbnail containers.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>reputeclothing on "Prices / Hover Options"</title>
			<link>http://www.kriesi.at/support/topic/prices-hover-options#post-98053</link>
			<pubDate>Fri, 22 Feb 2013 14:45:35 +0000</pubDate>
			<dc:creator>reputeclothing</dc:creator>
			<guid isPermaLink="false">98053@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;That got rid of the &#34;from&#34; thanks!&#60;/p&#62;
&#60;p&#62;But there's still the &#34;show details&#34; button when I hover over the products? And the one products has a &#34;read more&#34; button too now? Is it possible to get rid of those too?&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Prices / Hover Options"</title>
			<link>http://www.kriesi.at/support/topic/prices-hover-options#post-98034</link>
			<pubDate>Fri, 22 Feb 2013 13:43:17 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">98034@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Will,&#60;/p&#62;
&#60;p&#62;Open up woocomerce-config&#38;gt;config.php and search for:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;echo get_the_post_thumbnail( get_the_ID(), &#38;#39;shop_catalog&#38;#39; );
	echo $link;
	echo &#38;quot;&#38;lt;a class=&#38;#39;button show_details_button $extraClass&#38;#39; href=&#38;#39;&#38;quot;.get_permalink($post-&#38;gt;ID).&#38;quot;&#38;#39;&#38;gt;&#38;quot;.__(&#38;#39;Show Details&#38;#39;,&#38;#39;avia_framework&#38;#39;).&#38;quot;&#38;lt;/a&#38;gt;&#38;quot;;
	if(!empty($rating)) echo &#38;quot;&#38;lt;span class=&#38;#39;rating_container&#38;#39;&#38;gt;&#38;quot;.$rating.&#38;quot;&#38;lt;/span&#38;gt;&#38;quot;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Then replace it with:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;echo &#38;quot;&#38;lt;a href=&#38;#39;&#38;quot;.get_permalink($post-&#38;gt;ID).&#38;quot;&#38;#39;&#38;gt;&#38;quot;.get_the_post_thumbnail( get_the_ID(), &#38;#39;shop_catalog&#38;#39; ).&#38;quot;&#38;lt;/a&#38;gt;&#38;quot;;
#echo get_the_post_thumbnail( get_the_ID(), &#38;#39;shop_catalog&#38;#39; );
echo $link;
#echo &#38;quot;&#38;lt;a class=&#38;#39;button show_details_button $extraClass&#38;#39; href=&#38;#39;&#38;quot;.get_permalink($post-&#38;gt;ID).&#38;quot;&#38;#39;&#38;gt;&#38;quot;.__(&#38;#39;Show Details&#38;#39;,&#38;#39;avia_framework&#38;#39;).&#38;quot;&#38;lt;/a&#38;gt;&#38;quot;;
#if(!empty($rating)) echo &#38;quot;&#38;lt;span class=&#38;#39;rating_container&#38;#39;&#38;gt;&#38;quot;.$rating.&#38;quot;&#38;lt;/span&#38;gt;&#38;quot;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Add this to your Quick CSS to hide the leftover button and from text:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top div .thumbnail_container .add_to_cart_button{
display: none;
}
#top .price .from {
display: none;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>reputeclothing on "Prices / Hover Options"</title>
			<link>http://www.kriesi.at/support/topic/prices-hover-options#post-97951</link>
			<pubDate>Fri, 22 Feb 2013 00:21:12 +0000</pubDate>
			<dc:creator>reputeclothing</dc:creator>
			<guid isPermaLink="false">97951@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Sorry, without the &#34;from&#34; part before either prices, not with it.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>reputeclothing on "Prices / Hover Options"</title>
			<link>http://www.kriesi.at/support/topic/prices-hover-options#post-97950</link>
			<pubDate>Fri, 22 Feb 2013 00:19:45 +0000</pubDate>
			<dc:creator>reputeclothing</dc:creator>
			<guid isPermaLink="false">97950@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Nick,&#60;/p&#62;
&#60;p&#62;The variations are the sizes of the clothing, and I want the customer to be able to select which size when on the product page. I just mean when on the store menu I don't want the &#34;select options&#34; or &#34;show details&#34; buttons to appear when you hover over a product, so that people can just click on the picture and be taken to the product page?&#60;/p&#62;
&#60;p&#62;As for the prices I wanted it to show the original price with a line through, like it already does, and then the sale price but with the &#34;from&#34; before either prices if that's possible? &#60;/p&#62;
&#60;p&#62;Sorry to be so picky.&#60;/p&#62;
&#60;p&#62;The site is reputeclothing.co.uk&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Prices / Hover Options"</title>
			<link>http://www.kriesi.at/support/topic/prices-hover-options#post-97913</link>
			<pubDate>Thu, 21 Feb 2013 19:00:28 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">97913@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;So you want to have products with variations (red shirt, blue shirt, yellow shirt) but you don't want to have a select box to allow user to pick which shirt they want? (please show url on your site where this is occurring)&#60;/p&#62;
&#60;p&#62;I think the 'From: £15 £10' is saying that original price was 15, but now on sale for 10. Do you want to show for your on-sale items, the original price?&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>reputeclothing on "Prices / Hover Options"</title>
			<link>http://www.kriesi.at/support/topic/prices-hover-options#post-97812</link>
			<pubDate>Thu, 21 Feb 2013 13:11:48 +0000</pubDate>
			<dc:creator>reputeclothing</dc:creator>
			<guid isPermaLink="false">97812@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I have some products on sale that have variable options, how do I get it so it just says the price e.g. &#34;£10&#34; instead of saying &#34;From £10&#34;? &#60;/p&#62;
&#60;p&#62;Also, when you hover over a product it comes up with 2 boxes saying &#34;select options&#34; and &#34;show details&#34; how do I get rid of that? &#60;/p&#62;
&#60;p&#62;Thanks&#60;br /&#62;
Will
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
