<?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: Some Brightbox questions...</title>
		<link>http://www.kriesi.at/support/topic/some-brightbox-questions</link>
		<description>Support Forum - Topic: Some Brightbox questions...</description>
		<language>en-US</language>
		<pubDate>Fri, 24 May 2013 08:43:27 +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/some-brightbox-questions" rel="self" type="application/rss+xml" />

		<item>
			<title>Ismael on "Some Brightbox questions..."</title>
			<link>http://www.kriesi.at/support/topic/some-brightbox-questions#post-67364</link>
			<pubDate>Tue, 24 Jul 2012 12:42:43 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">67364@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi smashley,&#60;/p&#62;
&#60;p&#62;Glad that I could help. :)&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>smashley on "Some Brightbox questions..."</title>
			<link>http://www.kriesi.at/support/topic/some-brightbox-questions#post-67282</link>
			<pubDate>Tue, 24 Jul 2012 00:32:50 +0000</pubDate>
			<dc:creator>smashley</dc:creator>
			<guid isPermaLink="false">67282@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thank you so much!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Some Brightbox questions..."</title>
			<link>http://www.kriesi.at/support/topic/some-brightbox-questions#post-67264</link>
			<pubDate>Mon, 23 Jul 2012 23:14:22 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">67264@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello&#60;/p&#62;
&#60;p&#62;1.) To remove the searchbar, put this on your custom.css&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#searchform {
display: none;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;2.) To edit the footer, open footer.php and find this code. &#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;span class=&#38;#39;copyright&#38;#39;&#38;gt;&#38;amp;copy; &#38;lt;?php _e(&#38;#39;Copyright&#38;#39;,&#38;#39;avia_framework&#38;#39;); ?&#38;gt; - &#38;lt;a href=&#38;#39;&#38;lt;?php echo home_url(&#38;#39;/&#38;#39;); ?&#38;gt;&#38;#39;&#38;gt;&#38;lt;?php echo get_bloginfo(&#38;#39;name&#38;#39;);?&#38;gt;&#38;lt;/a&#38;gt; - &#38;lt;a href=&#38;#39;http://www.kriesi.at&#38;#39;&#38;gt;Wordpress Theme by Kriesi.at&#38;lt;/a&#38;gt;&#38;lt;/span&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;3.) To have the social network links open in a new tab, you need to open header.php and find this code&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;li class=&#38;#39;rss&#38;#39;&#38;gt;&#38;lt;a href=&#38;quot;&#38;lt;?php avia_option(&#38;#39;feedburner&#38;#39;,get_bloginfo(&#38;#39;rss2_url&#38;#39;)); ?&#38;gt;&#38;quot;&#38;gt;RSS&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;
						&#38;lt;?php
						if($twitter = avia_get_option(&#38;#39;twitter&#38;#39;)) 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;Twitter&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;&#38;quot;;
						if($facebook = avia_get_option(&#38;#39;facebook&#38;#39;)) 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;Twitter&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;&#38;quot;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Replace it with &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;li class=&#38;#39;rss&#38;#39;&#38;gt;&#38;lt;a href=&#38;quot;&#38;lt;?php avia_option(&#38;#39;feedburner&#38;#39;,get_bloginfo(&#38;#39;rss2_url&#38;#39;)); ?&#38;gt;&#38;quot; target=&#38;quot;_blank&#38;quot;&#38;gt;RSS&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;
						&#38;lt;?php
						if($twitter = avia_get_option(&#38;#39;twitter&#38;#39;)) 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;Twitter&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;&#38;quot;;
						if($facebook = avia_get_option(&#38;#39;facebook&#38;#39;)) 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;Twitter&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;&#38;quot;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;4. ) In case you want to move the position of the social links, just add this on your custom.css&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.social_bookmarks {
right: 20px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>smashley on "Some Brightbox questions..."</title>
			<link>http://www.kriesi.at/support/topic/some-brightbox-questions#post-67258</link>
			<pubDate>Mon, 23 Jul 2012 21:58:29 +0000</pubDate>
			<dc:creator>smashley</dc:creator>
			<guid isPermaLink="false">67258@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;1. How do I remove the search bar from the top menu in Brightbox?&#60;br /&#62;
2. How do I remove the &#34;kriesi&#34; credit from the footer?&#60;br /&#62;
3. How can I change my social network links to open in a new tab or window?&#60;/p&#62;
&#60;p&#62;Thanks!&#60;/p&#62;
&#60;p&#62;-chad
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
