<?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: comments - Recent Posts</title>
		<link>http://www.kriesi.at/support/tags/comments</link>
		<description>Support Forum - Tag: comments - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Wed, 19 Jun 2013 00:47:16 +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/comments" rel="self" type="application/rss+xml" />

		<item>
			<title>colorit2 on "ENFOLD&#039;s combo widget does not show &#34;comments&#34;"</title>
			<link>http://www.kriesi.at/support/topic/enfolds-combo-widget-does-not-show-comments#post-119298</link>
			<pubDate>Tue, 18 Jun 2013 23:14:38 +0000</pubDate>
			<dc:creator>colorit2</dc:creator>
			<guid isPermaLink="false">119298@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;the combo widget of ENFOLD does not show &#34;comments&#34;.&#60;br /&#62;
I guess, this is the same as it's in CORONA because of &#34;disply:none&#34;.&#60;/p&#62;
&#60;p&#62;So I add to my custom.css:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;br /&#62;
#top .sidebar .widget_tab_comments {&#60;br /&#62;
    display: block !important;&#60;br /&#62;
}&#60;br /&#62;
&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;But now it shows me twice the comments:&#60;/p&#62;
&#60;p&#62;&#34;Comments&#34; not active tab:&#60;/p&#62;
&#60;p&#62;&#60;img src=&#34;http://i42.tinypic.com/ir2afk.jpg&#34; /&#62;&#60;/p&#62;
&#60;p&#62;&#34;Comments&#34; as active tab:&#60;/p&#62;
&#60;p&#62;&#60;img src=&#34;http://i44.tinypic.com/fldau8.jpg&#34; /&#62;&#60;/p&#62;
&#60;p&#62;The code of  class-frame-widgets.php is&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;br /&#62;
// prints the widget&#60;/p&#62;
&#60;p&#62;			extract($args, EXTR_SKIP);&#60;br /&#62;
			$posts = empty($instance['count']) ? 4 : $instance['count'];&#60;/p&#62;
&#60;p&#62;			echo $before_widget;&#60;br /&#62;
			echo &#34;&#38;lt;div class='tabcontainer border_tabs top_tab tab_initial_open tab_initial_open__1'&#38;gt;&#34;;&#60;/p&#62;
&#60;p&#62;			echo '&#38;lt;div class=&#34;tab first_tab active_tab widget_tab_recent&#34;&#38;gt;&#38;lt;span&#38;gt;'.__('Neue', 'avia_framework').'&#38;lt;/span&#38;gt;&#38;lt;/div&#38;gt;';&#60;br /&#62;
			echo &#34;&#38;lt;div class='tab_content active_tab_content'&#38;gt;&#34;;&#60;br /&#62;
			avia_get_post_list('showposts='. $posts .'&#38;amp;orderby=post_date&#38;amp;order=desc');&#60;br /&#62;
			echo &#34;&#38;lt;/div&#38;gt;&#34;;&#60;/p&#62;
&#60;p&#62;			echo '&#38;lt;div class=&#34;tab widget_tab_popular&#34;&#38;gt;&#38;lt;span&#38;gt;'.__('Beliebt', 'avia_framework').'&#38;lt;/span&#38;gt;&#38;lt;/div&#38;gt;';&#60;br /&#62;
			echo &#34;&#38;lt;div class='tab_content'&#38;gt;&#34;;&#60;br /&#62;
			avia_get_post_list('cat=&#38;amp;orderby=comment_count&#38;amp;posts_per_page='.$posts);&#60;br /&#62;
			echo &#34;&#38;lt;/div&#38;gt;&#34;;&#60;/p&#62;
&#60;p&#62;			echo '&#38;lt;div class=&#34;tab widget_tab_comments&#34;&#38;gt;&#38;lt;span&#38;gt;'.__('Comments', 'avia_framework').'&#38;lt;/span&#38;gt;&#38;lt;/div&#38;gt;';&#60;br /&#62;
			echo &#34;&#38;lt;div class='tab_content'&#38;gt;&#34;;&#60;br /&#62;
			avia_get_comment_list( array('number' =&#38;gt; $posts, 'status' =&#38;gt; 'approve', 'order' =&#38;gt; 'DESC') );&#60;br /&#62;
			echo &#34;&#38;lt;/div&#38;gt;&#34;;&#60;/p&#62;
&#60;p&#62;			echo &#34;&#38;lt;/div&#38;gt;&#34;;&#60;br /&#62;
			echo $after_widget;&#60;br /&#62;
		}&#60;br /&#62;
&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Where does the double &#34;Kommentare&#34; (Comments) come from?&#60;br /&#62;
Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>sladak on "Edit Post Info"</title>
			<link>http://www.kriesi.at/support/topic/edit-post-info#post-119146</link>
			<pubDate>Tue, 18 Jun 2013 07:08:15 +0000</pubDate>
			<dc:creator>sladak</dc:creator>
			<guid isPermaLink="false">119146@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Ismael,&#60;/p&#62;
&#60;p&#62;The first part was straightforward, but for the .php code changes, this line appears within two 'if' statements.  One of them seemed to work, but do I need to change it for both?&#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
Salim
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Edit Post Info"</title>
			<link>http://www.kriesi.at/support/topic/edit-post-info#post-119111</link>
			<pubDate>Tue, 18 Jun 2013 06:01:18 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">119111@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Add this on your custom.css or Quick CSS&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.comment-container.minor-meta {
display: none;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Then edit include &#38;gt; format-standard.php, find this code.&#60;/p&#62;
&#60;p&#62;&#60;code&#62;echo &#38;#39;&#38;lt;span class=&#38;quot;blog-categories minor-meta&#38;quot;&#38;gt;&#38;#39;.__(&#38;#39;In &#38;#39;,&#38;#39;avia_framework&#38;#39;);&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Replace it with:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;echo &#38;#39;&#38;lt;span class=&#38;quot;blog-categories minor-meta&#38;quot;&#38;gt;&#38;#39;.__(&#38;#39;Category: &#38;#39;,&#38;#39;avia_framework&#38;#39;);&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;You need to change it on all post formats like format-quote.php, format-link.php and format-gallery.php.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Not show number of COMMENTS on homepage/any grid layout - show only date/author"</title>
			<link>http://www.kriesi.at/support/topic/not-show-number-of-comments-on-homepageany-grid-layout-show-only-dateauthor#post-119108</link>
			<pubDate>Tue, 18 Jun 2013 05:49:43 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">119108@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; Insert following code into the quick css field&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;ol.comment-list{
display: none !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>alexanton on "Not show number of COMMENTS on homepage/any grid layout - show only date/author"</title>
			<link>http://www.kriesi.at/support/topic/not-show-number-of-comments-on-homepageany-grid-layout-show-only-dateauthor#post-119088</link>
			<pubDate>Tue, 18 Jun 2013 00:50:18 +0000</pubDate>
			<dc:creator>alexanton</dc:creator>
			<guid isPermaLink="false">119088@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks, Ismael, very helpful!&#60;/p&#62;
&#60;p&#62;On 2), if I disable WP comments my facebook comments also disappear. How to get around that issue? I would like to get rid of only FB comments.&#60;/p&#62;
&#60;p&#62;Thanks again!&#60;/p&#62;
&#60;p&#62;Alex
&#60;/p&#62;</description>
		</item>
		<item>
			<title>sladak on "Edit Post Info"</title>
			<link>http://www.kriesi.at/support/topic/edit-post-info#post-118995</link>
			<pubDate>Mon, 17 Jun 2013 14:46:27 +0000</pubDate>
			<dc:creator>sladak</dc:creator>
			<guid isPermaLink="false">118995@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;Instead of removing the post info in the left column, I would like to edit it to the following:&#60;/p&#62;
&#60;p&#62;&#34;category&#34; (category)&#60;br /&#62;
by (admin).&#60;/p&#62;
&#60;p&#62;Effectively, this removes the info &#34;this entry has&#34; (comments) and adds the word &#34;category&#34;.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Not show number of COMMENTS on homepage/any grid layout - show only date/author"</title>
			<link>http://www.kriesi.at/support/topic/not-show-number-of-comments-on-homepageany-grid-layout-show-only-dateauthor#post-118936</link>
			<pubDate>Mon, 17 Jun 2013 09:18:36 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">118936@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;1.) Edit wp-content\themes\enfold\config-templatebuilder\avia-shortcodes\ postslider.php then find this code on line 317&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;if ( $commentCount != &#38;quot;0&#38;quot; &#124;&#124; comments_open($the_id) &#38;amp;&#38;amp; $entry-&#38;gt;post_type != &#38;#39;portfolio&#38;#39;)
						{
							$link_add = $commentCount === &#38;quot;0&#38;quot; ? &#38;quot;#respond&#38;quot; : &#38;quot;#comments&#38;quot;;
							$text_add = $commentCount === &#38;quot;1&#38;quot; ? __(&#38;#39;Comment&#38;#39;, &#38;#39;avia_framework&#38;#39; ) : __(&#38;#39;Comments&#38;#39;, &#38;#39;avia_framework&#38;#39; );

							$output .= &#38;quot;&#38;lt;div class=&#38;#39;slide-meta-comments&#38;#39;&#38;gt;&#38;lt;a href=&#38;#39;{$link}{$link_add}&#38;#39;&#38;gt;{$commentCount} {$text_add}&#38;lt;/a&#38;gt;&#38;lt;/div&#38;gt;&#38;lt;div class=&#38;#39;slide-meta-del&#38;#39;&#38;gt;/&#38;lt;/div&#38;gt;&#38;quot;;
						}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Replace it with:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;if ( $commentCount != &#38;quot;0&#38;quot; &#124;&#124; comments_open($the_id) &#38;amp;&#38;amp; $entry-&#38;gt;post_type != &#38;#39;portfolio&#38;#39;)
						{
							$link_add = $commentCount === &#38;quot;0&#38;quot; ? &#38;quot;#respond&#38;quot; : &#38;quot;#comments&#38;quot;;
							$text_add = $commentCount === &#38;quot;1&#38;quot; ? __(&#38;#39;Comment&#38;#39;, &#38;#39;avia_framework&#38;#39; ) : __(&#38;#39;Comments&#38;#39;, &#38;#39;avia_framework&#38;#39; );

							//$output .= &#38;quot;&#38;lt;div class=&#38;#39;slide-meta-comments&#38;#39;&#38;gt;&#38;lt;a href=&#38;#39;{$link}{$link_add}&#38;#39;&#38;gt;{$commentCount} {$text_add}&#38;lt;/a&#38;gt;&#38;lt;/div&#38;gt;&#38;lt;div class=&#38;#39;slide-meta-del&#38;#39;&#38;gt;/&#38;lt;/div&#38;gt;&#38;quot;;
						}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;2.) If you want to disable the wp comment. Open single.php then find this code&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;//wordpress function that loads the comments template &#38;quot;comments.php&#38;quot;
					comments_template( &#38;#39;/includes/comments.php&#38;#39;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Replace it with:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;//wordpress function that loads the comments template &#38;quot;comments.php&#38;quot;
					//comments_template( &#38;#39;/includes/comments.php&#38;#39;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>alexanton on "Not show number of COMMENTS on homepage/any grid layout - show only date/author"</title>
			<link>http://www.kriesi.at/support/topic/not-show-number-of-comments-on-homepageany-grid-layout-show-only-dateauthor#post-118812</link>
			<pubDate>Sun, 16 Jun 2013 16:14:22 +0000</pubDate>
			<dc:creator>alexanton</dc:creator>
			<guid isPermaLink="false">118812@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi guys, I am really happy with the Enfold theme I recently bought. Beautiful!&#60;/p&#62;
&#60;p&#62;I am editing the blog and would like to change a few things that I couldn't locate in other threads:&#60;/p&#62;
&#60;p&#62;1. Currently the number of comments and date are displayed in the blog thumbnails in grid layout. I would like to have only author and date - how can that be done?&#60;/p&#62;
&#60;p&#62;2. I have comments activated because I want to allow only facebook comments, but no wordpress. As you can see in the following post, both WP and facebook comments are displayed (in fact, facebook comments turned into WP's). This looks bad and does not make sense. I also would like to remove the word &#34;Comentários&#34;. =&#38;gt; &#60;a href=&#34;http://transforme.is/20-maneiras-de-encontrar-a-sua-vocacao/&#34; rel=&#34;nofollow&#34;&#62;http://transforme.is/20-maneiras-de-encontrar-a-sua-vocacao/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks for your help!&#60;/p&#62;
&#60;p&#62;Alex
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Facebook Integration &#38; Disqus Integration (doesn&#039;t work with theme)"</title>
			<link>http://www.kriesi.at/support/topic/facebook-integration-disqus-integration-doesnt-work-with-theme#post-118144</link>
			<pubDate>Thu, 13 Jun 2013 17:46:51 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">118144@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi pa30twin,&#60;/p&#62;
&#60;p&#62;Disqus is not supported directly no. Its a great plugin for comments but it just isn't something that has been tested at this point so there is no code within the theme to specifically take into account the way it integrates.&#60;/p&#62;
&#60;p&#62;The Disqus documentation should allow you to add it in if you are interested however.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Comments dont show up on Portfolio pages"</title>
			<link>http://www.kriesi.at/support/topic/comments-dont-show-up-on-portfolio-pages#post-117921</link>
			<pubDate>Wed, 12 Jun 2013 21:04:37 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">117921@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Make sure you have a checkmark next to comments in your portfolio pages &#60;a href=&#34;http://www.clipular.com/c?7557009=1YEq3DRbXd0CQubu_lzd3Wisgyg&#38;amp;f=.png&#34; rel=&#34;nofollow&#34;&#62;http://www.clipular.com/c?7557009=1YEq3DRbXd0CQubu_lzd3Wisgyg&#38;amp;f=.png&#60;/a&#62; Click screen options tab to open up the panel shown in the image and make sure there is a check mark next to comments.&#60;/p&#62;
&#60;p&#62;Then please open up template-builder.php (found in the main theme folder) and find line 56 that looks like&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;echo &#38;quot;	&#38;lt;/div&#38;gt;&#38;lt;!--end builder template--&#38;gt;&#38;quot;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and please add this code *before* line 56, on line 55&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;if (is_singular(&#38;#39;portfolio&#38;#39;)){
		comments_template( &#38;#39;/includes/comments.php&#38;#39;);
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and also open up /includes/loop-portfolio-single.php and find line 41 that looks like&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and add the code below before line 41 , on line 40&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;comments_template( &#38;#39;/includes/comments.php&#38;#39;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;NIck
&#60;/p&#62;</description>
		</item>
		<item>
			<title>pa30twin on "Facebook Integration &#38; Disqus Integration (doesn&#039;t work with theme)"</title>
			<link>http://www.kriesi.at/support/topic/facebook-integration-disqus-integration-doesnt-work-with-theme#post-117886</link>
			<pubDate>Wed, 12 Jun 2013 17:48:11 +0000</pubDate>
			<dc:creator>pa30twin</dc:creator>
			<guid isPermaLink="false">117886@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;So let us be clear...  Disqus is not supported with this theme?  It is one of the best and most highly recommended comment plugins...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>cameljok on "How to remove comments from portfolio pages?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-remove-comments-from-portfolio-pages#post-117499</link>
			<pubDate>Tue, 11 Jun 2013 01:59:03 +0000</pubDate>
			<dc:creator>cameljok</dc:creator>
			<guid isPermaLink="false">117499@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks again! Your support is always top-notch. :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>paulsutton on "Comments dont show up on Portfolio pages"</title>
			<link>http://www.kriesi.at/support/topic/comments-dont-show-up-on-portfolio-pages#post-117461</link>
			<pubDate>Mon, 10 Jun 2013 21:12:21 +0000</pubDate>
			<dc:creator>paulsutton</dc:creator>
			<guid isPermaLink="false">117461@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;UPDATE: so it appears as though it does not work if you use the advanced editor for layout. Is there a way, using the advanced editor, to include the comments?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>paulsutton on "Comments dont show up on Portfolio pages"</title>
			<link>http://www.kriesi.at/support/topic/comments-dont-show-up-on-portfolio-pages#post-117449</link>
			<pubDate>Mon, 10 Jun 2013 20:37:07 +0000</pubDate>
			<dc:creator>paulsutton</dc:creator>
			<guid isPermaLink="false">117449@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I've attempted this and had no luck. I converted my old portfolio from the previous theme to the portfolio custom post type, and the posts that had comments are not showing. (&#60;a href=&#34;http://bit.ly/1bpmFbL&#34; rel=&#34;nofollow&#34;&#62;http://bit.ly/1bpmFbL&#60;/a&#62;)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "How to remove comments from portfolio pages?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-remove-comments-from-portfolio-pages#post-117353</link>
			<pubDate>Mon, 10 Jun 2013 05:42:22 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">117353@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;In loop-index.php delete following code:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;span class=&#38;#39;comment-container&#38;#39;&#38;gt;&#38;lt;?php comments_popup_link(&#38;quot;&#38;lt;strong&#38;gt;0&#38;lt;/strong&#38;gt; &#38;quot;.__(&#38;#39;Comments&#38;#39;,&#38;#39;avia_framework&#38;#39;), &#38;quot;&#38;lt;strong&#38;gt;1&#38;lt;/strong&#38;gt; &#38;quot;.__(&#38;#39;Comment&#38;#39; ,&#38;#39;avia_framework&#38;#39;),
																			  &#38;quot;&#38;lt;strong&#38;gt;%&#38;lt;/strong&#38;gt; &#38;quot;.__(&#38;#39;Comments&#38;#39;,&#38;#39;avia_framework&#38;#39;),&#38;#39;comments-link&#38;#39;,
																			  &#38;quot;&#38;lt;strong&#38;gt;&#38;lt;/strong&#38;gt; &#38;quot;.__(&#38;#39;Comments&#38;lt;br/&#38;gt;Off&#38;#39;,&#38;#39;avia_framework&#38;#39;)
																			  ); ?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;or replace it with&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php if(get_post_type() != &#38;#39;portfolio&#38;#39;) { ?&#38;gt;
					&#38;lt;span class=&#38;#39;comment-container&#38;#39;&#38;gt;&#38;lt;?php comments_popup_link(&#38;quot;&#38;lt;strong&#38;gt;0&#38;lt;/strong&#38;gt; &#38;quot;.__(&#38;#39;Comments&#38;#39;,&#38;#39;avia_framework&#38;#39;), &#38;quot;&#38;lt;strong&#38;gt;1&#38;lt;/strong&#38;gt; &#38;quot;.__(&#38;#39;Comment&#38;#39; ,&#38;#39;avia_framework&#38;#39;),
																			  &#38;quot;&#38;lt;strong&#38;gt;%&#38;lt;/strong&#38;gt; &#38;quot;.__(&#38;#39;Comments&#38;#39;,&#38;#39;avia_framework&#38;#39;),&#38;#39;comments-link&#38;#39;,
																			  &#38;quot;&#38;lt;strong&#38;gt;&#38;lt;/strong&#38;gt; &#38;quot;.__(&#38;#39;Comments&#38;lt;br/&#38;gt;Off&#38;#39;,&#38;#39;avia_framework&#38;#39;)
																			  ); ?&#38;gt;
&#38;lt;?php } ?&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Dude on "Comments dont show up on Portfolio pages"</title>
			<link>http://www.kriesi.at/support/topic/comments-dont-show-up-on-portfolio-pages#post-117132</link>
			<pubDate>Sat, 08 Jun 2013 08:39:04 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">117132@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; Open up single-portfolio.php and replace&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;get_template_part( &#38;#39;includes/loop&#38;#39;, &#38;#39;portfolio-single&#38;#39; );&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;get_template_part( &#38;#39;includes/loop&#38;#39;, &#38;#39;portfolio-single&#38;#39; );

//wordpress function that loads the comments template &#38;quot;comments.php&#38;quot;
comments_template( &#38;#39;/includes/comments.php&#38;#39;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>cameljok on "How to remove comments from portfolio pages?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-remove-comments-from-portfolio-pages#post-117061</link>
			<pubDate>Fri, 07 Jun 2013 18:49:12 +0000</pubDate>
			<dc:creator>cameljok</dc:creator>
			<guid isPermaLink="false">117061@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Simple and beautiful - thanks! But it does still show '0 comments' under the date... how would I remove that from portfolio entries?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "How to remove comments from portfolio pages?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-remove-comments-from-portfolio-pages#post-116876</link>
			<pubDate>Fri, 07 Jun 2013 07:17:57 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">116876@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; Open up single.php and replace:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;comments_template( &#38;#39;/includes/comments.php&#38;#39;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;if(get_post_type() != &#38;#39;portfolio&#38;#39;) comments_template( &#38;#39;/includes/comments.php&#38;#39;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>cameljok on "How to remove comments from portfolio pages?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-remove-comments-from-portfolio-pages#post-116837</link>
			<pubDate>Fri, 07 Jun 2013 03:46:29 +0000</pubDate>
			<dc:creator>cameljok</dc:creator>
			<guid isPermaLink="false">116837@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I seem to be asking the opposite question of most others, but I currently have comments enabled in my portfolio posts and we've actually decided that we do not want those... and I can't remember how I got them in there in the first place. :)&#60;/p&#62;
&#60;p&#62;So the question is... how to disable comments from the portfolio entries only (still allowing comments on blog posts)? &#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ibsafe on "Comments dont show up on Portfolio pages"</title>
			<link>http://www.kriesi.at/support/topic/comments-dont-show-up-on-portfolio-pages#post-116754</link>
			<pubDate>Thu, 06 Jun 2013 17:51:07 +0000</pubDate>
			<dc:creator>ibsafe</dc:creator>
			<guid isPermaLink="false">116754@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Comments are not showing up on my portfolio pages.&#60;br /&#62;
I have them enabled on the portfolio page and I have the box unchecked in the admin area that requires users to login to comment.  &#60;/p&#62;
&#60;p&#62;What should I do.&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Can you have comments show up on pages?  (I mean Page, not a Post)"</title>
			<link>http://www.kriesi.at/support/topic/can-you-have-comments-show-up-on-pages-i-mean-page-not-a-post#post-115203</link>
			<pubDate>Fri, 31 May 2013 07:13:00 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">115203@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;Glad it worked. :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>MariahW on "Can you have comments show up on pages?  (I mean Page, not a Post)"</title>
			<link>http://www.kriesi.at/support/topic/can-you-have-comments-show-up-on-pages-i-mean-page-not-a-post#post-115130</link>
			<pubDate>Fri, 31 May 2013 00:38:13 +0000</pubDate>
			<dc:creator>MariahW</dc:creator>
			<guid isPermaLink="false">115130@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Found it!  The answer would be &#34;top right corner.&#34;  Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>MariahW on "Can you have comments show up on pages?  (I mean Page, not a Post)"</title>
			<link>http://www.kriesi.at/support/topic/can-you-have-comments-show-up-on-pages-i-mean-page-not-a-post#post-115128</link>
			<pubDate>Fri, 31 May 2013 00:10:39 +0000</pubDate>
			<dc:creator>MariahW</dc:creator>
			<guid isPermaLink="false">115128@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Okay, added the code, but now a comment box is showing up on all my static pages.  And I don't see anywhere when editing a page where I can find &#34;Screen Options&#34; and check or uncheck a Discussion option.  Can you tell me very specifically, where should I be able to find &#34;Screen Options&#34;?&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Can you have comments show up on pages?  (I mean Page, not a Post)"</title>
			<link>http://www.kriesi.at/support/topic/can-you-have-comments-show-up-on-pages-i-mean-page-not-a-post#post-114350</link>
			<pubDate>Tue, 28 May 2013 06:13:50 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">114350@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Edit page.php then find this code&#60;/p&#62;
&#60;p&#62;&#60;code&#62;get_template_part( &#38;#39;includes/loop&#38;#39;, &#38;#39;page&#38;#39; );&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Add this code below&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;//wordpress function that loads the comments template &#38;quot;comments.php&#38;quot;
									comments_template( &#38;#39;/includes/comments.php&#38;#39;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Edit a page, look for Screen Options &#38;gt; Check the Discussion option.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<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>MariahW on "Can you have comments show up on pages?  (I mean Page, not a Post)"</title>
			<link>http://www.kriesi.at/support/topic/can-you-have-comments-show-up-on-pages-i-mean-page-not-a-post#post-114245</link>
			<pubDate>Mon, 27 May 2013 22:22:54 +0000</pubDate>
			<dc:creator>MariahW</dc:creator>
			<guid isPermaLink="false">114245@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I'd like to use a Guestbook pluggin (Comment Guestbook is the pluggin name).  I've loaded it and the form seems to work, but no comments show up.  I've made sure &#34;Allow people to post comments on new articles&#34; it turned on in Settings -&#38;gt; Discussion, but still no comments are showing up.  I've also made sure the test comment I wrote was approved.  I'm using the most recent version of Flashlight and WP.&#60;/p&#62;
&#60;p&#62;Is there a way to have comments show up on a page? And by &#34;page&#34; I mean a Page, not a Post.&#60;/p&#62;
&#60;p&#62;Thanks!
&#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 "Comments with social login"</title>
			<link>http://www.kriesi.at/support/topic/comments-with-social-login#post-111657</link>
			<pubDate>Thu, 16 May 2013 14:33:10 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">111657@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I'm not sure if it will work with a &#34;social connect&#34; plugin. I tested the facebook comments plugin &#60;a href=&#34;http://wordpress.org/extend/plugins/facebook-comments-plugin/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/facebook-comments-plugin/&#60;/a&#62; and it works with Avisio because you can replace the default comment form with it. You just need to remove the comment form by deleting following code in single.php&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;div class=&#38;#39;entry commententries&#38;#39;&#38;gt;
           		&#38;lt;?php comments_template(); ?&#38;gt;
           	&#38;lt;/div&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Jeroen de Boer on "Comments with social login"</title>
			<link>http://www.kriesi.at/support/topic/comments-with-social-login#post-111634</link>
			<pubDate>Thu, 16 May 2013 12:20:10 +0000</pubDate>
			<dc:creator>Jeroen de Boer</dc:creator>
			<guid isPermaLink="false">111634@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Ouch! That's a con for Avisio ... :-(&#60;/p&#62;
&#60;p&#62;Will it work with a plugin?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
