<?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: bookmarks - Recent Posts</title>
		<link>http://www.kriesi.at/support/tags/bookmarks</link>
		<description>Support Forum - Tag: bookmarks - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Wed, 22 May 2013 20:42: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/bookmarks" rel="self" type="application/rss+xml" />

		<item>
			<title>Ismael on "How or where can I chang Social Bookmarks position?"</title>
			<link>http://www.kriesi.at/support/topic/social-bookmarks-position#post-88514</link>
			<pubDate>Sun, 16 Dec 2012 23:36:02 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">88514@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;Glad you found it.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Icarox on "How or where can I chang Social Bookmarks position?"</title>
			<link>http://www.kriesi.at/support/topic/social-bookmarks-position#post-88498</link>
			<pubDate>Sun, 16 Dec 2012 19:57:45 +0000</pubDate>
			<dc:creator>Icarox</dc:creator>
			<guid isPermaLink="false">88498@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Sorry in Style.css
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Icarox on "How or where can I chang Social Bookmarks position?"</title>
			<link>http://www.kriesi.at/support/topic/social-bookmarks-position#post-88496</link>
			<pubDate>Sun, 16 Dec 2012 19:53:36 +0000</pubDate>
			<dc:creator>Icarox</dc:creator>
			<guid isPermaLink="false">88496@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi there,&#60;/p&#62;
&#60;p&#62;I'd like to change position of the Social Bookmarks. I'd like to change it just below the search box.&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Social Bookmarks on same line as Infotext on Mobile Layouts"</title>
			<link>http://www.kriesi.at/support/topic/social-bookmarks-on-same-line-as-infotext-on-mobile-layouts#post-66327</link>
			<pubDate>Wed, 18 Jul 2012 09:16:35 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">66327@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi radugidei,&#60;/p&#62;
&#60;p&#62;Glad that I could help you. :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>radugidei on "Social Bookmarks on same line as Infotext on Mobile Layouts"</title>
			<link>http://www.kriesi.at/support/topic/social-bookmarks-on-same-line-as-infotext-on-mobile-layouts#post-66321</link>
			<pubDate>Wed, 18 Jul 2012 09:07:07 +0000</pubDate>
			<dc:creator>radugidei</dc:creator>
			<guid isPermaLink="false">66321@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;cheers Ismael,&#60;br /&#62;
it was the &#60;code&#62;clear : both;&#60;/code&#62; that was giving me trouble
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Social Bookmarks on same line as Infotext on Mobile Layouts"</title>
			<link>http://www.kriesi.at/support/topic/social-bookmarks-on-same-line-as-infotext-on-mobile-layouts#post-66291</link>
			<pubDate>Wed, 18 Jul 2012 06:30:31 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">66291@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi radugidei,&#60;/p&#62;
&#60;p&#62;Kindly open your layout.css (path: wp-content/themes/coherence/css/layout.css) and find this line of code:&#60;br /&#62;
&#60;code&#62;.responsive #top .social_bookmarks&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;The whole code should look like this:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.responsive #top .social_bookmarks {
   position: relative;
   top: auto;
   clear: both;
   left: -30px;
   margin: 0;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;replace the code above with this code:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.responsive #top .social_bookmarks {
   position: relative;
   top: -28px;
   clear: both;
   left: 360px;
   margin: 0;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Just adjust the top and left value. Hope this helps. :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>radugidei on "Social Bookmarks on same line as Infotext on Mobile Layouts"</title>
			<link>http://www.kriesi.at/support/topic/social-bookmarks-on-same-line-as-infotext-on-mobile-layouts#post-66233</link>
			<pubDate>Wed, 18 Jul 2012 00:47:40 +0000</pubDate>
			<dc:creator>radugidei</dc:creator>
			<guid isPermaLink="false">66233@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;hi there,&#60;/p&#62;
&#60;p&#62;is there a way to make the social bookmarks stay on the same line as the infotext on small layouts ? at the moment, the go the next line, underneath. &#60;/p&#62;
&#60;p&#62;Happens in demo theme installation as well.&#60;/p&#62;
&#60;p&#62;cheers
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Open social bookmark links in new tab/window"</title>
			<link>http://www.kriesi.at/support/topic/open-social-bookmark-links-in-new-tabwindow#post-62790</link>
			<pubDate>Fri, 29 Jun 2012 06:35:37 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">62790@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; Glad that you found a solution :) &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>metropolitandetail on "Open social bookmark links in new tab/window"</title>
			<link>http://www.kriesi.at/support/topic/open-social-bookmark-links-in-new-tabwindow#post-62725</link>
			<pubDate>Thu, 28 Jun 2012 21:05:27 +0000</pubDate>
			<dc:creator>metropolitandetail</dc:creator>
			<guid isPermaLink="false">62725@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;and what if i want rss in a new window?&#60;/p&#62;
&#60;p&#62;edit: nevermind I got it. I just added the _blank in the corresponding spot
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kriesi on "Corona - social links and icons"</title>
			<link>http://www.kriesi.at/support/topic/corona-social-links-and-icons#post-40891</link>
			<pubDate>Thu, 09 Feb 2012 11:03:49 +0000</pubDate>
			<dc:creator>Kriesi</dc:creator>
			<guid isPermaLink="false">40891@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62;This thread might help you getting it done:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.kriesi.at/support/topic/add-youtube-icon-to-header&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/add-youtube-icon-to-header&#60;/a&#62; &#60;/p&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Kriesi
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Mig75 on "Corona - social links and icons"</title>
			<link>http://www.kriesi.at/support/topic/corona-social-links-and-icons#post-39005</link>
			<pubDate>Fri, 27 Jan 2012 22:49:58 +0000</pubDate>
			<dc:creator>Mig75</dc:creator>
			<guid isPermaLink="false">39005@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;How adding social links and icons /bookmarks on the top or bottom of a page?&#60;br /&#62;
Thanks a lot for your help.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Open social bookmark links in new tab/window"</title>
			<link>http://www.kriesi.at/support/topic/open-social-bookmark-links-in-new-tabwindow#post-33283</link>
			<pubDate>Mon, 28 Nov 2011 07:21:26 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">33283@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Just delete the whole code Chris posted above - the rss icon will be removed too.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>janetbakker on "Open social bookmark links in new tab/window"</title>
			<link>http://www.kriesi.at/support/topic/open-social-bookmark-links-in-new-tabwindow#post-33252</link>
			<pubDate>Sun, 27 Nov 2011 22:45:42 +0000</pubDate>
			<dc:creator>janetbakker</dc:creator>
			<guid isPermaLink="false">33252@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey Chris,&#60;/p&#62;
&#60;p&#62;Thanks! That did the trick for FB and Twitter, but not for the RSS - can you tell me how I can change that to (or remove it entirley since I don't really need it)?&#60;/p&#62;
&#60;p&#62;Thanks!&#60;br /&#62;
Janet
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Beard on "Open social bookmark links in new tab/window"</title>
			<link>http://www.kriesi.at/support/topic/open-social-bookmark-links-in-new-tabwindow#post-33187</link>
			<pubDate>Sun, 27 Nov 2011 04:12:47 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">33187@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
in your sidebar.php find &#34;####### SOCKET CONTAINER #######&#34;. Also find &#60;code&#62;&#38;lt;!-- end social_bookmarks--&#38;gt;&#60;/code&#62; this should be a few lines lower.&#60;/p&#62;
&#60;p&#62;Replace the entire part by&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;####### SOCKET CONTAINER #######
				echo &#38;quot;&#38;lt;div id=&#38;#39;socket&#38;#39; class=&#38;#39;box&#38;#39;&#38;gt;&#38;quot;;

				echo &#38;quot;	&#38;lt;ul class=&#38;#39;social_bookmarks&#38;#39;&#38;gt;&#38;quot;;
				echo &#38;quot;		&#38;lt;li class=&#38;#39;rss&#38;#39;&#38;gt;&#38;lt;a href=&#38;#39;&#38;quot;.avia_get_option(&#38;#39;feedburner&#38;#39;,get_bloginfo(&#38;#39;rss2_url&#38;#39;)).&#38;quot;&#38;#39;&#38;gt;RSS&#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; target=&#38;#39;_blank&#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; target=&#38;#39;_blank&#38;#39;&#38;gt;Twitter&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;&#38;quot;;

				echo &#38;quot;	&#38;lt;/ul&#38;gt;&#38;lt;!-- end social_bookmarks--&#38;gt;&#38;quot;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Let me know if it works :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>janetbakker on "Open social bookmark links in new tab/window"</title>
			<link>http://www.kriesi.at/support/topic/open-social-bookmark-links-in-new-tabwindow#post-33115</link>
			<pubDate>Fri, 25 Nov 2011 18:17:48 +0000</pubDate>
			<dc:creator>janetbakker</dc:creator>
			<guid isPermaLink="false">33115@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello there,&#60;/p&#62;
&#60;p&#62;I would like to open the social bookmark links in a new tab/window. Is that possible and, if so, how do I do that?&#60;/p&#62;
&#60;p&#62;Thanks!&#60;br /&#62;
Janet
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
