<?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: social network icons are not working and want to add Pinterest</title>
		<link>http://www.kriesi.at/support/topic/social-network-icons-are-not-working-and-want-to-add-pinterest</link>
		<description>Support Forum - Topic: social network icons are not working and want to add Pinterest</description>
		<language>en-US</language>
		<pubDate>Mon, 20 May 2013 12:01: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/social-network-icons-are-not-working-and-want-to-add-pinterest" rel="self" type="application/rss+xml" />

		<item>
			<title>Devin on "social network icons are not working and want to add Pinterest"</title>
			<link>http://www.kriesi.at/support/topic/social-network-icons-are-not-working-and-want-to-add-pinterest#post-80062</link>
			<pubDate>Wed, 17 Oct 2012 11:55:05 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">80062@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Peas,&#60;/p&#62;
&#60;p&#62;It looks like you don't have the address right for the icons. Make sure to upload them and that you have the correct location so that you can pull them up by navigating directly to them: &#60;a href=&#34;http://www.spellitwithpeas.com/wp-content/themes/brightbox/images/skin1/pinterest24x24.png&#34; rel=&#34;nofollow&#34;&#62;http://www.spellitwithpeas.com/wp-content/themes/brightbox/images/skin1/pinterest24x24.png&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;If you can send me a temporary admin login I can re-arrange the icons for you. It'll be quicker than going back and forth here making sure none of the code or syntax gets messed up.&#60;/p&#62;
&#60;p&#62;You can send the information to my email at DevinVinson (at) gmail.com. Make sure to include a link to this topic so that my spam filter doesn't grab it :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>peas on "social network icons are not working and want to add Pinterest"</title>
			<link>http://www.kriesi.at/support/topic/social-network-icons-are-not-working-and-want-to-add-pinterest#post-80059</link>
			<pubDate>Wed, 17 Oct 2012 11:47:26 +0000</pubDate>
			<dc:creator>peas</dc:creator>
			<guid isPermaLink="false">80059@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;This is my site: &#60;a href=&#34;http://www.spellitwithpeas.com/&#34; rel=&#34;nofollow&#34;&#62;http://www.spellitwithpeas.com/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>peas on "social network icons are not working and want to add Pinterest"</title>
			<link>http://www.kriesi.at/support/topic/social-network-icons-are-not-working-and-want-to-add-pinterest#post-80047</link>
			<pubDate>Wed, 17 Oct 2012 11:04:27 +0000</pubDate>
			<dc:creator>peas</dc:creator>
			<guid isPermaLink="false">80047@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Dude,&#60;br /&#62;
Thank you so much for your help!&#60;br /&#62;
1) I can now click the icon and my facebook/twitter opens on a new window. Thank you.&#60;/p&#62;
&#60;p&#62;2) I added/replaced all the text as you have indicated in the custom.css and the header.php and I think I'm halfway there, but may have done something wrong.&#60;br /&#62;
   - I also added etsy to custom.css:&#60;br /&#62;
.social_bookmarks .etsy a {&#60;br /&#62;
    background: url(&#34;../images/skin1/etsy.png&#34;) no-repeat scroll 0 0 transparent;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;and to header.php&#60;/p&#62;
&#60;p&#62;Etsy and Pinterest icons are not visible in the header now; however, if I hover over their space and click, I can get to the associated page.&#60;/p&#62;
&#60;p&#62;This is what I have:&#60;br /&#62;
&#38;lt;ul class=&#34;social_bookmarks&#34;&#38;gt;&#60;br /&#62;
						&#38;lt;li class='rss'&#38;gt;&#60;a&#62;&#34;&#38;gt;RSS&#60;/a&#62;&#60;br /&#62;
&#38;lt;li class='pinterest'&#38;gt;&#60;a href=&#34;http://http://pinterest.com/spellitwithpeas/&#34;&#62;Pinterest&#60;/a&#62;&#60;br /&#62;
&#38;lt;li class='etsy'&#38;gt;&#60;a href=&#34;https://www.etsy.com/shop/spellitwithPEAS&#34;&#62;Etsy&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;						&#38;lt;?php&#60;br /&#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;gt;	&#60;/p&#62;
&#60;p&#62;					&#38;lt;!-- end social_bookmarks--&#38;gt;&#60;/p&#62;
&#60;p&#62;3) I would also like to rearrange the icons like this, if it's possible (I tried and ended up making a mess and had to revert to the original code):&#60;br /&#62;
RSS, facebook, Pinterest, Twitter, Etsy&#60;/p&#62;
&#60;p&#62;Cheers!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "social network icons are not working and want to add Pinterest"</title>
			<link>http://www.kriesi.at/support/topic/social-network-icons-are-not-working-and-want-to-add-pinterest#post-80010</link>
			<pubDate>Wed, 17 Oct 2012 07:21:21 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">80010@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;1) Add following code to css/custom.css or the quick css field to fix the social icon issue:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.social_bookmarks {
    z-index: 100;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;2) tbh I'm not sure if the iconsweet icon set: &#60;a href=&#34;http://www.iconsweets2.com/&#34; rel=&#34;nofollow&#34;&#62;http://www.iconsweets2.com/&#60;/a&#62; offers a Pinterest icon but anyway - upload your 24x24px icon (I called it pinterest.png in the sample code below) into the brightbox\images\shared folder and add following code to css/custom.css:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.social_bookmarks .pinterest a {
    background: url(&#38;quot;../images/skin1/pinterest.png&#38;quot;) no-repeat scroll 0 0 transparent;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;At least open up header.php and replace:&#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;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;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;&#38;gt;RSS&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;
&#38;lt;li class=&#38;#39;pinterest&#38;#39;&#38;gt;&#38;lt;a href=&#38;quot;http://myaccounturl.com&#38;quot;&#38;gt;Pinterest&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and instead of &#60;a href=&#34;http://myaccounturl.com&#34; rel=&#34;nofollow&#34;&#62;http://myaccounturl.com&#60;/a&#62; insert your pinterest account url.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>peas on "social network icons are not working and want to add Pinterest"</title>
			<link>http://www.kriesi.at/support/topic/social-network-icons-are-not-working-and-want-to-add-pinterest#post-79945</link>
			<pubDate>Tue, 16 Oct 2012 10:33:33 +0000</pubDate>
			<dc:creator>peas</dc:creator>
			<guid isPermaLink="false">79945@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;br /&#62;
1) I have the icons for facebook and twitter, but they only refresh the page when they are clicked. How do I get them to reroute to the proper pages?&#60;br /&#62;
2) How do I add the Pinterest icon and likewise, have the icon reroute to my pinterest page?&#60;/p&#62;
&#60;p&#62;Thank you!!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
