<?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: Opening &#039;bigpicture&#039; in &#34;_blank&#34; using custom field</title>
		<link>http://www.kriesi.at/support/topic/opening-bigpicture-in-_blank-using-custom-field</link>
		<description>Support Forum - Topic: Opening &#039;bigpicture&#039; in &quot;_blank&quot; using custom field</description>
		<language>en-US</language>
		<pubDate>Thu, 20 Jun 2013 06:48:47 +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/opening-bigpicture-in-_blank-using-custom-field" rel="self" type="application/rss+xml" />

		<item>
			<title>Shawn on "Opening &#039;bigpicture&#039; in &#34;_blank&#34; using custom field"</title>
			<link>http://www.kriesi.at/support/topic/opening-bigpicture-in-_blank-using-custom-field#post-72903</link>
			<pubDate>Sun, 26 Aug 2012 03:13:01 +0000</pubDate>
			<dc:creator>Shawn</dc:creator>
			<guid isPermaLink="false">72903@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi, it's working now because Instead of showing the preview image i just directly called to echo the custom field assigned to the small preview image and linked it manually.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Opening &#039;bigpicture&#039; in &#34;_blank&#34; using custom field"</title>
			<link>http://www.kriesi.at/support/topic/opening-bigpicture-in-_blank-using-custom-field#post-72652</link>
			<pubDate>Fri, 24 Aug 2012 07:23:13 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">72652@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;1) Please try to clear your browser cache - it seems to work for me here. &#60;/p&#62;
&#60;p&#62;2) You can replace: &#34;.content a&#34; with a specific selector like &#34;.page-id-10 .content a&#34; (applies the function to the links on the page with the id 10) or use &#34;.content .portfolio_entry .box a&#34; - this rule will only affect the portfolio page thumbnails.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Shawn on "Opening &#039;bigpicture&#039; in &#34;_blank&#34; using custom field"</title>
			<link>http://www.kriesi.at/support/topic/opening-bigpicture-in-_blank-using-custom-field#post-72482</link>
			<pubDate>Thu, 23 Aug 2012 11:45:49 +0000</pubDate>
			<dc:creator>Shawn</dc:creator>
			<guid isPermaLink="false">72482@http://www.kriesi.at/support/</guid>
			<description>&#60;pre&#62;&#60;code&#62;jQuery(&#38;quot;.content a&#38;quot;).filter(function() {
    return this.hostname &#38;amp;&#38;amp; this.hostname !== location.hostname;
}).attr(&#38;#39;target&#38;#39;, &#38;#39;_blank&#38;#39;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;^Theoretically would this make all &#34;content&#34; links open in a new window?  I just want to specify the one that's not working correctly:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php echo $preview; // echo the preview image ?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;if preview image can link to new window with the 'url' custom field.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Shawn on "Opening &#039;bigpicture&#039; in &#34;_blank&#34; using custom field"</title>
			<link>http://www.kriesi.at/support/topic/opening-bigpicture-in-_blank-using-custom-field#post-72481</link>
			<pubDate>Thu, 23 Aug 2012 11:39:50 +0000</pubDate>
			<dc:creator>Shawn</dc:creator>
			<guid isPermaLink="false">72481@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;&#60;a href=&#34;http://bit.ly/PEn4h1&#34; rel=&#34;nofollow&#34;&#62;http://bit.ly/PEn4h1&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I added it but it doesn't work.  Because I am not designating a 'big image' i am having it fetch the custom field 'url'.  It works everywhere else where I can echo the link but I need to specifically open this link in a new page.  It would be a link to a website not an image (refer to how the title and &#34;View App&#34; hyperlinks to new page.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Opening &#039;bigpicture&#039; in &#34;_blank&#34; using custom field"</title>
			<link>http://www.kriesi.at/support/topic/opening-bigpicture-in-_blank-using-custom-field#post-72242</link>
			<pubDate>Wed, 22 Aug 2012 06:59:33 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">72242@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; Can you add the js code to js/custom.js and post a link to your website please? &#60;/p&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Shawn on "Opening &#039;bigpicture&#039; in &#34;_blank&#34; using custom field"</title>
			<link>http://www.kriesi.at/support/topic/opening-bigpicture-in-_blank-using-custom-field#post-72196</link>
			<pubDate>Wed, 22 Aug 2012 00:16:04 +0000</pubDate>
			<dc:creator>Shawn</dc:creator>
			<guid isPermaLink="false">72196@http://www.kriesi.at/support/</guid>
			<description>&#60;pre&#62;&#60;code&#62;&#38;lt;div class=&#38;quot;box box_small box&#38;lt;?php echo $boxnumber; ?&#38;gt;&#38;quot;&#38;gt;

				&#38;lt;?php echo $preview; // echo the preview image ?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;^I think somehow I need to target this to '_blank'&#60;/p&#62;
&#60;p&#62;the javascript function above doesn't seem to work.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Shawn on "Opening &#039;bigpicture&#039; in &#34;_blank&#34; using custom field"</title>
			<link>http://www.kriesi.at/support/topic/opening-bigpicture-in-_blank-using-custom-field#post-72194</link>
			<pubDate>Wed, 22 Aug 2012 00:03:03 +0000</pubDate>
			<dc:creator>Shawn</dc:creator>
			<guid isPermaLink="false">72194@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks, Dude.  Unfortunately this doesn't work.  I add the code to the top (right after the first document.ready function
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Opening &#039;bigpicture&#039; in &#34;_blank&#34; using custom field"</title>
			<link>http://www.kriesi.at/support/topic/opening-bigpicture-in-_blank-using-custom-field#post-71633</link>
			<pubDate>Sat, 18 Aug 2012 06:06:09 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">71633@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;If the url is an external url you can use following js code - add it to js/custom.js (at the very top after the document.ready function):&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;jQuery(&#38;quot;.content a&#38;quot;).filter(function() {
    return this.hostname &#38;amp;&#38;amp; this.hostname !== location.hostname;
}).attr(&#38;#39;target&#38;#39;, &#38;#39;_blank&#38;#39;);&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Shawn on "Opening &#039;bigpicture&#039; in &#34;_blank&#34; using custom field"</title>
			<link>http://www.kriesi.at/support/topic/opening-bigpicture-in-_blank-using-custom-field#post-71615</link>
			<pubDate>Fri, 17 Aug 2012 23:21:44 +0000</pubDate>
			<dc:creator>Shawn</dc:creator>
			<guid isPermaLink="false">71615@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi All!  This forum is so helpful.  I was able to integrate a custom field into my post and use it to launch a URL in a new window (for the post title and &#34;read more&#34; links... However, I'm not too sure how I can do that for the Preview Picture.  Below is what I added to the &#34;big picture&#34; section... since there's no &#34;big picture&#34;.. I want the portfolio post smallpicture to link to an outside URL website (non picture).  This code works! But I'd like to open it into a new window instead of the parent.&#60;br /&#62;
&#60;code&#62;&#60;br /&#62;
				// no bigpicture? =&#38;gt; no lightbox&#60;br /&#62;
				if ($preview_big == &#34;&#34; &#124;&#124; $k_option['portfolio']['portfolio_click'] == 2) { $lightbox = ''; $link = true; $link_url = get_post_meta($post-&#38;gt;ID, 'url', true); }&#60;br /&#62;
				// the kriesi_build_image function used here checks if the image should be resized.&#60;br /&#62;
				// the function is located in framework/helper_functions&#60;br /&#62;
&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Any suggestions?  Thanks for your help in advance!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
