<?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: Product mouse over</title>
		<link>http://www.kriesi.at/support/topic/product-mouse-over</link>
		<description>Support Forum - Topic: Product mouse over</description>
		<language>en-US</language>
		<pubDate>Wed, 19 Jun 2013 03:20:20 +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/product-mouse-over" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "Product mouse over"</title>
			<link>http://www.kriesi.at/support/topic/product-mouse-over#post-90023</link>
			<pubDate>Fri, 04 Jan 2013 07:41:41 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">90023@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Re 2) Thanks I'll ask Kriesi to include it with the next theme update.&#60;/p&#62;
&#60;p&#62;1) In this case open up  replete/js/avia.js and replace following line at the very top:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;jQuery(document).ready(function(){&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;jQuery(document).ready(function(){
jQuery(&#38;#39;.single-product .images a&#38;#39;).find(&#38;#39;img&#38;#39;).unwrap();&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;This will remove the link from the slideshow images.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dnamedical on "Product mouse over"</title>
			<link>http://www.kriesi.at/support/topic/product-mouse-over#post-89920</link>
			<pubDate>Thu, 03 Jan 2013 21:46:19 +0000</pubDate>
			<dc:creator>dnamedical</dc:creator>
			<guid isPermaLink="false">89920@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks Devin, &#60;/p&#62;
&#60;p&#62;That worked out just fine, i´ve put the code in Quick CSS. If i place it in custom.css, i will still not get overwritten on themeupdates ?&#60;/p&#62;
&#60;p&#62;Looking forward to hearing around #3&#60;/p&#62;
&#60;p&#62;-Jesper
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Product mouse over"</title>
			<link>http://www.kriesi.at/support/topic/product-mouse-over#post-89831</link>
			<pubDate>Thu, 03 Jan 2013 16:18:17 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">89831@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Jesper,&#60;/p&#62;
&#60;p&#62;For #3 you can 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 div ul.product_list_widget li img {
width: 60px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;For the others Dude is still tagged on the topic.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dnamedical on "Product mouse over"</title>
			<link>http://www.kriesi.at/support/topic/product-mouse-over#post-89775</link>
			<pubDate>Thu, 03 Jan 2013 10:13:08 +0000</pubDate>
			<dc:creator>dnamedical</dc:creator>
			<guid isPermaLink="false">89775@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi&#60;/p&#62;
&#60;p&#62;1) The code is added through Quick CSS. Please rewiew. I´m looking to just show a picture with no effect at all (its still showing as a link), sorry for not being clear enough. Can you provide another code for that ?&#60;/p&#62;
&#60;p&#62;2) &#60;a href=&#34;http://www.mediafire.com/?w1x1ckcp31s4q4d&#34; rel=&#34;nofollow&#34;&#62;http://www.mediafire.com/?w1x1ckcp31s4q4d&#60;/a&#62; (Danish translation files) &#60;/p&#62;
&#60;p&#62;3) &#60;a href=&#34;http://77.66.30.237/~dnamedic/?page_id=289&#34; rel=&#34;nofollow&#34;&#62;http://77.66.30.237/~dnamedic/?page_id=289&#60;/a&#62;, the products in sidebar is pulled in through a woo widget, not columns. Can you provide a solution that makes them bigger ?&#60;/p&#62;
&#60;p&#62;Thank you for all your help&#60;/p&#62;
&#60;p&#62;-Jesper
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Product mouse over"</title>
			<link>http://www.kriesi.at/support/topic/product-mouse-over#post-89763</link>
			<pubDate>Thu, 03 Jan 2013 08:26:17 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">89763@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
1) Add following css code to the quick css field to remove the mouse over effect (magnifying glass icon, etc.):&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.single-product .lightbox_image .image_overlay_effect_inside, .single-product .image_overlay_effect {
display: none !important;
background: transparent !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;2) Please upload your translation - i.e. use: &#60;a href=&#34;http://mediafire.com/&#34; rel=&#34;nofollow&#34;&#62;http://mediafire.com/&#60;/a&#62; - and post a link. I'll ask Kriesi to include it in the next update.&#60;/p&#62;
&#60;p&#62;3) The thumbnail size depends on the number of columns. If you decrease the number of items (i.e. use 4 instead of 5) the thumbnails will be bigger.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dnamedical on "Product mouse over"</title>
			<link>http://www.kriesi.at/support/topic/product-mouse-over#post-89684</link>
			<pubDate>Wed, 02 Jan 2013 21:45:32 +0000</pubDate>
			<dc:creator>dnamedical</dc:creator>
			<guid isPermaLink="false">89684@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Do you need further explanation on the issue ?&#60;/p&#62;
&#60;p&#62;Just let me know.&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dnamedical on "Product mouse over"</title>
			<link>http://www.kriesi.at/support/topic/product-mouse-over#post-89551</link>
			<pubDate>Wed, 02 Jan 2013 13:37:41 +0000</pubDate>
			<dc:creator>dnamedical</dc:creator>
			<guid isPermaLink="false">89551@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;&#60;a href=&#34;http://77.66.30.237/~dnamedic/?product=product-1&#34; rel=&#34;nofollow&#34;&#62;http://77.66.30.237/~dnamedic/?product=product-1&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I´m used to propulsion theme, where there was a setting in backend to disable the &#34;mouse over product picture&#34;. How can i disable that in replete ? (i´m not using a child theme) &#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://77.66.30.237/~dnamedic/?page_id=929&#34; rel=&#34;nofollow&#34;&#62;http://77.66.30.237/~dnamedic/?page_id=929&#60;/a&#62;&#60;br /&#62;
How to make the product thumbnails in sidebar larger i.e. 45x30 px ?&#60;/p&#62;
&#60;p&#62;if it can be done through Quick CSS if would be good, so changes stay when theme version is upgraded&#60;/p&#62;
&#60;p&#62;If believe i have done a proper Danish translation of theme langue files, can i sent them somewhere, so others can use them ?&#60;/p&#62;
&#60;p&#62;Thank you.&#60;/p&#62;
&#60;p&#62;-Jesper
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
