<?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 Plugin not showing</title>
		<link>http://www.kriesi.at/support/topic/social-plugin-not-showing</link>
		<description>Support Forum - Topic: Social Plugin not showing</description>
		<language>en-US</language>
		<pubDate>Thu, 20 Jun 2013 09:43:21 +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-plugin-not-showing" rel="self" type="application/rss+xml" />

		<item>
			<title>hotflares on "Social Plugin not showing"</title>
			<link>http://www.kriesi.at/support/topic/social-plugin-not-showing#post-37931</link>
			<pubDate>Tue, 17 Jan 2012 16:32:47 +0000</pubDate>
			<dc:creator>hotflares</dc:creator>
			<guid isPermaLink="false">37931@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I've now managed to solve this -&#60;/p&#62;
&#60;p&#62;open up plugins/social/assets/coments.css and change line 95 from&#60;/p&#62;
&#60;p&#62;#social #commentform {&#60;br /&#62;
	overflow: hidden;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;to&#60;/p&#62;
&#60;p&#62;#social #commentform {&#60;br /&#62;
	overflow: visible;&#60;br /&#62;
}
&#60;/p&#62;</description>
		</item>
		<item>
			<title>hotflares on "Social Plugin not showing"</title>
			<link>http://www.kriesi.at/support/topic/social-plugin-not-showing#post-37811</link>
			<pubDate>Mon, 16 Jan 2012 14:19:04 +0000</pubDate>
			<dc:creator>hotflares</dc:creator>
			<guid isPermaLink="false">37811@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi&#60;/p&#62;
&#60;p&#62;Thanks for the reply. &#60;/p&#62;
&#60;p&#62;I can't find the loop-index.php file so I can only guess that I can't add any code. Is if(has_tag() &#38;amp;&#38;amp; is_single()) the code that needs to be inserted or do I need to insert some code before this line? if so what code? and where can I try without the loop-index.php being present?&#60;/p&#62;
&#60;p&#62;Sorry but I have very limited php skills and really need to try and get this sorted. I love the theme and this is the only issue that is stopping me going live. If it helps you can see my issue here &#60;a href=&#34;http://www.eclecticcar.co.uk/2012/01/getting-the-sl-ready-for-its-mot/#respond&#34; rel=&#34;nofollow&#34;&#62;http://www.eclecticcar.co.uk/2012/01/getting-the-sl-ready-for-its-mot/#respond&#60;/a&#62;.&#60;/p&#62;
&#60;p&#62;On blog posts that already have comments you can see the comments but have no way of commenting as the form seems to be missing&#60;br /&#62;
&#60;a href=&#34;http://www.eclecticcar.co.uk/2012/01/mercedes-220-seb-mechanical-restoration/#comments&#34; rel=&#34;nofollow&#34;&#62;http://www.eclecticcar.co.uk/2012/01/mercedes-220-seb-mechanical-restoration/#comments&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;To see the plugin working correctly visit &#60;a href=&#34;http://www.eclecticcars.co.uk/2012/01/z4-m-coupe-in-for-a-quickie/#comments&#34; rel=&#34;nofollow&#34;&#62;http://www.eclecticcars.co.uk/2012/01/z4-m-coupe-in-for-a-quickie/#comments&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Any further assistance that you could give would be brilliant.&#60;/p&#62;
&#60;p&#62;Cheers&#60;br /&#62;
Stuart
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Social Plugin not showing"</title>
			<link>http://www.kriesi.at/support/topic/social-plugin-not-showing#post-37627</link>
			<pubDate>Sat, 14 Jan 2012 09:36:40 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">37627@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
if the plugin offer a php dnippet too you can add the code to includes/loop-index.php. I'd insert the code before following line:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;if(has_tag() &#38;amp;&#38;amp; is_single())&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>hotflares on "Social Plugin not showing"</title>
			<link>http://www.kriesi.at/support/topic/social-plugin-not-showing#post-37591</link>
			<pubDate>Fri, 13 Jan 2012 16:00:52 +0000</pubDate>
			<dc:creator>hotflares</dc:creator>
			<guid isPermaLink="false">37591@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi&#60;br /&#62;
I'm trying to get the Mail chimp Social plugin &#60;a href=&#34;http://mailchimp.com/social-plugin-for-wordpress/&#34; rel=&#34;nofollow&#34;&#62;http://mailchimp.com/social-plugin-for-wordpress/&#60;/a&#62; working on the Abundance theme but I'm unable to get it to show up under any of my posts.&#60;/p&#62;
&#60;p&#62;Has anyone else encountered this issue and if so is there a fix? I really need this plugin working before I can make my site live. I've used it before with the Genesis framework and it works perfectly, but with Abundance it's a no no.&#60;/p&#62;
&#60;p&#62;Any help would be greatly appreciated.&#60;/p&#62;
&#60;p&#62;Stuart
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
