<?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: There is a dot beside each product and how to disable the product pic zoon</title>
		<link>http://www.kriesi.at/support/topic/there-is-a-dot-beside-each-product-and-how-to-disable-the-product-pic-zoon</link>
		<description>Support Forum - Topic: There is a dot beside each product and how to disable the product pic zoon</description>
		<language>en-US</language>
		<pubDate>Wed, 22 May 2013 04:54:04 +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/there-is-a-dot-beside-each-product-and-how-to-disable-the-product-pic-zoon" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "There is a dot beside each product and how to disable the product pic zoon"</title>
			<link>http://www.kriesi.at/support/topic/there-is-a-dot-beside-each-product-and-how-to-disable-the-product-pic-zoon#post-81292</link>
			<pubDate>Sun, 28 Oct 2012 06:37:53 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">81292@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Open up flashlight/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 .slideshow 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 image.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>graphicphotography on "There is a dot beside each product and how to disable the product pic zoon"</title>
			<link>http://www.kriesi.at/support/topic/there-is-a-dot-beside-each-product-and-how-to-disable-the-product-pic-zoon#post-81098</link>
			<pubDate>Thu, 25 Oct 2012 22:24:37 +0000</pubDate>
			<dc:creator>graphicphotography</dc:creator>
			<guid isPermaLink="false">81098@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;&#60;a href=&#34;http://tietheknotstore.com/tie/shop/verse-9-bradford-18-necktie-wpocketsquare/&#34; rel=&#34;nofollow&#34;&#62;http://tietheknotstore.com/tie/shop/verse-9-bradford-18-necktie-wpocketsquare/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;That did not work for the product page. It is now opening the image in a new window. I don't want the image to be clickable at all.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "There is a dot beside each product and how to disable the product pic zoon"</title>
			<link>http://www.kriesi.at/support/topic/there-is-a-dot-beside-each-product-and-how-to-disable-the-product-pic-zoon#post-80407</link>
			<pubDate>Fri, 19 Oct 2012 23:37:17 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">80407@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;To deactivate lightbox, go to js &#38;gt; avia.js and find this code&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;//activates the prettyphoto lightbox
	if(jQuery.fn.avia_activate_lightbox)
	jQuery(&#38;#39;body&#38;#39;).avia_activate_lightbox();&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Replace it with&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;//activates the prettyphoto lightbox
	//if(jQuery.fn.avia_activate_lightbox)
	//jQuery(&#38;#39;body&#38;#39;).avia_activate_lightbox();&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>graphicphotography on "There is a dot beside each product and how to disable the product pic zoon"</title>
			<link>http://www.kriesi.at/support/topic/there-is-a-dot-beside-each-product-and-how-to-disable-the-product-pic-zoon#post-80394</link>
			<pubDate>Fri, 19 Oct 2012 20:26:11 +0000</pubDate>
			<dc:creator>graphicphotography</dc:creator>
			<guid isPermaLink="false">80394@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;The second code did not work. But the first worked perfectly
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "There is a dot beside each product and how to disable the product pic zoon"</title>
			<link>http://www.kriesi.at/support/topic/there-is-a-dot-beside-each-product-and-how-to-disable-the-product-pic-zoon#post-80316</link>
			<pubDate>Fri, 19 Oct 2012 06:54:26 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">80316@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;1) Add following code to css/custom.css or the quick css field:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;div .products .product {
    list-style: none outside none;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;2) You can hide the buttons/hover effect with following css code - add it to css/custom.css or the quick css field:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#top .thumbnail_container_inner .add_to_cart_button, #top .thumbnail_container_inner .show_details_button{
display: none !important;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>graphicphotography on "There is a dot beside each product and how to disable the product pic zoon"</title>
			<link>http://www.kriesi.at/support/topic/there-is-a-dot-beside-each-product-and-how-to-disable-the-product-pic-zoon#post-80263</link>
			<pubDate>Thu, 18 Oct 2012 15:30:13 +0000</pubDate>
			<dc:creator>graphicphotography</dc:creator>
			<guid isPermaLink="false">80263@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;&#60;a href=&#34;http://tietheknotstore.com/tie/neck-ties/&#34; rel=&#34;nofollow&#34;&#62;http://tietheknotstore.com/tie/neck-ties/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;You will see the dot beside each product and also I want to take away the zoom in function once you get into the product.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "There is a dot beside each product and how to disable the product pic zoon"</title>
			<link>http://www.kriesi.at/support/topic/there-is-a-dot-beside-each-product-and-how-to-disable-the-product-pic-zoon#post-80211</link>
			<pubDate>Thu, 18 Oct 2012 10:39:31 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">80211@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; Can you post a link to your product category page please? &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>graphicphotography on "There is a dot beside each product and how to disable the product pic zoon"</title>
			<link>http://www.kriesi.at/support/topic/there-is-a-dot-beside-each-product-and-how-to-disable-the-product-pic-zoon#post-80125</link>
			<pubDate>Wed, 17 Oct 2012 19:16:01 +0000</pubDate>
			<dc:creator>graphicphotography</dc:creator>
			<guid isPermaLink="false">80125@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I need to get rid of the dot beside each product header on the category page.&#60;/p&#62;
&#60;p&#62;Also I want to disable the ability to zoom in on each product page.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
