<?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: How to add social media categories</title>
		<link>http://www.kriesi.at/support/topic/how-to-add-social-media-categories</link>
		<description>Support Forum - Topic: How to add social media categories</description>
		<language>en-US</language>
		<pubDate>Sun, 26 May 2013 00:13:48 +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/how-to-add-social-media-categories" rel="self" type="application/rss+xml" />

		<item>
			<title>Ismael on "How to add social media categories"</title>
			<link>http://www.kriesi.at/support/topic/how-to-add-social-media-categories#post-73406</link>
			<pubDate>Wed, 29 Aug 2012 03:48:30 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">73406@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi mimishkoumish,&#60;/p&#62;
&#60;p&#62;Just add this code in your Quick CSS:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.hide_content_wrap {
width: 100%;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;or this code, if the code above doesn't work:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.hide_content_wrap {
width: 100% !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>mimishkoumish on "How to add social media categories"</title>
			<link>http://www.kriesi.at/support/topic/how-to-add-social-media-categories#post-73400</link>
			<pubDate>Wed, 29 Aug 2012 03:14:47 +0000</pubDate>
			<dc:creator>mimishkoumish</dc:creator>
			<guid isPermaLink="false">73400@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;This worked perfect, but is there a way to have the copyright info fill the bottom area horizontally where now the social media icons are gone?&#60;br /&#62;
Basically, can I have it show on one line spread out horizontally to cover the entire footer space?&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "How to add social media categories"</title>
			<link>http://www.kriesi.at/support/topic/how-to-add-social-media-categories#post-73396</link>
			<pubDate>Wed, 29 Aug 2012 02:53:36 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">73396@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi ,&#60;/p&#62;
&#60;p&#62;You can get rid of the social media icons (theme default), by adding this code in Quick CSS or custom.css:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.social_bookmarks {
   display: none;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;or this one:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.social_bookmarks {
   display: none !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>mimishkoumish on "How to add social media categories"</title>
			<link>http://www.kriesi.at/support/topic/how-to-add-social-media-categories#post-73332</link>
			<pubDate>Tue, 28 Aug 2012 20:53:12 +0000</pubDate>
			<dc:creator>mimishkoumish</dc:creator>
			<guid isPermaLink="false">73332@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Is it possible to completely eliminate the social media icons provided as a default with the theme so I can just use the plugins?&#60;br /&#62;
How can I do this?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "How to add social media categories"</title>
			<link>http://www.kriesi.at/support/topic/how-to-add-social-media-categories#post-73120</link>
			<pubDate>Tue, 28 Aug 2012 00:46:52 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">73120@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Flashlight is limited with that option but if you want to add some social medias, you can open sidebar.php and find this code&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;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;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Below that you can add something like&#60;/p&#62;
&#60;p&#62;&#60;code&#62;echo &#38;quot;&#38;lt;li class=&#38;#39;pinterest&#38;#39;&#38;gt;&#38;lt;a href=&#38;#39;http://pinterest.com/your-account&#38;#39;&#38;gt;Pinterest&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;&#38;quot;;&#60;/code&#62;`&#60;/p&#62;
&#60;p&#62;Then open custom.css and add this code&#60;/p&#62;
&#60;p&#62;&#60;code&#62;.social_bookmarks .pinterest a{background: transparent url(../images/skin-dark/icons-rounded-pinterest.png) 0 0  no-repeat;}&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;You need to provide the pinterest icon.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mimishkoumish on "How to add social media categories"</title>
			<link>http://www.kriesi.at/support/topic/how-to-add-social-media-categories#post-73116</link>
			<pubDate>Tue, 28 Aug 2012 00:03:31 +0000</pubDate>
			<dc:creator>mimishkoumish</dc:creator>
			<guid isPermaLink="false">73116@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;How can I add social media categories? All I see is the RSS, Facebook and Twitter options, but I'd like to add Pinterest, Instagram, etc.&#60;br /&#62;
How can I do this?&#60;/p&#62;
&#60;p&#62;Thank you!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
