<?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 can I make a callout open in a new page?</title>
		<link>http://www.kriesi.at/support/topic/how-can-i-make-a-callout-open-in-a-new-page</link>
		<description>Support Forum - Topic: How can I make a callout open in a new page?</description>
		<language>en-US</language>
		<pubDate>Sat, 25 May 2013 20:17:29 +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-can-i-make-a-callout-open-in-a-new-page" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "How can I make a callout open in a new page?"</title>
			<link>http://www.kriesi.at/support/topic/how-can-i-make-a-callout-open-in-a-new-page#post-85971</link>
			<pubDate>Fri, 30 Nov 2012 08:17:14 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">85971@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; No - my mistake - add it to the top of avia.js below following line:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;jQuery(document).ready(function(){&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>treyheath on "How can I make a callout open in a new page?"</title>
			<link>http://www.kriesi.at/support/topic/how-can-i-make-a-callout-open-in-a-new-page#post-85916</link>
			<pubDate>Thu, 29 Nov 2012 18:59:43 +0000</pubDate>
			<dc:creator>treyheath</dc:creator>
			<guid isPermaLink="false">85916@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I've tried adding this js code and it's not working. I am building the site in a subdirectory. Would that have any impact?&#60;/p&#62;
&#60;p&#62;Link: &#60;a href=&#34;http://growth-engine.org/newsite/?page_id=1211&#34; rel=&#34;nofollow&#34;&#62;http://growth-engine.org/newsite/?page_id=1211&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "How can I make a callout open in a new page?"</title>
			<link>http://www.kriesi.at/support/topic/how-can-i-make-a-callout-open-in-a-new-page#post-65545</link>
			<pubDate>Sat, 14 Jul 2012 05:18:39 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">65545@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;The script I posted above will compare the domain/hostname of the current websitewith the link url domain. If it's different and external (eg because you link to google.com) then it will open the link in a new tab/window. Otherwise the link (which is internal) will open in the same tab/window.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jwferne on "How can I make a callout open in a new page?"</title>
			<link>http://www.kriesi.at/support/topic/how-can-i-make-a-callout-open-in-a-new-page#post-64692</link>
			<pubDate>Tue, 10 Jul 2012 06:55:40 +0000</pubDate>
			<dc:creator>jwferne</dc:creator>
			<guid isPermaLink="false">64692@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I have two sets of callouts.  One on every page that links to an internal page (same one) and on the front page I have 1 link to an external site.  How should I handle it in that situation?&#60;/p&#62;
&#60;p&#62;Thanks!&#60;br /&#62;
 - John
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "How can I make a callout open in a new page?"</title>
			<link>http://www.kriesi.at/support/topic/how-can-i-make-a-callout-open-in-a-new-page#post-64465</link>
			<pubDate>Mon, 09 Jul 2012 07:42:39 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">64465@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;If the callout links link to external websites you can use following js code - add it to the bottom of js/avia.js:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;jQuery(&#38;quot;.callout 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>jwferne on "How can I make a callout open in a new page?"</title>
			<link>http://www.kriesi.at/support/topic/how-can-i-make-a-callout-open-in-a-new-page#post-64305</link>
			<pubDate>Sun, 08 Jul 2012 05:48:26 +0000</pubDate>
			<dc:creator>jwferne</dc:creator>
			<guid isPermaLink="false">64305@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Unfortunately that one didn't work.  It looks like this code had something to do with the banner?  I actually want to change the buttons on the Text Area / Callout / Quotes element  (specifically the callout button) that you can add within template builder.&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "How can I make a callout open in a new page?"</title>
			<link>http://www.kriesi.at/support/topic/how-can-i-make-a-callout-open-in-a-new-page#post-64196</link>
			<pubDate>Sat, 07 Jul 2012 06:02:40 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">64196@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;Please open includes &#38;gt; helper-slideshow.php and look for this code.&#60;/p&#62;
&#60;p&#62;&#60;code&#62;if($button) $button = &#38;quot;&#38;lt;a class=&#38;#39;avia-button on-primary-color primary-background primary-border caption-slideshow-button $nextSlide &#38;quot;.$key.&#38;quot;class&#38;#39; href=&#38;#39;$button&#38;#39; title=&#38;#39;&#38;#39; &#38;gt;&#38;quot;.$slide[$key.&#38;#39;title&#38;#39;].&#38;quot;&#38;lt;/a&#38;gt;&#38;quot;;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Replace it with&#60;/p&#62;
&#60;p&#62;&#60;code&#62;if($button) $button = &#38;quot;&#38;lt;a class=&#38;#39;avia-button on-primary-color primary-background primary-border caption-slideshow-button $nextSlide &#38;quot;.$key.&#38;quot;class&#38;#39; href=&#38;#39;$button&#38;#39; title=&#38;#39;&#38;#39; target=&#38;#39;_blank&#38;#39;&#38;gt;&#38;quot;.$slide[$key.&#38;#39;title&#38;#39;].&#38;quot;&#38;lt;/a&#38;gt;&#38;quot;;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Reload page and see if it works.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jwferne on "How can I make a callout open in a new page?"</title>
			<link>http://www.kriesi.at/support/topic/how-can-i-make-a-callout-open-in-a-new-page#post-64155</link>
			<pubDate>Fri, 06 Jul 2012 21:13:42 +0000</pubDate>
			<dc:creator>jwferne</dc:creator>
			<guid isPermaLink="false">64155@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I'd like my callouts to open in a new page.  Is there an easy way to modify this?&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
