<?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: Adding shortcode into sidebar</title>
		<link>http://www.kriesi.at/support/topic/adding-shortcode-into-sidebar</link>
		<description>Support Forum - Topic: Adding shortcode into sidebar</description>
		<language>en-US</language>
		<pubDate>Wed, 22 May 2013 22:26:55 +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/adding-shortcode-into-sidebar" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "Adding shortcode into sidebar"</title>
			<link>http://www.kriesi.at/support/topic/adding-shortcode-into-sidebar#post-98174</link>
			<pubDate>Sat, 23 Feb 2013 12:53:44 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">98174@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; You can send the mail to &#60;a href=&#34;mailto:kriesi2000-dude@yahoo.com&#34;&#62;kriesi2000-dude@yahoo.com&#60;/a&#62; &#60;/p&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Lisa on "Adding shortcode into sidebar"</title>
			<link>http://www.kriesi.at/support/topic/adding-shortcode-into-sidebar#post-98058</link>
			<pubDate>Fri, 22 Feb 2013 14:58:43 +0000</pubDate>
			<dc:creator>Lisa</dc:creator>
			<guid isPermaLink="false">98058@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Sure - do  you have an email address I can send it to? It is behind a password right now as it is not live yet.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Adding shortcode into sidebar"</title>
			<link>http://www.kriesi.at/support/topic/adding-shortcode-into-sidebar#post-97763</link>
			<pubDate>Thu, 21 Feb 2013 07:12:16 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">97763@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; Can you post a link to your website please? &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Lisa on "Adding shortcode into sidebar"</title>
			<link>http://www.kriesi.at/support/topic/adding-shortcode-into-sidebar#post-97713</link>
			<pubDate>Wed, 20 Feb 2013 19:30:50 +0000</pubDate>
			<dc:creator>Lisa</dc:creator>
			<guid isPermaLink="false">97713@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I am having a similar issue and have added the following code to my functions.php:&#60;/p&#62;
&#60;p&#62;add_filter('widget_text', 'do_shortcode');&#60;br /&#62;
add_filter( 'widget_text', 'shortcode_unautop');&#60;/p&#62;
&#60;p&#62;After adding this, I can see the button created by the shortcode but I don't see the styling.&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Adding shortcode into sidebar"</title>
			<link>http://www.kriesi.at/support/topic/adding-shortcode-into-sidebar#post-32241</link>
			<pubDate>Fri, 18 Nov 2011 08:04:13 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">32241@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
add following code to functions.php (i.e. at the very bottom):&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;add_filter(&#38;#39;widget_text&#38;#39;, &#38;#39;do_shortcode&#38;#39;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;The ?&#38;gt; is not required at the end of the file that's why Kriesi skips it.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>hamrockster on "Adding shortcode into sidebar"</title>
			<link>http://www.kriesi.at/support/topic/adding-shortcode-into-sidebar#post-32210</link>
			<pubDate>Thu, 17 Nov 2011 21:29:53 +0000</pubDate>
			<dc:creator>hamrockster</dc:creator>
			<guid isPermaLink="false">32210@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello, I am trying to add shortcode into my sidebar using a text widget for a simple button plugin. &#60;/p&#62;
&#60;p&#62;I have followed the steps outlined in this post, but nothing has worked so far : &#60;a href=&#34;http://www.kriesi.at/support/topic/adding-a-new-shortcode&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/adding-a-new-shortcode&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;The button shows up, but it is stripped of most of it's styling. &#60;/p&#62;
&#60;p&#62;Any ideas? So far I have test buttons encoded into my sidebar.php as a workaround, but they ignore the stylesheet and dont adhere to the framework of the page/sidebar as if they were properly used in a text widget. This poses headache upon headache as formatting for the page is now a complete chore. &#60;/p&#62;
&#60;p&#62;Also- in the functions.php there is no ?&#38;gt; closing tag. Why?&#60;/p&#62;
&#60;p&#62;thanks, &#60;/p&#62;
&#60;p&#62;Scott
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
