<?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: Enable Comments on Pages</title>
		<link>http://www.kriesi.at/support/topic/enable-comments-on-pages-1</link>
		<description>Support Forum - Topic: Enable Comments on Pages</description>
		<language>en-US</language>
		<pubDate>Wed, 22 May 2013 17:33:20 +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/enable-comments-on-pages-1" rel="self" type="application/rss+xml" />

		<item>
			<title>Devin on "Enable Comments on Pages"</title>
			<link>http://www.kriesi.at/support/topic/enable-comments-on-pages-1#post-91679</link>
			<pubDate>Tue, 15 Jan 2013 13:31:53 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">91679@http://www.kriesi.at/support/</guid>
			<description>&#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;#top.page .post-entry {
padding-bottom: 0px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>sheathman on "Enable Comments on Pages"</title>
			<link>http://www.kriesi.at/support/topic/enable-comments-on-pages-1#post-91547</link>
			<pubDate>Mon, 14 Jan 2013 19:00:52 +0000</pubDate>
			<dc:creator>sheathman</dc:creator>
			<guid isPermaLink="false">91547@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;This is perfect. One small addition - now there's a lot of white space below the final text of each page. Is there a way to condense the white space at the bottom?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Enable Comments on Pages"</title>
			<link>http://www.kriesi.at/support/topic/enable-comments-on-pages-1#post-91279</link>
			<pubDate>Sat, 12 Jan 2013 17:27:32 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">91279@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;1) Open up includes/comments.php and delete following line:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;p&#38;gt;&#38;lt;?php _e( &#38;#39;Comments are closed.&#38;#39;, &#38;#39;avia_framework&#38;#39; ); ?&#38;gt;&#38;lt;/p&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;2) Then replace:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;echo &#38;quot;&#38;lt;div class=&#38;#39;comment_meta_container&#38;#39;&#38;gt;&#38;quot;;
	 echo &#38;quot;&#38;lt;h3 class=&#38;#39;miniheading&#38;#39;&#38;gt;&#38;quot;.__(&#38;#39;Leave a Reply&#38;#39;,&#38;#39;avia_framework&#38;#39;).&#38;quot;&#38;lt;/h3&#38;gt;&#38;quot;;
	 echo &#38;quot;&#38;lt;span class=&#38;#39;minitext&#38;#39;&#38;gt;&#38;quot;.__(&#38;#39;Want to join the discussion? &#38;lt;br/&#38;gt;Feel free to contribute!&#38;#39;,&#38;#39;avia_framework&#38;#39;).&#38;quot;&#38;lt;/span&#38;gt;&#38;quot;;
	 echo &#38;quot;&#38;lt;/div&#38;gt;&#38;quot;;
	 echo &#38;quot;&#38;lt;div class=&#38;#39;comment_container&#38;#39;&#38;gt;&#38;quot;;
	 comment_form();
	 echo &#38;quot;&#38;lt;/div&#38;gt;&#38;quot;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;if ( comments_open() ) {
	 echo &#38;quot;&#38;lt;div class=&#38;#39;comment_meta_container&#38;#39;&#38;gt;&#38;quot;;
	 echo &#38;quot;&#38;lt;h3 class=&#38;#39;miniheading&#38;#39;&#38;gt;&#38;quot;.__(&#38;#39;Leave a Reply&#38;#39;,&#38;#39;avia_framework&#38;#39;).&#38;quot;&#38;lt;/h3&#38;gt;&#38;quot;;
	 echo &#38;quot;&#38;lt;span class=&#38;#39;minitext&#38;#39;&#38;gt;&#38;quot;.__(&#38;#39;Want to join the discussion? &#38;lt;br/&#38;gt;Feel free to contribute!&#38;#39;,&#38;#39;avia_framework&#38;#39;).&#38;quot;&#38;lt;/span&#38;gt;&#38;quot;;
	 echo &#38;quot;&#38;lt;/div&#38;gt;&#38;quot;;
	 echo &#38;quot;&#38;lt;div class=&#38;#39;comment_container&#38;#39;&#38;gt;&#38;quot;;
	 comment_form();
	 echo &#38;quot;&#38;lt;/div&#38;gt;&#38;quot;;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>sheathman on "Enable Comments on Pages"</title>
			<link>http://www.kriesi.at/support/topic/enable-comments-on-pages-1#post-91187</link>
			<pubDate>Fri, 11 Jan 2013 19:55:03 +0000</pubDate>
			<dc:creator>sheathman</dc:creator>
			<guid isPermaLink="false">91187@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;When I use this code it removes the entire footer.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Enable Comments on Pages"</title>
			<link>http://www.kriesi.at/support/topic/enable-comments-on-pages-1#post-90851</link>
			<pubDate>Wed, 09 Jan 2013 19:40:52 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">90851@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;In the comments.php we'll just make a little adjustment. Go ahead and open that up and at the very bottom of the file replace&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;echo &#38;quot;&#38;lt;div class=&#38;#39;comment_meta_container&#38;#39;&#38;gt;&#38;quot;;
	 echo &#38;quot;&#38;lt;h3 class=&#38;#39;miniheading&#38;#39;&#38;gt;&#38;quot;.__(&#38;#39;Leave a Reply&#38;#39;,&#38;#39;avia_framework&#38;#39;).&#38;quot;&#38;lt;/h3&#38;gt;&#38;quot;;
	 echo &#38;quot;&#38;lt;span class=&#38;#39;minitext&#38;#39;&#38;gt;&#38;quot;.__(&#38;#39;Want to join the discussion? &#38;lt;br/&#38;gt;Feel free to contribute!&#38;#39;,&#38;#39;avia_framework&#38;#39;).&#38;quot;&#38;lt;/span&#38;gt;&#38;quot;;
	 echo &#38;quot;&#38;lt;/div&#38;gt;&#38;quot;;
	 echo &#38;quot;&#38;lt;div class=&#38;#39;comment_container&#38;#39;&#38;gt;&#38;quot;;
	 comment_form();
	 echo &#38;quot;&#38;lt;/div&#38;gt;&#38;quot;;
	  ?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;if ( ! comments_open() ) {
	 } else {

	 echo &#38;quot;&#38;lt;div class=&#38;#39;comment_meta_container&#38;#39;&#38;gt;&#38;quot;;
	 echo &#38;quot;&#38;lt;h3 class=&#38;#39;miniheading&#38;#39;&#38;gt;&#38;quot;.__(&#38;#39;Leave a Reply&#38;#39;,&#38;#39;avia_framework&#38;#39;).&#38;quot;&#38;lt;/h3&#38;gt;&#38;quot;;
	 echo &#38;quot;&#38;lt;span class=&#38;#39;minitext&#38;#39;&#38;gt;&#38;quot;.__(&#38;#39;Want to join the discussion? &#38;lt;br/&#38;gt;Feel free to contribute!&#38;#39;,&#38;#39;avia_framework&#38;#39;).&#38;quot;&#38;lt;/span&#38;gt;&#38;quot;;
	 echo &#38;quot;&#38;lt;/div&#38;gt;&#38;quot;;
	 echo &#38;quot;&#38;lt;div class=&#38;#39;comment_container&#38;#39;&#38;gt;&#38;quot;;
	 comment_form();
	 echo &#38;quot;&#38;lt;/div&#38;gt;&#38;quot;;
	 }&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>sheathman on "Enable Comments on Pages"</title>
			<link>http://www.kriesi.at/support/topic/enable-comments-on-pages-1#post-90718</link>
			<pubDate>Wed, 09 Jan 2013 00:50:55 +0000</pubDate>
			<dc:creator>sheathman</dc:creator>
			<guid isPermaLink="false">90718@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Here is an example: &#60;a href=&#34;http://www.studioforimageprofessionals.com/about-studio/&#34; rel=&#34;nofollow&#34;&#62;http://www.studioforimageprofessionals.com/about-studio/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Enable Comments on Pages"</title>
			<link>http://www.kriesi.at/support/topic/enable-comments-on-pages-1#post-90690</link>
			<pubDate>Tue, 08 Jan 2013 22:25:31 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">90690@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey sheathman,&#60;/p&#62;
&#60;p&#62;Can you post a link to a page with that notice? We might be able to target it with a bit of css so that it doesn't display on those pages.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>sheathman on "Enable Comments on Pages"</title>
			<link>http://www.kriesi.at/support/topic/enable-comments-on-pages-1#post-90684</link>
			<pubDate>Tue, 08 Jan 2013 22:10:37 +0000</pubDate>
			<dc:creator>sheathman</dc:creator>
			<guid isPermaLink="false">90684@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello - I used this code and worked very nicely. However, for the pages that I disable the comments and discussion, it still posts this verbiage: &#60;/p&#62;
&#60;p&#62;Comments are closed.&#60;br /&#62;
Want to join the discussion?&#60;br /&#62;
Feel free to contribute!&#60;/p&#62;
&#60;p&#62;When I do NOT allow comments on pages, I'd like for nothing to be displayed. How do I do this?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Enable Comments on Pages"</title>
			<link>http://www.kriesi.at/support/topic/enable-comments-on-pages-1#post-72999</link>
			<pubDate>Mon, 27 Aug 2012 06:31:34 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">72999@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Sure but unfortunately we need to accept that there're technical limits and Kriesi encountered various issues when he tried to add comments to dynamic templates. If he finds a solution he'll certainly implement this feature...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Vincent on "Enable Comments on Pages"</title>
			<link>http://www.kriesi.at/support/topic/enable-comments-on-pages-1#post-72925</link>
			<pubDate>Sun, 26 Aug 2012 09:26:05 +0000</pubDate>
			<dc:creator>Vincent</dc:creator>
			<guid isPermaLink="false">72925@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Peter,&#60;br /&#62;
Thanks for the reply. Shouldnt this be written into this theme as an integral and important part of the the theme. After all, commenting on 'Pages' as well as post is at the heart of the Wordpress philosophy?&#60;/p&#62;
&#60;p&#62;Thanks&#60;br /&#62;
Vince
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Enable Comments on Pages"</title>
			<link>http://www.kriesi.at/support/topic/enable-comments-on-pages-1#post-72919</link>
			<pubDate>Sun, 26 Aug 2012 08:48:33 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">72919@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; Yes, dynamic templates don't support comments because of technical reasons. Thus you can't use dynamic templates if you want to show comments for posts and/or pages. &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Vincent on "Enable Comments on Pages"</title>
			<link>http://www.kriesi.at/support/topic/enable-comments-on-pages-1#post-72917</link>
			<pubDate>Sun, 26 Aug 2012 08:45:16 +0000</pubDate>
			<dc:creator>Vincent</dc:creator>
			<guid isPermaLink="false">72917@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Ismael, unfortuantely that did not work so I roleld it back.  I think it may have something to do with the custom page templates that are built from Avia system.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Enable Comments on Pages"</title>
			<link>http://www.kriesi.at/support/topic/enable-comments-on-pages-1#post-72882</link>
			<pubDate>Sat, 25 Aug 2012 23:35:25 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">72882@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Open page.php and find this code.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$avia_config[&#38;#39;size&#38;#39;] = &#38;#39;page&#38;#39;;
				get_template_part( &#38;#39;includes/loop&#38;#39;, &#38;#39;page&#38;#39; );&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Below that, put this one.&#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>Vincent on "Enable Comments on Pages"</title>
			<link>http://www.kriesi.at/support/topic/enable-comments-on-pages-1#post-72864</link>
			<pubDate>Sat, 25 Aug 2012 18:16:47 +0000</pubDate>
			<dc:creator>Vincent</dc:creator>
			<guid isPermaLink="false">72864@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
I would like to give the opportunity for visitors to be able to comment on some of my articles on pages - however, even with comments swirched on it is not showing. I figure this must have something to do with the nature of the dynamic templates. Is there a way I can have comments enabled on pages and be able to enable and disable them at will for pages?&#60;/p&#62;
&#60;p&#62;Thanks&#60;br /&#62;
Vince
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
