<?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: Turn off hover over image widget</title>
		<link>http://www.kriesi.at/support/topic/turn-off-hover-over-image-widget</link>
		<description>Support Forum - Topic: Turn off hover over image widget</description>
		<language>en-US</language>
		<pubDate>Sat, 25 May 2013 04:00:58 +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/turn-off-hover-over-image-widget" rel="self" type="application/rss+xml" />

		<item>
			<title>Devin on "Turn off hover over image widget"</title>
			<link>http://www.kriesi.at/support/topic/turn-off-hover-over-image-widget#post-95856</link>
			<pubDate>Fri, 08 Feb 2013 16:14:47 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">95856@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey Featherston,&#60;/p&#62;
&#60;p&#62;I don't see any hover effect when I view the page you linked to. I'm guessing it might have been a caching issue and you weren't seeing the css take effect. &#60;/p&#62;
&#60;p&#62;If you are still having the issue let us know :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Featherston on "Turn off hover over image widget"</title>
			<link>http://www.kriesi.at/support/topic/turn-off-hover-over-image-widget#post-95757</link>
			<pubDate>Thu, 07 Feb 2013 23:23:30 +0000</pubDate>
			<dc:creator>Featherston</dc:creator>
			<guid isPermaLink="false">95757@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Peter, have applied this code.&#60;br /&#62;
The image overlay effect still persists - as in the image goes black upon hover.&#60;br /&#62;
In some cases like preview images, this is useful as it shows the image will link and take the user to more information, though generally this is distracting as all images have this hover effect to enable the lightbox to come into action.&#60;br /&#62;
Any more ideas?&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.yogamoves.org.au/further/&#34; rel=&#34;nofollow&#34;&#62;http://www.yogamoves.org.au/further/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Turn off hover over image widget"</title>
			<link>http://www.kriesi.at/support/topic/turn-off-hover-over-image-widget#post-92784</link>
			<pubDate>Tue, 22 Jan 2013 08:17:51 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">92784@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; Sure - add following code to css/custom.css:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.csstransforms .widget .image_overlay_effect {
display: none !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;It will remove the the black overlay effect. &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Featherston on "Turn off hover over image widget"</title>
			<link>http://www.kriesi.at/support/topic/turn-off-hover-over-image-widget#post-92764</link>
			<pubDate>Tue, 22 Jan 2013 05:09:55 +0000</pubDate>
			<dc:creator>Featherston</dc:creator>
			<guid isPermaLink="false">92764@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks, it removes the magnifying glass symbol, though the rollover to black and pop-up to a light box is still enabled. Is there a way that this can be removed so the widget images specifically are disabled from rollover to black?&#60;/p&#62;
&#60;p&#62;Regards, Luke
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Turn off hover over image widget"</title>
			<link>http://www.kriesi.at/support/topic/turn-off-hover-over-image-widget#post-92744</link>
			<pubDate>Tue, 22 Jan 2013 03:50:05 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">92744@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Featherston,&#60;/p&#62;
&#60;p&#62;Try to add this code in your Quick CSS (located inside Choices &#38;gt; Theme Options &#38;gt; Styling) or custom.css (located inside wp-content/themes/choices/css):&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.lightbox_image .image_overlay_effect_inside {
   background: none;
}

.widget {
   padding: 10px 0;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;or, if it doesn't work, try this one instead:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.lightbox_image .image_overlay_effect_inside {
   background: none !important;
}

.widget {
   padding: 10px 0 !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Just adjust 10px, to any value (the default value is 30px, the 1st value &#60;strong&#62;10px&#60;/strong&#62; is the padding for top and bottom, while the 2nd value &#60;strong&#62;0&#60;/strong&#62; is for the left and right padding ). Hope this helps. :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Featherston on "Turn off hover over image widget"</title>
			<link>http://www.kriesi.at/support/topic/turn-off-hover-over-image-widget#post-92737</link>
			<pubDate>Tue, 22 Jan 2013 01:43:34 +0000</pubDate>
			<dc:creator>Featherston</dc:creator>
			<guid isPermaLink="false">92737@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi.&#60;br /&#62;
Can I disable the magnifying glass rollover that appears when I place mouse over an image widget?&#60;br /&#62;
Also, can i close up the space above and below the widgets?&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://conniebenncentre.org.au/about-us/&#34; rel=&#34;nofollow&#34;&#62;http://conniebenncentre.org.au/about-us/&#60;/a&#62;&#60;br /&#62;
See right hand panel.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
