<?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: Section - Recent Posts</title>
		<link>http://www.kriesi.at/support/tags/section</link>
		<description>Support Forum - Tag: Section - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Thu, 20 Jun 2013 03:19:49 +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/section" rel="self" type="application/rss+xml" />

		<item>
			<title>Ismael on "Hiding the WP comment section"</title>
			<link>http://www.kriesi.at/support/topic/hiding-the-wp-comment-section#post-114329</link>
			<pubDate>Tue, 28 May 2013 05:39:48 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">114329@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;You can use this on your custom.css or Quick CSS&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.date-container.minor-meta {
display: none;
}

.date-container.minor-meta + .text-sep {
display: none;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>sethrowoldt1 on "Hiding the WP comment section"</title>
			<link>http://www.kriesi.at/support/topic/hiding-the-wp-comment-section#post-114253</link>
			<pubDate>Mon, 27 May 2013 23:43:46 +0000</pubDate>
			<dc:creator>sethrowoldt1</dc:creator>
			<guid isPermaLink="false">114253@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Ok, it appears that I've answered my own question by doing one of the things you have listed above.&#60;br /&#62;
Now is there a way to delete the day published from displaying on each post.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>sethrowoldt1 on "Hiding the WP comment section"</title>
			<link>http://www.kriesi.at/support/topic/hiding-the-wp-comment-section#post-114229</link>
			<pubDate>Mon, 27 May 2013 18:18:54 +0000</pubDate>
			<dc:creator>sethrowoldt1</dc:creator>
			<guid isPermaLink="false">114229@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Is there a way to completely delete the comments sections on the Enfold theme.&#60;br /&#62;
I want to use the posts and portfolio items and bulk headers for the site but don't want it to have comments or dates listed under head heading or picture.&#60;br /&#62;
Thanks!&#60;br /&#62;
&#60;a href=&#34;http://wildwoodmethodist.com/missions/&#34; rel=&#34;nofollow&#34;&#62;http://wildwoodmethodist.com/missions/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Hiding the WP comment section"</title>
			<link>http://www.kriesi.at/support/topic/hiding-the-wp-comment-section#post-69558</link>
			<pubDate>Mon, 06 Aug 2012 07:12:47 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">69558@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Open up angular\includes\format-standard.php and remove following code to get rid of the comment count:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php
						if(comments_open() &#124;&#124; get_comments_number())
						{
							echo &#38;quot;&#38;lt;span class=&#38;#39;comment-container minor-meta&#38;#39;&#38;gt;&#38;quot;;
							comments_popup_link(&#38;quot; &#38;lt;span&#38;gt;0 &#38;quot;.__(&#38;#39;Comments&#38;#39;,&#38;#39;avia_framework&#38;#39;).&#38;quot;&#38;lt;/span&#38;gt;&#38;quot;,
												&#38;quot; &#38;lt;span&#38;gt;1 &#38;quot;.__(&#38;#39;Comment&#38;#39; ,&#38;#39;avia_framework&#38;#39;).&#38;quot;&#38;lt;/span&#38;gt;&#38;quot;,
												&#38;quot; &#38;lt;span&#38;gt;% &#38;quot;.__(&#38;#39;Comments&#38;#39;,&#38;#39;avia_framework&#38;#39;).&#38;quot;&#38;lt;/span&#38;gt;&#38;quot;,&#38;#39;comments-link&#38;#39;,
												__(&#38;#39;Comments Off&#38;#39;  ,&#38;#39;avia_framework&#38;#39;));
							echo &#38;quot;&#38;lt;/span&#38;gt;&#38;lt;span class=&#38;#39;text-sep&#38;#39;&#38;gt;/&#38;lt;/span&#38;gt;&#38;quot;;
						}

						?&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>bertuzziphotos on "Hiding the WP comment section"</title>
			<link>http://www.kriesi.at/support/topic/hiding-the-wp-comment-section#post-69284</link>
			<pubDate>Fri, 03 Aug 2012 18:30:27 +0000</pubDate>
			<dc:creator>bertuzziphotos</dc:creator>
			<guid isPermaLink="false">69284@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Seems to have done the trick! Is there a way to remove the WP comment counter at the top of the post? Or possibly even replace it with a count of FB comments?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Hiding the WP comment section"</title>
			<link>http://www.kriesi.at/support/topic/hiding-the-wp-comment-section#post-69279</link>
			<pubDate>Fri, 03 Aug 2012 18:02:27 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">69279@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi bertuzziphotos,&#60;/p&#62;
&#60;p&#62;Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.comment-entry.post-entry {
display: none;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Then open up includes&#38;gt;comments.php and search for the following:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php
	// You can start editing here -- including this comment!

	//create seperator
	if(comments_open() &#124;&#124; get_comments_number()) echo avia_advanced_hr(__(&#38;#39;Comments&#38;#39;, &#38;#39;avia_framework&#38;#39;));
?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Remove that block to remove the comment HR separator.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>bertuzziphotos on "Hiding the WP comment section"</title>
			<link>http://www.kriesi.at/support/topic/hiding-the-wp-comment-section#post-69272</link>
			<pubDate>Fri, 03 Aug 2012 16:56:19 +0000</pubDate>
			<dc:creator>bertuzziphotos</dc:creator>
			<guid isPermaLink="false">69272@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;After looking through every post here on Facebook comment integration, I still have not found a solution to my problem. I'm trying to use a FB comment plugin and have successfully integrated it (along with making it fluid), but have run out of options on how to completely do away with WP comment content below the FB comment section. &#60;/p&#62;
&#60;p&#62;I found this CSS fix:&#60;/p&#62;
&#60;p&#62;.comment_meta_container,&#60;br /&#62;
.comment_container { display: none; }&#60;/p&#62;
&#60;p&#62;which took care of most of the problem, but I'm still seeing a &#34;comment&#34; horizontal divider with a bunch of empty white space above and below. Here's the link to the page: &#60;a href=&#34;http://bertuzziphotography.com/urban-wedding-photos/&#34; rel=&#34;nofollow&#34;&#62;http://bertuzziphotography.com/urban-wedding-photos/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Is there a quick CSS fix to remove the comment divider? And is there a way to remove the WP comment counter at the top of the post? Or possibly even replace it with a count of FB comments?&#60;/p&#62;
&#60;p&#62;*Another thing to note is that this Facebook plugin (SEO Facebook) is only visible when comments are turned on in WP.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Overlapping text in comment section"</title>
			<link>http://www.kriesi.at/support/topic/overlapping-text-in-comment-section#post-62773</link>
			<pubDate>Fri, 29 Jun 2012 04:03:15 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">62773@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Just add this on your custom.css.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;h4#comments {
margin-bottom: 50px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>bertuzziphotos on "Overlapping text in comment section"</title>
			<link>http://www.kriesi.at/support/topic/overlapping-text-in-comment-section#post-62307</link>
			<pubDate>Tue, 26 Jun 2012 19:03:13 +0000</pubDate>
			<dc:creator>bertuzziphotos</dc:creator>
			<guid isPermaLink="false">62307@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I love the Angular theme but have noticed an issue with overlapping text in the comment section of blog posts. Check this link for a sample image: &#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://bertuzziphotography.com/wp-content/uploads/2012/06/Screen-Shot-2012-06-26-at-9.30.00-AM.png&#34; rel=&#34;nofollow&#34;&#62;http://bertuzziphotography.com/wp-content/uploads/2012/06/Screen-Shot-2012-06-26-at-9.30.00-AM.png&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Other than this small issue I've been very happy with the theme.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Mya on "Display Theme / Foot Section / Twitter"</title>
			<link>http://www.kriesi.at/support/topic/display-theme-foot-section-twitter#post-51479</link>
			<pubDate>Fri, 13 Apr 2012 02:37:59 +0000</pubDate>
			<dc:creator>Mya</dc:creator>
			<guid isPermaLink="false">51479@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Clay,&#60;/p&#62;
&#60;p&#62;Add this to your Quick CSS or custom.css.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#footer .box .aktt_tweets ul li a {
    background-image:none;
    border-bottom: none;
}
#footer .box .aktt_tweets ul li {
    border-bottom: 1px solid #4A4A4A;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;The first snippet should remove the bullet and bottom border from the links. The second should add the bottom border around the LI only.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Mya
&#60;/p&#62;</description>
		</item>
		<item>
			<title>claybr on "Display Theme / Foot Section / Twitter"</title>
			<link>http://www.kriesi.at/support/topic/display-theme-foot-section-twitter#post-51462</link>
			<pubDate>Fri, 13 Apr 2012 01:01:56 +0000</pubDate>
			<dc:creator>claybr</dc:creator>
			<guid isPermaLink="false">51462@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi there,&#60;/p&#62;
&#60;p&#62;How do I remove all the extra lines being added by this Display Theme to my Twitter messages on the Foot section? Note that I'm using the Twitter Tools widget.&#60;/p&#62;
&#60;p&#62;Example: &#60;a href=&#34;http://www.tekdisplay.com&#34; rel=&#34;nofollow&#34;&#62;http://www.tekdisplay.com&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I appreciate your help with this!&#60;/p&#62;
&#60;p&#62;Thanks!&#60;/p&#62;
&#60;p&#62; Clay
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
