<?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: Open URLs in new window</title>
		<link>http://www.kriesi.at/support/topic/open-urls-in-new-window</link>
		<description>Support Forum - Topic: Open URLs in new window</description>
		<language>en-US</language>
		<pubDate>Thu, 20 Jun 2013 01:45:24 +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/open-urls-in-new-window" rel="self" type="application/rss+xml" />

		<item>
			<title>NWM on "Open URLs in new window"</title>
			<link>http://www.kriesi.at/support/topic/open-urls-in-new-window#post-42273</link>
			<pubDate>Fri, 17 Feb 2012 21:15:08 +0000</pubDate>
			<dc:creator>NWM</dc:creator>
			<guid isPermaLink="false">42273@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;That did it! All set on that end. Everything opens on a blank page as I hoped for.&#60;/p&#62;
&#60;p&#62;Thanks Chris and Devin for all the help.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Open URLs in new window"</title>
			<link>http://www.kriesi.at/support/topic/open-urls-in-new-window#post-42269</link>
			<pubDate>Fri, 17 Feb 2012 19:56:11 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">42269@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;In the header.php file, you'll want to replace:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;if($dribbble = avia_get_option(&#38;#39;dribbble&#38;#39;)) { $social ++; echo &#38;quot;&#38;lt;li class=&#38;#39;dribbble&#38;#39;&#38;gt;&#38;lt;a href=&#38;#39;http://dribbble.com/&#38;quot;.$dribbble.&#38;quot;&#38;#39;&#38;gt;&#38;quot;.__(&#38;#39;Follow us on dribbble&#38;#39;, &#38;#39;avia_framework&#38;#39;).&#38;quot;&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;&#38;quot;; }
							if($twitter  = avia_get_option(&#38;#39;twitter&#38;#39;))  { $social ++; echo &#38;quot;&#38;lt;li class=&#38;#39;twitter&#38;#39;&#38;gt;&#38;lt;a href=&#38;#39;http://twitter.com/&#38;quot;.$twitter.&#38;quot;&#38;#39;&#38;gt;&#38;quot;.__(&#38;#39;Follow us on Twitter&#38;#39;, &#38;#39;avia_framework&#38;#39;).&#38;quot;&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;&#38;quot;; }
							if($facebook = avia_get_option(&#38;#39;facebook&#38;#39;)) { $social ++; echo &#38;quot;&#38;lt;li class=&#38;#39;facebook&#38;#39;&#38;gt;&#38;lt;a href=&#38;#39;&#38;quot;.$facebook.&#38;quot;&#38;#39;&#38;gt;&#38;quot;.__(&#38;#39;Join our Facebook Group&#38;#39;, &#38;#39;avia_framework&#38;#39;).&#38;quot;&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;&#38;quot;;	}
							if($gplus    = avia_get_option(&#38;#39;gplus&#38;#39;))    { $social ++; echo &#38;quot;&#38;lt;li class=&#38;#39;gplus&#38;#39;&#38;gt;&#38;lt;a href=&#38;#39;&#38;quot;.$gplus.&#38;quot;&#38;#39;&#38;gt;&#38;quot;.__(&#38;#39;Join me on Google Plus&#38;#39;, &#38;#39;avia_framework&#38;#39;).&#38;quot;&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;&#38;quot;; }
							if($linkedin   = avia_get_option(&#38;#39;linkedin&#38;#39;))    { $social ++; echo &#38;quot;&#38;lt;li class=&#38;#39;linkedin&#38;#39;&#38;gt;&#38;lt;a href=&#38;#39;&#38;quot;.$linkedin.&#38;quot;&#38;#39;&#38;gt;&#38;quot;.__(&#38;#39;Add me on Linkedin&#38;#39;, &#38;#39;avia_framework&#38;#39;).&#38;quot;&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;&#38;quot;; }&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;if($dribbble = avia_get_option(&#38;#39;dribbble&#38;#39;)) { $social ++; echo &#38;quot;&#38;lt;li class=&#38;#39;dribbble&#38;#39;&#38;gt;&#38;lt;a href=&#38;#39;http://dribbble.com/&#38;quot;.$dribbble.&#38;quot;&#38;#39; target=&#38;#39;_blank&#38;#39;&#38;gt;&#38;quot;.__(&#38;#39;Follow us on dribbble&#38;#39;, &#38;#39;avia_framework&#38;#39;).&#38;quot;&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;&#38;quot;; }
							if($twitter  = avia_get_option(&#38;#39;twitter&#38;#39;))  { $social ++; echo &#38;quot;&#38;lt;li class=&#38;#39;twitter&#38;#39;&#38;gt;&#38;lt;a href=&#38;#39;http://twitter.com/&#38;quot;.$twitter.&#38;quot;&#38;#39; target=&#38;#39;_blank&#38;#39;&#38;gt;&#38;quot;.__(&#38;#39;Follow us on Twitter&#38;#39;, &#38;#39;avia_framework&#38;#39;).&#38;quot;&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;&#38;quot;; }
							if($facebook = avia_get_option(&#38;#39;facebook&#38;#39;)) { $social ++; echo &#38;quot;&#38;lt;li class=&#38;#39;facebook&#38;#39;&#38;gt;&#38;lt;a href=&#38;#39;&#38;quot;.$facebook.&#38;quot;&#38;#39; target=&#38;#39;_blank&#38;#39;&#38;gt;&#38;quot;.__(&#38;#39;Join our Facebook Group&#38;#39;, &#38;#39;avia_framework&#38;#39;).&#38;quot;&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;&#38;quot;;	}
							if($gplus    = avia_get_option(&#38;#39;gplus&#38;#39;))    { $social ++; echo &#38;quot;&#38;lt;li class=&#38;#39;gplus&#38;#39;&#38;gt;&#38;lt;a href=&#38;#39;&#38;quot;.$gplus.&#38;quot;&#38;#39; target=&#38;#39;_blank&#38;#39;&#38;gt;&#38;quot;.__(&#38;#39;Join me on Google Plus&#38;#39;, &#38;#39;avia_framework&#38;#39;).&#38;quot;&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;&#38;quot;; }
							if($linkedin   = avia_get_option(&#38;#39;linkedin&#38;#39;))    { $social ++; echo &#38;quot;&#38;lt;li class=&#38;#39;linkedin&#38;#39;&#38;gt;&#38;lt;a href=&#38;#39;&#38;quot;.$linkedin.&#38;quot;&#38;#39; target=&#38;#39;_blank&#38;#39;&#38;gt;&#38;quot;.__(&#38;#39;Add me on Linkedin&#38;#39;, &#38;#39;avia_framework&#38;#39;).&#38;quot;&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;&#38;quot;; }&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>NWM on "Open URLs in new window"</title>
			<link>http://www.kriesi.at/support/topic/open-urls-in-new-window#post-42220</link>
			<pubDate>Fri, 17 Feb 2012 15:47:19 +0000</pubDate>
			<dc:creator>NWM</dc:creator>
			<guid isPermaLink="false">42220@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I meant to write the Sample Website in the format you did. Basically, the way Devin described it is how I accomplished it.&#60;/p&#62;
&#60;p&#62;Just need help with the social icons now.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>NWM on "Open URLs in new window"</title>
			<link>http://www.kriesi.at/support/topic/open-urls-in-new-window#post-42219</link>
			<pubDate>Fri, 17 Feb 2012 15:46:09 +0000</pubDate>
			<dc:creator>NWM</dc:creator>
			<guid isPermaLink="false">42219@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Never mind. I got it. I was following the instructions to the letter, just inputting the URL without the http prefix, etc., and therefore assumed I couldn't do the target=&#34;_blank&#34;.&#60;/p&#62;
&#60;p&#62;I now have listed the URLs as:&#60;br /&#62;
&#60;a href=&#34;http://www.samplewebsite.com/&#34;&#62;Sample Website&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;It works for me.&#60;/p&#62;
&#60;p&#62;Now my only question is how to get the social icons on the header to open in a new browser window.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>NWM on "Open URLs in new window"</title>
			<link>http://www.kriesi.at/support/topic/open-urls-in-new-window#post-42212</link>
			<pubDate>Fri, 17 Feb 2012 14:24:26 +0000</pubDate>
			<dc:creator>NWM</dc:creator>
			<guid isPermaLink="false">42212@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Devin,&#60;/p&#62;
&#60;p&#62;I don't have that option since I'm using the PORTFOLIO tab to populate the samples.&#60;/p&#62;
&#60;p&#62;On the left sidebar in WordPress, I click on &#34;Portfolio Items&#34; to create the samples. On the right side, I have the fields to input &#34;Portfolio Categories&#34;, &#34;Skills Needed&#34;, &#34;Client&#34;, and &#34;Project URL&#34;.&#60;/p&#62;
&#60;p&#62;I was hoping that Chris Beard's PHP edit would solve this issue, but it didn't.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Open URLs in new window"</title>
			<link>http://www.kriesi.at/support/topic/open-urls-in-new-window#post-42126</link>
			<pubDate>Fri, 17 Feb 2012 06:14:47 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">42126@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey NWM,&#60;/p&#62;
&#60;p&#62;Quick and simple way is to make your links in the meta field always include the target=&#34;_blank&#34; attribute.&#60;/p&#62;
&#60;p&#62;So for the example you linked, the meta field Project URL would be:&#60;br /&#62;
&#60;code&#62;&#38;lt;a href=&#38;quot;http://www.synergy-interactive.com/&#38;quot; target=&#38;quot;_blank&#38;quot;&#38;gt;http://www.synergy-interactive.com/&#38;lt;/a&#38;gt;&#60;/code&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>NWM on "Open URLs in new window"</title>
			<link>http://www.kriesi.at/support/topic/open-urls-in-new-window#post-42041</link>
			<pubDate>Thu, 16 Feb 2012 15:46:07 +0000</pubDate>
			<dc:creator>NWM</dc:creator>
			<guid isPermaLink="false">42041@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;It is set up to open in single page through the theme options, under portfolio tab. As an example, view the this link: &#60;a href=&#34;http://blog.newavemedia.com/portfolio-item/synergy-interactive/&#34; rel=&#34;nofollow&#34;&#62;http://blog.newavemedia.com/portfolio-item/synergy-interactive/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;When you click on the URL for the project it still opens in the same window. My preference is for it to open a new browser window so my site would still be there in the back. The same is true for the homepage when you click and expand the portfolio samples.&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Beard on "Open URLs in new window"</title>
			<link>http://www.kriesi.at/support/topic/open-urls-in-new-window#post-41867</link>
			<pubDate>Wed, 15 Feb 2012 16:20:18 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">41867@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; This is strange, it works fine for me. - You've set it to open in a single page, right (in Theme Options)?&#60;br /&#62;
Can you link to the page where this is occurring? &#60;/p&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Chris
&#60;/p&#62;</description>
		</item>
		<item>
			<title>NWM on "Open URLs in new window"</title>
			<link>http://www.kriesi.at/support/topic/open-urls-in-new-window#post-41658</link>
			<pubDate>Tue, 14 Feb 2012 16:41:19 +0000</pubDate>
			<dc:creator>NWM</dc:creator>
			<guid isPermaLink="false">41658@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I updated the code as you suggested, but the URL's still open in the same window. I've refreshed and emptied the cache. I edited the PHP file and uploaded to the server via my FTP app. Tested in Safari, Firefox, Chrome and Opera (all latest versions running on Mac OS X).&#60;/p&#62;
&#60;p&#62;I confirmed the changes had been made by selecting the &#34;loop-portfolio.php&#34; file from the Editor in Appearances.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Beard on "Open URLs in new window"</title>
			<link>http://www.kriesi.at/support/topic/open-urls-in-new-window#post-41555</link>
			<pubDate>Tue, 14 Feb 2012 01:51:29 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">41555@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62;For the portfolio open up Angular/Includes/loop-portfolio.php and find&#60;br /&#62;
&#60;code&#62;echo &#38;quot;&#38;lt;a href=&#38;#39;&#38;quot;.get_permalink().&#38;quot;&#38;#39; rel=&#38;#39;bookmark&#38;#39; title=&#38;#39;&#38;quot;.__(&#38;#39;Permanent Link:&#38;#39;,&#38;#39;avia_framework&#38;#39;).&#38;quot; &#38;quot;.get_the_title().&#38;quot;&#38;#39;&#38;gt;&#38;quot;.get_the_title().&#38;quot;&#38;lt;/a&#38;gt;&#38;quot;;&#60;/code&#62;&#60;br /&#62;
replace it by&#60;br /&#62;
&#60;code&#62;echo &#38;quot;&#38;lt;a href=&#38;#39;&#38;quot;.get_permalink().&#38;quot;&#38;#39; rel=&#38;#39;bookmark&#38;#39; title=&#38;#39;&#38;quot;.__(&#38;#39;Permanent Link:&#38;#39;,&#38;#39;avia_framework&#38;#39;).&#38;quot; &#38;quot;.get_the_title().&#38;quot;&#38;#39; target=&#38;#39;_blank&#38;#39;&#38;gt;&#38;quot;.get_the_title().&#38;quot;&#38;lt;/a&#38;gt;&#38;quot;;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62; &#60;a href=&#34;http://www.kriesi.at/support/topic/vimeo-in-social-bookmarks&#34;&#62;This topic will help you out with the social bookmarks&#60;/a&#62; &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Chris
&#60;/p&#62;</description>
		</item>
		<item>
			<title>NWM on "Open URLs in new window"</title>
			<link>http://www.kriesi.at/support/topic/open-urls-in-new-window#post-41515</link>
			<pubDate>Mon, 13 Feb 2012 21:04:20 +0000</pubDate>
			<dc:creator>NWM</dc:creator>
			<guid isPermaLink="false">41515@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;The same actually applies to the social icons on the header area. Could those open in a new window?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>NWM on "Open URLs in new window"</title>
			<link>http://www.kriesi.at/support/topic/open-urls-in-new-window#post-41509</link>
			<pubDate>Mon, 13 Feb 2012 20:20:15 +0000</pubDate>
			<dc:creator>NWM</dc:creator>
			<guid isPermaLink="false">41509@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Is there a way to have portfolio URL open in a new window? Currently, when you click on a URL it opens the page in the same window, but I would like to have it open in a new window if possible.&#60;/p&#62;
&#60;p&#62;Many thanks.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
