<?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: Left Floating Quote in footer text area</title>
		<link>http://www.kriesi.at/support/topic/left-floating-quote-in-footer-text-area</link>
		<description>Support Forum - Topic: Left Floating Quote in footer text area</description>
		<language>en-US</language>
		<pubDate>Mon, 20 May 2013 11:53:45 +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/left-floating-quote-in-footer-text-area" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "Left Floating Quote in footer text area"</title>
			<link>http://www.kriesi.at/support/topic/left-floating-quote-in-footer-text-area#post-28576</link>
			<pubDate>Tue, 04 Oct 2011 14:12:31 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">28576@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad that I could help you :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>pascoal on "Left Floating Quote in footer text area"</title>
			<link>http://www.kriesi.at/support/topic/left-floating-quote-in-footer-text-area#post-28500</link>
			<pubDate>Mon, 03 Oct 2011 14:05:08 +0000</pubDate>
			<dc:creator>pascoal</dc:creator>
			<guid isPermaLink="false">28500@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks Dude !
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Left Floating Quote in footer text area"</title>
			<link>http://www.kriesi.at/support/topic/left-floating-quote-in-footer-text-area#post-28444</link>
			<pubDate>Mon, 03 Oct 2011 05:25:13 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">28444@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;You can use folloeing code in css/custom.css:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.pullquote_boxed {
background: url(&#38;quot;../images/icons/quotes.png&#38;quot;) no-repeat scroll 10px 18px #F8F8F8;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;to change the background color.&#60;/p&#62;
&#60;p&#62;You can center the quote but it looks strange imho because of the logo to the left. Use following code:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.pullquote_boxed {
margin: auto !important;
float: none !important;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>pascoal on "Left Floating Quote in footer text area"</title>
			<link>http://www.kriesi.at/support/topic/left-floating-quote-in-footer-text-area#post-28420</link>
			<pubDate>Sun, 02 Oct 2011 18:11:53 +0000</pubDate>
			<dc:creator>pascoal</dc:creator>
			<guid isPermaLink="false">28420@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Dude, thanks solve more this... :)&#60;br /&#62;
is it possible change the background color for this shortcode and align it to center of page ?&#60;/p&#62;
&#60;p&#62;I like very much this theme.. congratulations for you !
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Left Floating Quote in footer text area"</title>
			<link>http://www.kriesi.at/support/topic/left-floating-quote-in-footer-text-area#post-28418</link>
			<pubDate>Sun, 02 Oct 2011 17:46:08 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">28418@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Try following - open up footer.php and replace:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;$footer_text = avia_get_option(&#38;#39;footer_text&#38;#39;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;$footer_text = avia_get_option(&#38;#39;footer_text&#38;#39;);
$footer_text = do_shortcode( $footer_text );&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>pascoal on "Left Floating Quote in footer text area"</title>
			<link>http://www.kriesi.at/support/topic/left-floating-quote-in-footer-text-area#post-28414</link>
			<pubDate>Sun, 02 Oct 2011 17:15:35 +0000</pubDate>
			<dc:creator>pascoal</dc:creator>
			<guid isPermaLink="false">28414@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;sorry maybe I didnt explain very well .. when you go in Brightbox Theme Option -&#38;gt; Footer -&#38;gt; Footer Textarea &#38;gt; there you can put some text to appears in your footer and I knew that was possible to put a html combination to show my logo image and a quote shortcode text&#60;br /&#62;
and not inside widget !&#60;/p&#62;
&#60;p&#62;Is it necessary to some add_filter ?&#60;/p&#62;
&#60;p&#62;By the way, Is it possible change background color in  quote shortcode ?&#60;/p&#62;
&#60;p&#62;note :Dude and Chris, sorry my question..ok  I´m a software developer but I dont know anything about web programming...right&#60;/p&#62;
&#60;p&#62;Thanks again.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Beard on "Left Floating Quote in footer text area"</title>
			<link>http://www.kriesi.at/support/topic/left-floating-quote-in-footer-text-area#post-28351</link>
			<pubDate>Sun, 02 Oct 2011 01:12:21 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">28351@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I'm uncertain what you mean. When you put a text widget in the footer and do as Dude suggested there should be no other steps to take for your shortcodes to work in your footer widgets.&#60;/p&#62;
&#60;p&#62;Edit: I just visited your site and I noticed you're trying to add a shortcode in plain HTML/PHP, it doesn't seem to work like this (as Dude said, to ignore his previous instructions). You can however add another widget area on that spot using &#60;a href=&#34;http://www.webologist.co.uk/web-design/how-to-add-widget-areas-to-your-wordpress-theme&#34;&#62;this&#60;/a&#62; tutorial. You can then put a text widget in place and add the shortcode.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>pascoal on "Left Floating Quote in footer text area"</title>
			<link>http://www.kriesi.at/support/topic/left-floating-quote-in-footer-text-area#post-28337</link>
			<pubDate>Sat, 01 Oct 2011 15:10:55 +0000</pubDate>
			<dc:creator>pascoal</dc:creator>
			<guid isPermaLink="false">28337@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thansks for replyng Dude !&#60;/p&#62;
&#60;p&#62;But, I think that I need to add a filter like you said to footer isnt it ? What´s the name of filter I need to use it ?&#60;/p&#62;
&#60;p&#62;Even so, I lke the possibilty to put shortcode in widgets... :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Left Floating Quote in footer text area"</title>
			<link>http://www.kriesi.at/support/topic/left-floating-quote-in-footer-text-area#post-28328</link>
			<pubDate>Sat, 01 Oct 2011 09:02:33 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">28328@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Ah - ok. Now I see the problem :) - the shortcode you posted above is correct, ignore my instructions above. The problem is that widget areas don't parse shortcodes by default. Open up functions.php and add following code 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;</description>
		</item>
		<item>
			<title>pascoal on "Left Floating Quote in footer text area"</title>
			<link>http://www.kriesi.at/support/topic/left-floating-quote-in-footer-text-area#post-28277</link>
			<pubDate>Fri, 30 Sep 2011 11:25:40 +0000</pubDate>
			<dc:creator>pascoal</dc:creator>
			<guid isPermaLink="false">28277@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi, Dude !&#60;/p&#62;
&#60;p&#62;Take a look in footer at &#60;a href=&#34;http://www.eron.ind.br/&#34; rel=&#34;nofollow&#34;&#62;http://www.eron.ind.br/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks !
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Left Floating Quote in footer text area"</title>
			<link>http://www.kriesi.at/support/topic/left-floating-quote-in-footer-text-area#post-28219</link>
			<pubDate>Thu, 29 Sep 2011 20:05:32 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">28219@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Can you post a link to a sample page please?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>pascoal on "Left Floating Quote in footer text area"</title>
			<link>http://www.kriesi.at/support/topic/left-floating-quote-in-footer-text-area#post-28202</link>
			<pubDate>Thu, 29 Sep 2011 17:45:54 +0000</pubDate>
			<dc:creator>pascoal</dc:creator>
			<guid isPermaLink="false">28202@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Dude, thanks for replyng ! I put your code, but didnt work it !
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Left Floating Quote in footer text area"</title>
			<link>http://www.kriesi.at/support/topic/left-floating-quote-in-footer-text-area#post-28189</link>
			<pubDate>Thu, 29 Sep 2011 16:47:14 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">28189@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;You can try to wrap the code in a div/span - then apply a custom class or inline css to it. The code would look like:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;div style=&#38;quot;float:left !important;&#38;quot;&#38;gt; [quote style=&#38;quot;boxed&#38;quot; float=&#38;quot;left&#38;quot;]This is a test[/quote] &#38;lt;/div&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>pascoal on "Left Floating Quote in footer text area"</title>
			<link>http://www.kriesi.at/support/topic/left-floating-quote-in-footer-text-area#post-28178</link>
			<pubDate>Thu, 29 Sep 2011 15:18:21 +0000</pubDate>
			<dc:creator>pascoal</dc:creator>
			<guid isPermaLink="false">28178@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi All,&#60;br /&#62;
I didnt get to use a left floating quote in footer text area.&#60;br /&#62;
I'm using a wordpress version 3.2.1&#60;/p&#62;
&#60;p&#62;I used this :&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;a href='#top'&#62;&#60;img src='http://localhost/wordpress/wp-content/themes/brightbox/images/skin1/logo.png' alt='' /&#62;&#60;/a&#62;[quote style=&#34;boxed&#34; float=&#34;left&#34;]This is a test[/quote] &#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Are there any way to do this ?&#60;br /&#62;
Thansk
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
