<?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: social media buttons - Recent Posts</title>
		<link>http://www.kriesi.at/support/tags/social-media-buttons</link>
		<description>Support Forum - Tag: social media buttons - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Sat, 25 May 2013 11:51:56 +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/social-media-buttons" rel="self" type="application/rss+xml" />

		<item>
			<title>dtinnelly on "How to remove social media buttons that appear after posts"</title>
			<link>http://www.kriesi.at/support/topic/how-to-remove-social-media-buttons-that-appear-after-posts#post-106182</link>
			<pubDate>Fri, 19 Apr 2013 02:51:18 +0000</pubDate>
			<dc:creator>dtinnelly</dc:creator>
			<guid isPermaLink="false">106182@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Figured it out, the SSB plugin was putting them after every page, it seemed that every element of the dynamic pages are seen as a single page/post. Just disabled the plugin.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dtinnelly on "How to remove social media buttons that appear after posts"</title>
			<link>http://www.kriesi.at/support/topic/how-to-remove-social-media-buttons-that-appear-after-posts#post-106170</link>
			<pubDate>Thu, 18 Apr 2013 22:52:00 +0000</pubDate>
			<dc:creator>dtinnelly</dc:creator>
			<guid isPermaLink="false">106170@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I am having trouble with my dynamic page layouts. If I insert columns with direct input text they always seem to appear with the simple social media buttons after it. I have turned this off on the page edit but they still appear. What can I do to remove these?&#60;/p&#62;
&#60;p&#62;Dan
&#60;/p&#62;</description>
		</item>
		<item>
			<title>pwsanders on "Social Media Fix for Frontpage"</title>
			<link>http://www.kriesi.at/support/topic/social-media-fix-for-frontpage#post-97254</link>
			<pubDate>Mon, 18 Feb 2013 15:28:45 +0000</pubDate>
			<dc:creator>pwsanders</dc:creator>
			<guid isPermaLink="false">97254@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks it worked perfectly!&#60;br /&#62;
Have an excellent day
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Issue with Fixed Social Media Buttons"</title>
			<link>http://www.kriesi.at/support/topic/issue-with-fixed-social-media-buttons#post-97194</link>
			<pubDate>Mon, 18 Feb 2013 08:54:18 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">97194@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi pwsanders,&#60;/p&#62;
&#60;p&#62;I have answered that question in this thread: &#60;a href=&#34;http://www.kriesi.at/support/topic/social-media-fix-for-frontpage&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/social-media-fix-for-frontpage&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Social Media Fix for Frontpage"</title>
			<link>http://www.kriesi.at/support/topic/social-media-fix-for-frontpage#post-97188</link>
			<pubDate>Mon, 18 Feb 2013 08:30:19 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">97188@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi pwsanders,&#60;/p&#62;
&#60;p&#62;Try to replace this code:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top .social_bookmarks {
position: fixed;
top: 250px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with this code:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top .social_bookmarks {
position: fixed;
top: 250px !important;
}&#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>pwsanders on "Social Media Fix for Frontpage"</title>
			<link>http://www.kriesi.at/support/topic/social-media-fix-for-frontpage#post-97081</link>
			<pubDate>Sat, 16 Feb 2013 22:15:20 +0000</pubDate>
			<dc:creator>pwsanders</dc:creator>
			<guid isPermaLink="false">97081@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
I used the following CSS to fix my social media buttons:&#60;br /&#62;
#top .social_bookmarks {&#60;br /&#62;
position: fixed;&#60;br /&#62;
top: 250px;&#60;br /&#62;
}.home .noLightbox.social_bookmarks.icon_count_5 {&#60;br /&#62;
top: 250px !important;&#60;br /&#62;
}&#60;br /&#62;
And it works on every page perfectly except for my frontpage(homepage). The buttons are fixed at the very bottom of the screen.&#60;br /&#62;
Here is a link to the page: &#60;a href=&#34;http://tailoredbystephenb.com/&#34; rel=&#34;nofollow&#34;&#62;http://tailoredbystephenb.com/&#60;/a&#62;&#60;br /&#62;
Thanks,
&#60;/p&#62;</description>
		</item>
		<item>
			<title>pwsanders on "Issue with Fixed Social Media Buttons"</title>
			<link>http://www.kriesi.at/support/topic/issue-with-fixed-social-media-buttons#post-97055</link>
			<pubDate>Sat, 16 Feb 2013 18:19:56 +0000</pubDate>
			<dc:creator>pwsanders</dc:creator>
			<guid isPermaLink="false">97055@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
I used the following CSS to fix my social media buttons:&#60;br /&#62;
#top .social_bookmarks {&#60;br /&#62;
position: fixed;&#60;br /&#62;
top: 250px;&#60;br /&#62;
}.home .noLightbox.social_bookmarks.icon_count_5 {&#60;br /&#62;
top: 250px !important;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;And it works on every page perfectly except for my frontpage(homepage). The buttons are fixed at the very bottom of the screen.&#60;br /&#62;
Here is a link to the page: &#60;a href=&#34;http://tailoredbystephenb.com/&#34; rel=&#34;nofollow&#34;&#62;http://tailoredbystephenb.com/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks,
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Issue with Fixed Social Media Buttons"</title>
			<link>http://www.kriesi.at/support/topic/issue-with-fixed-social-media-buttons#post-95582</link>
			<pubDate>Thu, 07 Feb 2013 05:55:45 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">95582@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;You can place this at the very bottom of your custom.css&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.home .noLightbox.social_bookmarks.icon_count_5 {
top: 250px !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tjmaxwell on "Issue with Fixed Social Media Buttons"</title>
			<link>http://www.kriesi.at/support/topic/issue-with-fixed-social-media-buttons#post-95546</link>
			<pubDate>Wed, 06 Feb 2013 23:34:16 +0000</pubDate>
			<dc:creator>tjmaxwell</dc:creator>
			<guid isPermaLink="false">95546@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;I found a bit of code to add to my custom CSS to &#34;fix&#34; the social media buttons on the right:&#60;/p&#62;
&#60;p&#62;#top .social_bookmarks {&#60;br /&#62;
position: fixed;&#60;br /&#62;
top: 250px;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;It works great for all my interior pages, but on the homepage, it's showing at the very bottom of the screen and several of the buttons get cut off.  This started happening when I switched my slider type to the big full width slider.  Any idea how to fix this?&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://squaresound.wpengine.com&#34; rel=&#34;nofollow&#34;&#62;http://squaresound.wpengine.com&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Social media buttons implemented in portfolio item &#62; meta information"</title>
			<link>http://www.kriesi.at/support/topic/social-media-buttons-implemented-in-portfolio-item-meta-information#post-77714</link>
			<pubDate>Fri, 28 Sep 2012 06:34:34 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">77714@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; The php code which loads the single portfolio entries on the ajax portfolio page can be found in functions.php - search for following function:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;function avia_portfolio_meta($id = false)&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>petrabypeetcom on "Social media buttons implemented in portfolio item &#62; meta information"</title>
			<link>http://www.kriesi.at/support/topic/social-media-buttons-implemented-in-portfolio-item-meta-information#post-77464</link>
			<pubDate>Wed, 26 Sep 2012 18:40:15 +0000</pubDate>
			<dc:creator>petrabypeetcom</dc:creator>
			<guid isPermaLink="false">77464@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi!&#60;br /&#62;
I'm working with the Angular theme. I've uploaded a social media plugin. It provides a php code to implement social media buttons in specific pages. Now I would like to place the buttons underneath the meta text, shown next to the portfolio lightbox. On the single portfolio page I've already implemented the social media buttons (via loop-portfolio.php). My problem lies in the portfolio items opened on the same page. Do you know which php file I need for this?&#60;/p&#62;
&#60;p&#62;I hope I made myself clear. Could you please help me out? Thank you so much.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Mya on "social media buttons"</title>
			<link>http://www.kriesi.at/support/topic/social-media-buttons#post-64159</link>
			<pubDate>Fri, 06 Jul 2012 21:30:19 +0000</pubDate>
			<dc:creator>Mya</dc:creator>
			<guid isPermaLink="false">64159@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi TnClinic,&#60;/p&#62;
&#60;p&#62;Yes, you'll need to open your helper-social-media.php located in the includes folder and change this line&#60;/p&#62;
&#60;p&#62;&#60;code&#62;$html .= &#38;quot;&#38;lt;a href=&#38;#39;&#38;quot;.$icon[&#38;#39;social_icon_link&#38;#39;].&#38;quot;&#38;#39;&#38;gt;&#38;quot;.ucfirst($icon[&#38;#39;social_icon&#38;#39;]).&#38;quot;&#38;lt;/a&#38;gt;&#38;quot;;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;to this line&#60;/p&#62;
&#60;p&#62;&#60;code&#62;$html .= &#38;quot;&#38;lt;a target=&#38;#39;_blank&#38;#39; href=&#38;#39;&#38;quot;.$icon[&#38;#39;social_icon_link&#38;#39;].&#38;quot;&#38;#39;&#38;gt;&#38;quot;.ucfirst($icon[&#38;#39;social_icon&#38;#39;]).&#38;quot;&#38;lt;/a&#38;gt;&#38;quot;;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Mya
&#60;/p&#62;</description>
		</item>
		<item>
			<title>TnClinic on "social media buttons"</title>
			<link>http://www.kriesi.at/support/topic/social-media-buttons#post-64130</link>
			<pubDate>Fri, 06 Jul 2012 18:21:52 +0000</pubDate>
			<dc:creator>TnClinic</dc:creator>
			<guid isPermaLink="false">64130@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;is there a way to make the social media buttons open in another page?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Beard on "Mouse-Over colour for social media buttons"</title>
			<link>http://www.kriesi.at/support/topic/mouse-over-colour-for-social-media-buttons#post-30730</link>
			<pubDate>Sun, 30 Oct 2011 02:22:22 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">30730@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
yep, it's as simple as downloading, editing and re-uploading (&#38;amp; overwriting)!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>santara on "Mouse-Over colour for social media buttons"</title>
			<link>http://www.kriesi.at/support/topic/mouse-over-colour-for-social-media-buttons#post-30652</link>
			<pubDate>Fri, 28 Oct 2011 04:22:17 +0000</pubDate>
			<dc:creator>santara</dc:creator>
			<guid isPermaLink="false">30652@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;hi!&#60;br /&#62;
thanks for the reply.&#60;br /&#62;
however, im not an IT person so i don't know how to make new buttons. can i just download the files and then change their colour in a program and upload again to the same folder?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Beard on "Mouse-Over colour for social media buttons"</title>
			<link>http://www.kriesi.at/support/topic/mouse-over-colour-for-social-media-buttons#post-30577</link>
			<pubDate>Thu, 27 Oct 2011 00:19:35 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">30577@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
thanks rumblefish for helping out, this sounds correct.&#60;br /&#62;
santara, if you could link to your site I can provide specific instructions.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>rumblefish on "Mouse-Over colour for social media buttons"</title>
			<link>http://www.kriesi.at/support/topic/mouse-over-colour-for-social-media-buttons#post-30536</link>
			<pubDate>Wed, 26 Oct 2011 17:27:47 +0000</pubDate>
			<dc:creator>rumblefish</dc:creator>
			<guid isPermaLink="false">30536@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I think the top and bottom social media icons are transparent .png files (images).  So you would need to create new ones in the colour you want, then fix the css to make them change colour when you roll over them. Or you could change the colour of a background image that goes behind them. The files are in the &#34;images&#34; folder of the theme.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>santara on "Mouse-Over colour for social media buttons"</title>
			<link>http://www.kriesi.at/support/topic/mouse-over-colour-for-social-media-buttons#post-30523</link>
			<pubDate>Wed, 26 Oct 2011 14:18:24 +0000</pubDate>
			<dc:creator>santara</dc:creator>
			<guid isPermaLink="false">30523@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;How can i add a white colour mouse-over on the top and bottom social media buttons?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
