<?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 a logo with transparent backround to the menu bar</title>
		<link>http://www.kriesi.at/support/topic/adding-a-logo-with-transparent-backround-to-the-menu-bar</link>
		<description>Support Forum - Topic: Adding a logo with transparent backround to the menu bar</description>
		<language>en-US</language>
		<pubDate>Wed, 19 Jun 2013 06:54:57 +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-a-logo-with-transparent-backround-to-the-menu-bar" rel="self" type="application/rss+xml" />

		<item>
			<title>Nick on "Adding a logo with transparent backround to the menu bar"</title>
			<link>http://www.kriesi.at/support/topic/adding-a-logo-with-transparent-backround-to-the-menu-bar#post-99075</link>
			<pubDate>Fri, 01 Mar 2013 22:04:47 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">99075@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Good luck! Let us know how it went.&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>edenbrackstone on "Adding a logo with transparent backround to the menu bar"</title>
			<link>http://www.kriesi.at/support/topic/adding-a-logo-with-transparent-backround-to-the-menu-bar#post-98966</link>
			<pubDate>Thu, 28 Feb 2013 21:15:20 +0000</pubDate>
			<dc:creator>edenbrackstone</dc:creator>
			<guid isPermaLink="false">98966@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey Devin, &#60;/p&#62;
&#60;p&#62;Awesome. I'll try see what I can do after work today and see what it turns out like.&#60;br /&#62;
I'll get back to you and thank you&#60;/p&#62;
&#60;p&#62;Cheers
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Adding a logo with transparent backround to the menu bar"</title>
			<link>http://www.kriesi.at/support/topic/adding-a-logo-with-transparent-backround-to-the-menu-bar#post-98857</link>
			<pubDate>Thu, 28 Feb 2013 13:18:02 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">98857@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi edenbrackstone,&#60;/p&#62;
&#60;p&#62;In your theme files open up sidebar.php and look for:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;####### SOCKET CONTAINER #######
				echo &#38;quot;&#38;lt;div id=&#38;#39;socket&#38;#39; class=&#38;#39;box&#38;#39;&#38;gt;&#38;quot;;

				echo &#38;quot;	&#38;lt;ul class=&#38;#39;social_bookmarks&#38;#39;&#38;gt;&#38;quot;;
				do_action(&#38;#39;avia_add_social_icon&#38;#39;,&#38;#39;sidebar&#38;#39;);
				echo &#38;quot;		&#38;lt;li class=&#38;#39;rss&#38;#39;&#38;gt;&#38;lt;a href=&#38;#39;&#38;quot;.avia_get_option(&#38;#39;feedburner&#38;#39;,get_bloginfo(&#38;#39;rss2_url&#38;#39;)).&#38;quot;&#38;#39;&#38;gt;RSS&#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;Facebook&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;&#38;quot;;
						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;;

				echo &#38;quot;	&#38;lt;/ul&#38;gt;&#38;lt;!-- end social_bookmarks--&#38;gt;&#38;quot;;

				echo &#38;quot;&#38;lt;div class=&#38;#39;hide_content_wrap hide_content_wrap_copyright &#38;#39;&#38;gt;&#38;quot;;
				echo &#38;quot;&#38;lt;span class=&#38;#39;copyright&#38;#39;&#38;gt;&#38;quot;.__(&#38;#39;&#38;amp;copy; Copyright&#38;#39;,&#38;#39;avia_framework&#38;#39;).&#38;quot; &#38;lt;a href=&#38;#39;&#38;quot;.home_url(&#38;#39;/&#38;#39;).&#38;quot;&#38;#39;&#38;gt;&#38;quot;.get_bloginfo(&#38;#39;name&#38;#39;).&#38;quot;&#38;lt;/a&#38;gt;&#38;lt;/span&#38;gt;&#38;quot;;
				?&#38;gt;

                &#38;lt;?php
				echo &#38;quot;&#38;lt;/div&#38;gt;&#38;quot;;

				echo &#38;quot;&#38;lt;/div&#38;gt;&#38;quot;;
				####### END SOCKET CONTAINER #######&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You can add in html for the images you want in that block to integrate them into the sidebar area. If you want to just put raw html in without dealing with any php, just escape the php like this:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;?&#38;gt;
your html
&#38;lt;?php&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Then you just put that in between the lines above so that you don't have to work in php at all.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>edenbrackstone on "Adding a logo with transparent backround to the menu bar"</title>
			<link>http://www.kriesi.at/support/topic/adding-a-logo-with-transparent-backround-to-the-menu-bar#post-98823</link>
			<pubDate>Thu, 28 Feb 2013 08:37:23 +0000</pubDate>
			<dc:creator>edenbrackstone</dc:creator>
			<guid isPermaLink="false">98823@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Loving the template but looking at adding logos over time with below the main menu bar. Just under the twitter, facebook, feedburner and copyright thing. I dont want the menu to extend or change in any way, just have a png so the logo doesnt have a background itself. It just overlays the menu's carry on transparency  guide below. &#60;/p&#62;
&#60;p&#62;Hopefully that makes sense. its basically to put sponsors and not distract viewers from the navigation.&#60;/p&#62;
&#60;p&#62;I've had a play with limited knowledge but cant seem to get it without other things changing.. familiar story i guess ha
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
