<?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 Additional Social Media Icons (YouTube and Tumblr) to header</title>
		<link>http://www.kriesi.at/support/topic/adding-additional-social-media-icons-youtube-and-tumblr-to-header</link>
		<description>Support Forum - Topic: Adding Additional Social Media Icons (YouTube and Tumblr) to header</description>
		<language>en-US</language>
		<pubDate>Tue, 21 May 2013 07:55:07 +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-additional-social-media-icons-youtube-and-tumblr-to-header" rel="self" type="application/rss+xml" />

		<item>
			<title>lpionek on "Adding Additional Social Media Icons (YouTube and Tumblr) to header"</title>
			<link>http://www.kriesi.at/support/topic/adding-additional-social-media-icons-youtube-and-tumblr-to-header#post-98052</link>
			<pubDate>Fri, 22 Feb 2013 14:43:21 +0000</pubDate>
			<dc:creator>lpionek</dc:creator>
			<guid isPermaLink="false">98052@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Great! Everything is working perfectly. Thank you for your help. I also figured out that the original YouTube link prompts the website to attempt to open the page, for whatever reason, but I made the YouTube link into a bitmark, it works fine and goes directly to the page requested without a problem. &#60;/p&#62;
&#60;p&#62;Thank you for your help and patience!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Adding Additional Social Media Icons (YouTube and Tumblr) to header"</title>
			<link>http://www.kriesi.at/support/topic/adding-additional-social-media-icons-youtube-and-tumblr-to-header#post-97774</link>
			<pubDate>Thu, 21 Feb 2013 08:23:04 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">97774@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Ipionek,&#60;/p&#62;
&#60;p&#62;Kindly open style.css and find this code (the code I gave above):&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.social_bookmarks .youtube a {
background: transparent url(../images/shared/youtube_16.png) 0 0 no-repeat;
}
.social_bookmarks .tumbler a {
background: transparent url(../images/shared/tumbler_16.png) 0 0 no-repeat;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;replace it with:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.social_bookmarks .youtube a {
background: transparent url(images/shared/youtube_16.png) 0 0 no-repeat;
}
.social_bookmarks .tumbler a {
background: transparent url(images/shared/tumbler_16.png) 0 0 no-repeat;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Hope this helps.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>lpionek on "Adding Additional Social Media Icons (YouTube and Tumblr) to header"</title>
			<link>http://www.kriesi.at/support/topic/adding-additional-social-media-icons-youtube-and-tumblr-to-header#post-97747</link>
			<pubDate>Thu, 21 Feb 2013 05:32:13 +0000</pubDate>
			<dc:creator>lpionek</dc:creator>
			<guid isPermaLink="false">97747@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello again, &#60;/p&#62;
&#60;p&#62;So I have attempted this a few times in the past few days, and it isn't quite working. I believe the first set of coding added to header.php works as spots are created and when you hover over the areas (though nothing there) you can still get to the links. However, when I click on you YouTube invisible button spot, a pop-up shows up that says &#34;Image cannot be loaded. Make sure the path is correct and image exist.&#34; I have checked the path, and it is placed in the code correctly (&#60;a href=&#34;http://www.youtube.com/elizabethsauter)&#34; rel=&#34;nofollow&#34;&#62;http://www.youtube.com/elizabethsauter)&#60;/a&#62;. Additionally, it looks like the webpage is attempting to open a video (screen darkens, and process ticker shows up momentarily before &#34;Image cannot be loaded...&#34; message pops up. The Tumblr link works fine, but right now it is an invisible button as well. &#60;/p&#62;
&#60;p&#62;The invisible button part makes me think that there is something wrong with the 2nd line of code associated with style.css. However, the file names and location of the placed files are there. Should I replace the &#34;...&#34; portion of the retrieval link? I tried changing this as well in a few attempts and it didn't work. &#60;/p&#62;
&#60;p&#62;I hope there is some solution as I feel like we are almost there, but something is slightly off. Thank you for your continuation of help.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.elizabeth-sauter.com/&#34; rel=&#34;nofollow&#34;&#62;http://www.elizabeth-sauter.com/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Adding Additional Social Media Icons (YouTube and Tumblr) to header"</title>
			<link>http://www.kriesi.at/support/topic/adding-additional-social-media-icons-youtube-and-tumblr-to-header#post-97181</link>
			<pubDate>Mon, 18 Feb 2013 07:33:04 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">97181@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Ipionek,&#60;/p&#62;
&#60;p&#62;For those two icons, just add this after your twitter:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;echo &#38;quot;&#38;lt;li class=&#38;#39;youtube&#38;#39;&#38;gt;&#38;lt;a class=&#38;#39;ie6fix&#38;#39; href=&#38;#39;http://YOUTUBE_LINK&#38;#39;&#38;gt;youtube&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;&#38;quot;;
echo &#38;quot;&#38;lt;li class=&#38;#39;tumbler&#38;#39;&#38;gt;&#38;lt;a class=&#38;#39;ie6fix&#38;#39; href=&#38;#39;http://TUMBLER_LINK&#38;#39;&#38;gt;tumbler&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;&#38;quot;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;add your images/icons here: wp-content/themes/habitat/images/shared/&#60;br /&#62;
then finally, add this at the bottom of style.css:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.social_bookmarks .youtube a {
background: transparent url(../images/shared/youtube_16.png) 0 0 no-repeat;
}
.social_bookmarks .tumbler a {
background: transparent url(../images/shared/tumbler_16.png) 0 0 no-repeat;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Hope this helps.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>lpionek on "Adding Additional Social Media Icons (YouTube and Tumblr) to header"</title>
			<link>http://www.kriesi.at/support/topic/adding-additional-social-media-icons-youtube-and-tumblr-to-header#post-97159</link>
			<pubDate>Mon, 18 Feb 2013 06:33:29 +0000</pubDate>
			<dc:creator>lpionek</dc:creator>
			<guid isPermaLink="false">97159@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello, &#60;/p&#62;
&#60;p&#62;I have looked into other theme forums for adding additional social media icons (YouTube and Tumblr to be specific) to the header along with the pre-loaded twitter and facebook icons. I downloaded the matching icons suggested with the theme (&#60;a href=&#34;http://www.komodomedia.com/download/#social-network-icon-pack&#34; rel=&#34;nofollow&#34;&#62;http://www.komodomedia.com/download/#social-network-icon-pack&#60;/a&#62;) and placed in habitat/images/shared folder with the names youtube_16.png and tumbler_16.png. &#60;/p&#62;
&#60;p&#62;I added code to header.php under the pre-loaded icons: &#60;/p&#62;
&#60;p&#62;if($k_option['includes']['acc_fl'] != '')&#60;br /&#62;
				echo &#34;&#38;lt;li class='youtube'&#38;gt;&#60;a&#62;youtube&#60;/a&#62;&#34;;&#60;/p&#62;
&#60;p&#62;				if($k_option['includes']['acc_fl'] != '')&#60;br /&#62;
				echo &#34;&#38;lt;li class='tumblr'&#38;gt;&#60;a&#62;tumblr&#60;/a&#62;&#34;;&#60;/p&#62;
&#60;p&#62;However, I'm not sure where to add the link to the pngs so they will show up. So far, nothing has changed on the website with the addition of code. Please let me know if I need to change any of the code above. You can see the website I am working on here: &#60;a href=&#34;http://www.http://www.elizabeth-sauter.com/&#34; rel=&#34;nofollow&#34;&#62;http://www.http://www.elizabeth-sauter.com/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thank you!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
