<?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: Replace zooming option</title>
		<link>http://www.kriesi.at/support/topic/replace-zooming-option</link>
		<description>Support Forum - Topic: Replace zooming option</description>
		<language>en-US</language>
		<pubDate>Sun, 19 May 2013 05:49: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/replace-zooming-option" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "Replace zooming option"</title>
			<link>http://www.kriesi.at/support/topic/replace-zooming-option#post-12474</link>
			<pubDate>Mon, 07 Feb 2011 08:10:29 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">12474@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Ok it's related to the known problem with external link implementation in kriesi_build_image.php and/or kriesi_post_thumb.php - a quick post meta hack will break things so Kriesi needs to look into it...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Replace zooming option"</title>
			<link>http://www.kriesi.at/support/topic/replace-zooming-option#post-12463</link>
			<pubDate>Sun, 06 Feb 2011 20:56:40 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">12463@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Can you create me an admin account and send me the login details to: &#60;a href=&#34;mailto:kriesi2000-dude@yahoo.com&#34;&#62;kriesi2000-dude@yahoo.com&#60;/a&#62; - I'll have a look into it
&#60;/p&#62;</description>
		</item>
		<item>
			<title>something4ken on "Replace zooming option"</title>
			<link>http://www.kriesi.at/support/topic/replace-zooming-option#post-12447</link>
			<pubDate>Sun, 06 Feb 2011 15:17:18 +0000</pubDate>
			<dc:creator>something4ken</dc:creator>
			<guid isPermaLink="false">12447@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Yes I define the external post meta value and also set the 'single image link' to 'open external resource'. When I click on the single image in a single post, it stays there that means it sends me to the same single post.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Replace zooming option"</title>
			<link>http://www.kriesi.at/support/topic/replace-zooming-option#post-12266</link>
			<pubDate>Thu, 03 Feb 2011 08:44:07 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">12266@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Did you define the external post meta value?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>something4ken on "Replace zooming option"</title>
			<link>http://www.kriesi.at/support/topic/replace-zooming-option#post-12240</link>
			<pubDate>Wed, 02 Feb 2011 19:10:12 +0000</pubDate>
			<dc:creator>something4ken</dc:creator>
			<guid isPermaLink="false">12240@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I tried the solution above but the single image still didn't direct to the &#34;external&#34; URL. It's just redirecting to the post URL instead. Anything im doing wrong?  thanks for the help
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Danyno45 on "Replace zooming option"</title>
			<link>http://www.kriesi.at/support/topic/replace-zooming-option#post-2631</link>
			<pubDate>Wed, 11 Aug 2010 22:30:48 +0000</pubDate>
			<dc:creator>Danyno45</dc:creator>
			<guid isPermaLink="false">2631@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thank you james
&#60;/p&#62;</description>
		</item>
		<item>
			<title>James Morrison on "Replace zooming option"</title>
			<link>http://www.kriesi.at/support/topic/replace-zooming-option#post-2379</link>
			<pubDate>Mon, 09 Aug 2010 16:54:27 +0000</pubDate>
			<dc:creator>James Morrison</dc:creator>
			<guid isPermaLink="false">2379@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Ok, there are 2 effects which setup the &#34;zoom&#34; state, the 1st is a background image (the magnifying glass) and the 2nd is jQuery which changes the opacity of the image to 40% so you see white and the background image.&#60;/p&#62;
&#60;p&#62;To remove the effect, and since you want to change the link to the &#34;Define external link here&#34; URL, open up /js/custom.js and find this code:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;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;/p&#62;
&#60;p&#62;and comment it out so it looks like this:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;//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;/p&#62;
&#60;p&#62;To change the link on single posts, open up single.php and find this code:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$big_prev_image = kriesi_post_thumb($post-&#38;gt;ID, array(&#38;#39;size&#38;#39;=&#38;gt; array(&#38;#39;L&#38;#39;),
										 &#38;#39;wh&#38;#39; =&#38;gt; $k_option[&#38;#39;custom&#38;#39;][&#38;#39;imgSize&#38;#39;][&#38;#39;L&#38;#39;],
										 &#38;#39;display_link&#38;#39; =&#38;gt; $prev_image_link,
										&#38;#39;linkurl&#38;#39; =&#38;gt; array (&#38;#39;XL&#38;#39;,&#38;#39;_preview_big&#38;#39;)
										));&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and change it to:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$external = get_post_meta($post-&#38;gt;ID, &#38;quot;_external&#38;quot;, true);

$big_prev_image = kriesi_post_thumb($post-&#38;gt;ID, array(&#38;#39;size&#38;#39;=&#38;gt; array(&#38;#39;L&#38;#39;),
									 &#38;#39;wh&#38;#39; =&#38;gt; $k_option[&#38;#39;custom&#38;#39;][&#38;#39;imgSize&#38;#39;][&#38;#39;L&#38;#39;],
									 &#38;#39;display_link&#38;#39; =&#38;gt; $external,
									&#38;#39;linkurl&#38;#39; =&#38;gt; array (&#38;#39;XL&#38;#39;,&#38;#39;_preview_big&#38;#39;)
									));&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Note: you need to define a URL, even if it is to the post URL
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Danyno45 on "Replace zooming option"</title>
			<link>http://www.kriesi.at/support/topic/replace-zooming-option#post-2334</link>
			<pubDate>Mon, 09 Aug 2010 13:50:24 +0000</pubDate>
			<dc:creator>Danyno45</dc:creator>
			<guid isPermaLink="false">2334@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi James,&#60;/p&#62;
&#60;p&#62;Sorry about that, i refer to the hover state on single posts (white with a magnifying glass), i need to cancel the zooming i would like the pic to be static only or if its possible to link to the &#34;Define an external link here.&#34; option .&#60;br /&#62;
Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>James Morrison on "Replace zooming option"</title>
			<link>http://www.kriesi.at/support/topic/replace-zooming-option#post-2164</link>
			<pubDate>Sat, 07 Aug 2010 10:18:00 +0000</pubDate>
			<dc:creator>James Morrison</dc:creator>
			<guid isPermaLink="false">2164@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;I don't understand exactly what you're trying to achieve.&#60;/p&#62;
&#60;p&#62;When you say the &#34;zooming option&#34; are you referring to the hover state on single posts (white with a magnifying glass)?&#60;/p&#62;
&#60;p&#62;What do you want to replace it with?&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
James
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Danyno45 on "Replace zooming option"</title>
			<link>http://www.kriesi.at/support/topic/replace-zooming-option#post-2048</link>
			<pubDate>Thu, 05 Aug 2010 20:58:56 +0000</pubDate>
			<dc:creator>Danyno45</dc:creator>
			<guid isPermaLink="false">2048@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi there,&#60;br /&#62;
I need to replace the zooming option on a single post view to the link inserted in the expose &#34;Define an external link here.&#34;&#60;br /&#62;
Thank you in advance.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
