<?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: How do I remove the Image magnifying on featured images?</title>
		<link>http://www.kriesi.at/support/topic/how-do-i-remove-the-image-magnifying-on-featured-images</link>
		<description>Support Forum - Topic: How do I remove the Image magnifying on featured images?</description>
		<language>en-US</language>
		<pubDate>Wed, 19 Jun 2013 15:30:51 +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/how-do-i-remove-the-image-magnifying-on-featured-images" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "How do I remove the Image magnifying on featured images?"</title>
			<link>http://www.kriesi.at/support/topic/how-do-i-remove-the-image-magnifying-on-featured-images#post-19816</link>
			<pubDate>Wed, 25 May 2011 06:08:20 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">19816@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
remove following code from custom.js:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;// activates the lightbox page
	my_lightbox(&#38;quot;a[rel^=&#38;#39;prettyPhoto&#38;#39;], a[rel^=&#38;#39;lightbox&#38;#39;]&#38;quot;,true);&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>oceano1 on "How do I remove the Image magnifying on featured images?"</title>
			<link>http://www.kriesi.at/support/topic/how-do-i-remove-the-image-magnifying-on-featured-images#post-19695</link>
			<pubDate>Mon, 23 May 2011 23:17:00 +0000</pubDate>
			<dc:creator>oceano1</dc:creator>
			<guid isPermaLink="false">19695@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;OK, thanks for your efforts. Tell me then how to remove for both images + videos. I will put the videos in pages or posts rather than having them launch when clicking on the image.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "How do I remove the Image magnifying on featured images?"</title>
			<link>http://www.kriesi.at/support/topic/how-do-i-remove-the-image-magnifying-on-featured-images#post-19220</link>
			<pubDate>Mon, 16 May 2011 05:27:52 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">19220@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I played around a bit but couldn't find a quick solution to remove the lightbox effect for images only. You can remove the mouseover magnifier effect or remove the lightbox effect for images + videos but removing the effect for images only can be tricky...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>oceano1 on "How do I remove the Image magnifying on featured images?"</title>
			<link>http://www.kriesi.at/support/topic/how-do-i-remove-the-image-magnifying-on-featured-images#post-19207</link>
			<pubDate>Mon, 16 May 2011 03:11:35 +0000</pubDate>
			<dc:creator>oceano1</dc:creator>
			<guid isPermaLink="false">19207@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Still doesn't fix it. The magnifying glass is removed prior to clicking on the image but the function of opening the image when clicking is still there.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "How do I remove the Image magnifying on featured images?"</title>
			<link>http://www.kriesi.at/support/topic/how-do-i-remove-the-image-magnifying-on-featured-images#post-19162</link>
			<pubDate>Sun, 15 May 2011 11:12:27 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">19162@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Try following. In custom.js replace:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;if(jQuery(this).attr(&#38;#39;href&#38;#39;).match(/(jpg&#124;gif&#124;jpeg&#124;png&#124;tif)/)) $newclass = &#38;#39;lightbox_image&#38;#39;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;if(jQuery(this).attr(&#38;#39;href&#38;#39;).match(/(jpg&#124;gif&#124;jpeg&#124;png&#124;tif)/)) $newclass = &#38;#39;&#38;#39;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;var $bg = jQuery(&#38;quot;&#38;lt;span class=&#38;#39;&#38;quot;+$newclass+&#38;quot; &#38;#39;&#38;gt;&#38;lt;/span&#38;gt;&#38;quot;).appendTo(jQuery(this));&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;if ($newclass != &#38;#39;&#38;#39;){
var $bg = jQuery(&#38;quot;&#38;lt;span class=&#38;#39;&#38;quot;+$newclass+&#38;quot; &#38;#39;&#38;gt;&#38;lt;/span&#38;gt;&#38;quot;).appendTo(jQuery(this));
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>oceano1 on "How do I remove the Image magnifying on featured images?"</title>
			<link>http://www.kriesi.at/support/topic/how-do-i-remove-the-image-magnifying-on-featured-images#post-19044</link>
			<pubDate>Fri, 13 May 2011 13:02:56 +0000</pubDate>
			<dc:creator>oceano1</dc:creator>
			<guid isPermaLink="false">19044@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;the website is ctaim.com
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "How do I remove the Image magnifying on featured images?"</title>
			<link>http://www.kriesi.at/support/topic/how-do-i-remove-the-image-magnifying-on-featured-images#post-19004</link>
			<pubDate>Fri, 13 May 2011 05:19:48 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">19004@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Can you post a link to your website please?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>oceano1 on "How do I remove the Image magnifying on featured images?"</title>
			<link>http://www.kriesi.at/support/topic/how-do-i-remove-the-image-magnifying-on-featured-images#post-18877</link>
			<pubDate>Wed, 11 May 2011 15:37:12 +0000</pubDate>
			<dc:creator>oceano1</dc:creator>
			<guid isPermaLink="false">18877@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I did this and it makes no difference?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "How do I remove the Image magnifying on featured images?"</title>
			<link>http://www.kriesi.at/support/topic/how-do-i-remove-the-image-magnifying-on-featured-images#post-18831</link>
			<pubDate>Wed, 11 May 2011 05:17:27 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">18831@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Custom.js is located in the folder &#34;js&#34; in the cleancut theme directory. You need a ftp software like filezilla or web ftp access to download/upload the file and a text editor to modify it.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>oceano1 on "How do I remove the Image magnifying on featured images?"</title>
			<link>http://www.kriesi.at/support/topic/how-do-i-remove-the-image-magnifying-on-featured-images#post-18815</link>
			<pubDate>Wed, 11 May 2011 02:05:29 +0000</pubDate>
			<dc:creator>oceano1</dc:creator>
			<guid isPermaLink="false">18815@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Where is the custom.js file? Can't seem to find it.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "How do I remove the Image magnifying on featured images?"</title>
			<link>http://www.kriesi.at/support/topic/how-do-i-remove-the-image-magnifying-on-featured-images#post-18776</link>
			<pubDate>Tue, 10 May 2011 06:02:30 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">18776@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
in custom.js replace following code line:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;jQuery(&#38;#39;a[href$=jpg], a[href$=png], a[href$=gif], a[href$=jpeg], a[href$=&#38;quot;.mov&#38;quot;] , a[href$=&#38;quot;.swf&#38;quot;] , a[href*=&#38;quot;vimeo.com&#38;quot;] , a[href*=&#38;quot;youtube.com&#38;quot;]&#38;#39;).contents(&#38;quot;img&#38;quot;).parent().each(function()&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;jQuery(&#38;#39;a[href$=&#38;quot;.mov&#38;quot;] , a[href$=&#38;quot;.swf&#38;quot;] , a[href*=&#38;quot;vimeo.com&#38;quot;] , a[href*=&#38;quot;youtube.com&#38;quot;]&#38;#39;).contents(&#38;quot;img&#38;quot;).parent().each(function()&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>oceano1 on "How do I remove the Image magnifying on featured images?"</title>
			<link>http://www.kriesi.at/support/topic/how-do-i-remove-the-image-magnifying-on-featured-images#post-18762</link>
			<pubDate>Mon, 09 May 2011 22:50:13 +0000</pubDate>
			<dc:creator>oceano1</dc:creator>
			<guid isPermaLink="false">18762@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I want to remove the image magnifying on the featured images on pages, posts, and  portfolio.&#60;br /&#62;
The launch video function on the portfolio i want to keep, but the magnifying glass i don't need.&#60;br /&#62;
How do I do this?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
