<?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: Button shortcode to open in new window</title>
		<link>http://www.kriesi.at/support/topic/button-shortcode-to-open-in-new-window</link>
		<description>Support Forum - Topic: Button shortcode to open in new window</description>
		<language>en-US</language>
		<pubDate>Sun, 19 May 2013 17:53:50 +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/button-shortcode-to-open-in-new-window" rel="self" type="application/rss+xml" />

		<item>
			<title>Kriesi on "Button shortcode to open in new window"</title>
			<link>http://www.kriesi.at/support/topic/button-shortcode-to-open-in-new-window#post-61266</link>
			<pubDate>Wed, 20 Jun 2012 21:47:20 +0000</pubDate>
			<dc:creator>Kriesi</dc:creator>
			<guid isPermaLink="false">61266@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;actually the shortcode itself is parsed by the php functions in includes/admin/register-shortcodes.php, no need to modify the magic wand button...&#60;/p&#62;
&#60;p&#62;the shortcode button is located at line 454 and the option already exists. its passed by the variable &#34;window&#34;&#60;/p&#62;
&#60;p&#62;This should work:&#60;/p&#62;
&#60;pre&#62;
[button size=&#34;large&#34; color=&#34;orange&#34; text=&#34;light&#34; link=&#34;http://www.link.com&#34; window=&#34;new&#34;]Link Here[/button]
&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Mya on "Button shortcode to open in new window"</title>
			<link>http://www.kriesi.at/support/topic/button-shortcode-to-open-in-new-window#post-54735</link>
			<pubDate>Fri, 04 May 2012 21:43:52 +0000</pubDate>
			<dc:creator>Mya</dc:creator>
			<guid isPermaLink="false">54735@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Fred,&#60;/p&#62;
&#60;p&#62;We'll pass the request along. Thanks!&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Mya
&#60;/p&#62;</description>
		</item>
		<item>
			<title>NWM on "Button shortcode to open in new window"</title>
			<link>http://www.kriesi.at/support/topic/button-shortcode-to-open-in-new-window#post-54711</link>
			<pubDate>Fri, 04 May 2012 18:22:29 +0000</pubDate>
			<dc:creator>NWM</dc:creator>
			<guid isPermaLink="false">54711@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;That would be great. If he's able to add that as a feature it would be awesome!&#60;/p&#62;
&#60;p&#62;If you're asking Kriesi about features, I'll add another one too. Would he be able to add a &#34;Pricing Table&#34; to the Angular theme, much like he's done for the newest Coherence theme as in this link:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.kriesi.at/themes/coherence/welcome/test/&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/themes/coherence/welcome/test/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks.&#60;/p&#62;
&#60;p&#62;Fred.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Button shortcode to open in new window"</title>
			<link>http://www.kriesi.at/support/topic/button-shortcode-to-open-in-new-window#post-54522</link>
			<pubDate>Thu, 03 May 2012 16:55:29 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">54522@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi NWM,&#60;/p&#62;
&#60;p&#62;With the way the shortcodes are done I don't think its a simple addition. They need to run through the visual plugin (the magic wand button) and I'm not sure how to edit that like I would normally do with just straight php shortcodes.&#60;/p&#62;
&#60;p&#62;I'll put it in as a feature request to Kriesi and ask if there is a quicker way to add that in.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>NWM on "Button shortcode to open in new window"</title>
			<link>http://www.kriesi.at/support/topic/button-shortcode-to-open-in-new-window#post-54172</link>
			<pubDate>Tue, 01 May 2012 16:09:53 +0000</pubDate>
			<dc:creator>NWM</dc:creator>
			<guid isPermaLink="false">54172@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I've tried variations to add a target=&#34;blank&#34; to the button shortcode, but with no success.&#60;/p&#62;
&#60;p&#62;[button size=&#34;large&#34; color=&#34;orange&#34; text=&#34;light&#34; link=&#34;http://www.link.com&#34; blank=&#34;true&#34;]Link Here[/button]&#60;/p&#62;
&#60;p&#62;Is there a way to have the buttons open link on a new window? I'm not handy with scripts or PHP functions, but I gather a simple edit would work, and to have the choice for the buttons to act &#34;true&#34; or &#34;false&#34; so the buttons aren't affected site-wide.&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
