<?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 - Tag: icons. links. header - Recent Posts</title>
		<link>http://www.kriesi.at/support/tags/icons-links-header</link>
		<description>Support Forum - Tag: icons. links. header - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Thu, 20 Jun 2013 10:32:10 +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/tags/icons-links-header" rel="self" type="application/rss+xml" />

		<item>
			<title>Devin on "how do I add new social icons in the header"</title>
			<link>http://www.kriesi.at/support/topic/how-do-i-add-new-social-icons-in-the-header#post-73513</link>
			<pubDate>Wed, 29 Aug 2012 16:39:51 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">73513@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad it helped LateForWork :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>LateForWork on "how do I add new social icons in the header"</title>
			<link>http://www.kriesi.at/support/topic/how-do-i-add-new-social-icons-in-the-header#post-73479</link>
			<pubDate>Wed, 29 Aug 2012 14:12:48 +0000</pubDate>
			<dc:creator>LateForWork</dc:creator>
			<guid isPermaLink="false">73479@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I didn't add new social bookmark link but i did change the icons for the ones that are already in this theme. I used this information to do so.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "how do I add new social icons in the header"</title>
			<link>http://www.kriesi.at/support/topic/how-do-i-add-new-social-icons-in-the-header#post-59567</link>
			<pubDate>Sun, 10 Jun 2012 08:51:59 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">59567@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; Glad that Mya could help you :) &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gdeadtoo on "how do I add new social icons in the header"</title>
			<link>http://www.kriesi.at/support/topic/how-do-i-add-new-social-icons-in-the-header#post-59536</link>
			<pubDate>Sat, 09 Jun 2012 19:55:41 +0000</pubDate>
			<dc:creator>gdeadtoo</dc:creator>
			<guid isPermaLink="false">59536@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;that work!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gdeadtoo on "how do I add new social icons in the header"</title>
			<link>http://www.kriesi.at/support/topic/how-do-i-add-new-social-icons-in-the-header#post-59535</link>
			<pubDate>Sat, 09 Jun 2012 19:47:59 +0000</pubDate>
			<dc:creator>gdeadtoo</dc:creator>
			<guid isPermaLink="false">59535@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I'll give it a try, thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Mya on "how do I add new social icons in the header"</title>
			<link>http://www.kriesi.at/support/topic/how-do-i-add-new-social-icons-in-the-header#post-59506</link>
			<pubDate>Sat, 09 Jun 2012 14:55:45 +0000</pubDate>
			<dc:creator>Mya</dc:creator>
			<guid isPermaLink="false">59506@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi gdeadtoo,&#60;/p&#62;
&#60;p&#62;There was a mistake in the code given to you above. You'll want to make sure you add your Pinterest link after the closing ?&#38;gt;. So this is what you're looking to do:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#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;;
?&#38;gt;
&#38;lt;li class=&#38;quot;pinterest&#38;quot;&#38;gt;&#38;lt;a href=&#38;quot;http://pinterest.com/crushworthymoms&#38;quot;&#38;gt;Pinterest&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Mya
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gdeadtoo on "how do I add new social icons in the header"</title>
			<link>http://www.kriesi.at/support/topic/how-do-i-add-new-social-icons-in-the-header#post-59345</link>
			<pubDate>Fri, 08 Jun 2012 15:06:26 +0000</pubDate>
			<dc:creator>gdeadtoo</dc:creator>
			<guid isPermaLink="false">59345@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;tried that and got this error:&#60;/p&#62;
&#60;p&#62;Parse error: syntax error, unexpected '&#38;lt;' in /homepages/28/d139802609/htdocs/crush/wp-content/themes/brightbox/header.php on line 102
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "how do I add new social icons in the header"</title>
			<link>http://www.kriesi.at/support/topic/how-do-i-add-new-social-icons-in-the-header#post-59296</link>
			<pubDate>Fri, 08 Jun 2012 08:03:04 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">59296@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;If you want to add pinterest just do this. Look for this code.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;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;then at the bottom place this code&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;li class=&#38;quot;pinterest&#38;quot;&#38;gt;&#38;lt;a href=&#38;quot;http://pinterest.com/crushworthymoms&#38;quot;&#38;gt;Pinterest&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;On your custom.css place this&#60;/p&#62;
&#60;p&#62;&#60;code&#62;.social_bookmarks .pinterest a{background: transparent url(../images/skin1/pinterest.png) 0 0 no-repeat;}&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;You need to provide the pinterest.png file and place it on images &#38;gt; skin1 folder. It has to be same dimension with the social media icons provided.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gdeadtoo on "how do I add new social icons in the header"</title>
			<link>http://www.kriesi.at/support/topic/how-do-i-add-new-social-icons-in-the-header#post-59207</link>
			<pubDate>Thu, 07 Jun 2012 13:55:13 +0000</pubDate>
			<dc:creator>gdeadtoo</dc:creator>
			<guid isPermaLink="false">59207@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;not working&#60;/p&#62;
&#60;p&#62;I'm trying to add Printerest&#60;/p&#62;
&#60;p&#62;here's my link&#60;br /&#62;
&#60;a href=&#34;http://pinterest.com/crushworthymoms/&#34; rel=&#34;nofollow&#34;&#62;http://pinterest.com/crushworthymoms/&#60;/a&#62;  &#60;/p&#62;
&#60;p&#62;is this the correct code?&#60;/p&#62;
&#60;p&#62;if($twitter = avia_get_option('twitter')) echo &#34;&#38;lt;li class='twitter'&#38;gt;&#60;a href='http://twitter.com/&#34;.$twitter.&#34;'&#62;Twitter&#60;/a&#62;&#34;;&#60;br /&#62;
if($facebook = avia_get_option('facebook')) echo &#34;&#38;lt;li class='facebook'&#38;gt;&#60;a href='&#34;.$facebook.&#34;'&#62;Twitter&#60;/a&#62;&#34;;&#60;br /&#62;
&#38;lt;li class=&#34;Printerest&#34;&#38;gt;&#60;a href=&#34;new-link-for-social-media&#34;&#62;&#60;a href=&#34;http://pinterest.com/crushworthymoms&#34; rel=&#34;nofollow&#34;&#62;http://pinterest.com/crushworthymoms&#60;/a&#62; &#60;/a&#62;&#60;/p&#62;
&#60;p&#62;csuse, this does not work, i  get this error:&#60;/p&#62;
&#60;p&#62;Parse error: syntax error, unexpected '&#38;lt;' in /homepages/28/d139802609/htdocs/crush/wp-content/themes/brightbox/header.php on line 102
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gdeadtoo on "how do I add new social icons in the header"</title>
			<link>http://www.kriesi.at/support/topic/how-do-i-add-new-social-icons-in-the-header#post-59194</link>
			<pubDate>Thu, 07 Jun 2012 11:45:26 +0000</pubDate>
			<dc:creator>gdeadtoo</dc:creator>
			<guid isPermaLink="false">59194@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "how do I add new social icons in the header"</title>
			<link>http://www.kriesi.at/support/topic/how-do-i-add-new-social-icons-in-the-header#post-59183</link>
			<pubDate>Thu, 07 Jun 2012 10:15:40 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">59183@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;You can find the code for the social medias on header.php. Simplest way to do it is to find this code.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;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;;
&#38;lt;li class=&#38;quot;new-social-media&#38;quot;&#38;gt;&#38;lt;a href=&#38;quot;new-link-for-social-media&#38;quot;&#38;gt;New Social Media Icon&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Just replace the li class and the anchor link. Style it on your custom.css just like this. You should also provide a new icon image.&#60;/p&#62;
&#60;p&#62;&#60;code&#62;.social_bookmarks .new-social-media a{background: transparent url(../images/skin1/New Social Media Icon.png) 0 0  no-repeat;}&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gdeadtoo on "how do I add new social icons in the header"</title>
			<link>http://www.kriesi.at/support/topic/how-do-i-add-new-social-icons-in-the-header#post-59140</link>
			<pubDate>Thu, 07 Jun 2012 02:38:59 +0000</pubDate>
			<dc:creator>gdeadtoo</dc:creator>
			<guid isPermaLink="false">59140@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I want to add my own icons, how do I do it?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
