<?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 in Upscale?</title>
		<link>http://www.kriesi.at/support/topic/enable-comments-on-pages-in-upscale</link>
		<description>Support Forum - Topic: Enable Comments on Pages in Upscale?</description>
		<language>en-US</language>
		<pubDate>Wed, 19 Jun 2013 09:25:09 +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-in-upscale" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "Enable Comments on Pages in Upscale?"</title>
			<link>http://www.kriesi.at/support/topic/enable-comments-on-pages-in-upscale#post-25021</link>
			<pubDate>Wed, 17 Aug 2011 05:41:21 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">25021@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Yes - this was the problem I noticed while fixing the php error on your server :) - I think at the dynamic template file requires some more changes and checks (you need to check if all elements are generated before you attach the comments section; maybe some user don't want to display comments on pages and you need to check the post type, etc.). We'll look into it (but it's not high priority because we have to fix some crucial bugs first).
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Tourq on "Enable Comments on Pages in Upscale?"</title>
			<link>http://www.kriesi.at/support/topic/enable-comments-on-pages-in-upscale#post-25009</link>
			<pubDate>Tue, 16 Aug 2011 19:45:35 +0000</pubDate>
			<dc:creator>Tourq</dc:creator>
			<guid isPermaLink="false">25009@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I'm sorry, I think I looked at the wrong page, and thought this worked.&#60;/p&#62;
&#60;p&#62;The comments appear under the page content, but above the portfolio excerpts.  The comments need to be below the Portfolio Excerpts.  &#60;/p&#62;
&#60;p&#62;If you think there is a solution, but we haven't found it yet, I'll ask for help one more time.  Otherwise, I don't want to take up too much more of your time (I've done so already, I'm sure).&#60;/p&#62;
&#60;p&#62;Thanks for the help.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Enable Comments on Pages in Upscale?"</title>
			<link>http://www.kriesi.at/support/topic/enable-comments-on-pages-in-upscale#post-24990</link>
			<pubDate>Tue, 16 Aug 2011 13:17:57 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">24990@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Actually I missed to rename output to content - sorry for that mistake. I corrected the code above for everyones benefit.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Tourq on "Enable Comments on Pages in Upscale?"</title>
			<link>http://www.kriesi.at/support/topic/enable-comments-on-pages-in-upscale#post-24987</link>
			<pubDate>Tue, 16 Aug 2011 12:47:44 +0000</pubDate>
			<dc:creator>Tourq</dc:creator>
			<guid isPermaLink="false">24987@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks guys, your solution seems to have worked!&#60;/p&#62;
&#60;p&#62;I appreciate the help!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kriesi on "Enable Comments on Pages in Upscale?"</title>
			<link>http://www.kriesi.at/support/topic/enable-comments-on-pages-in-upscale#post-24951</link>
			<pubDate>Mon, 15 Aug 2011 22:43:34 +0000</pubDate>
			<dc:creator>Kriesi</dc:creator>
			<guid isPermaLink="false">24951@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! I checked the solution provided and the output will be shown correct if you use Dudes fix but change:&#60;/p&#62;
&#60;p&#62;$output .= ob_get_contents() ;&#60;/p&#62;
&#60;p&#62;to&#60;/p&#62;
&#60;p&#62;$content .= ob_get_contents() ;&#60;/p&#62;
&#60;p&#62;Cheers!&#60;br /&#62;
Kriesi
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Enable Comments on Pages in Upscale?"</title>
			<link>http://www.kriesi.at/support/topic/enable-comments-on-pages-in-upscale#post-24820</link>
			<pubDate>Sun, 14 Aug 2011 08:58:05 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">24820@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Update: I'll ask Kriesi to look into it.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Tourq on "Enable Comments on Pages in Upscale?"</title>
			<link>http://www.kriesi.at/support/topic/enable-comments-on-pages-in-upscale#post-24818</link>
			<pubDate>Sun, 14 Aug 2011 08:05:17 +0000</pubDate>
			<dc:creator>Tourq</dc:creator>
			<guid isPermaLink="false">24818@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Your solution almost worked.  The comments did appear, but they appeared at the top of the page (above the page content and portfolio excerpts).  Is there a way to tweak your solution so the comments show up at the bottom of the pages with Dynamic Templates?&#60;/p&#62;
&#60;p&#62;Thanks for the help.  I appreciate it.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Enable Comments on Pages in Upscale?"</title>
			<link>http://www.kriesi.at/support/topic/enable-comments-on-pages-in-upscale#post-24742</link>
			<pubDate>Sat, 13 Aug 2011 07:34:19 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">24742@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Because of the way how dynamical pages are created it's not easily possible to add comments. Dynamical pages don't use standard wordpress templates but the content is buffered. This technique doesn't allow to use templates directly. You can try to replace following code in includes/helper-templates.php&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;if(!$additional_loop-&#38;gt;post-&#38;gt;post_excerpt &#124;&#124; $query_id == $this-&#38;gt;post_id)
				{
					$content = get_the_content(&#38;#39;&#38;lt;span class=&#38;quot;inner_more&#38;quot;&#38;gt;&#38;#39;.__(&#38;#39;Read more&#38;#39;,&#38;#39;avia_framework&#38;#39;).&#38;#39;&#38;lt;/span&#38;gt;&#38;#39;);
					$content = apply_filters(&#38;#39;the_content&#38;#39;, $content);
					$content = str_replace(&#38;#39;]]&#38;gt;&#38;#39;, &#38;#39;]]&#38;gt;&#38;#39;, $content);
				}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;if(!$additional_loop-&#38;gt;post-&#38;gt;post_excerpt &#124;&#124; $query_id == $this-&#38;gt;post_id)
				{
					$content = get_the_content(&#38;#39;&#38;lt;span class=&#38;quot;inner_more&#38;quot;&#38;gt;&#38;#39;.__(&#38;#39;Read more&#38;#39;,&#38;#39;avia_framework&#38;#39;).&#38;#39;&#38;lt;/span&#38;gt;&#38;#39;);
					$content = apply_filters(&#38;#39;the_content&#38;#39;, $content);
					$content = str_replace(&#38;#39;]]&#38;gt;&#38;#39;, &#38;#39;]]&#38;gt;&#38;#39;, $content);
					ob_start();
					comments_template( &#38;#39;/includes/comments.php&#38;#39;);
					$content .= ob_get_contents() ;
    				ob_end_clean();
				}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;but I'm not sure if this hack works.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Tourq on "Enable Comments on Pages in Upscale?"</title>
			<link>http://www.kriesi.at/support/topic/enable-comments-on-pages-in-upscale#post-24726</link>
			<pubDate>Sat, 13 Aug 2011 00:20:32 +0000</pubDate>
			<dc:creator>Tourq</dc:creator>
			<guid isPermaLink="false">24726@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thank you.  this works on most pages, but not pages that are assigned Dynamic Templates.  Is there a way to enable comments on Upscale pages with Dynamic Templates?&#60;/p&#62;
&#60;p&#62;Thanks for the help.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Enable Comments on Pages in Upscale?"</title>
			<link>http://www.kriesi.at/support/topic/enable-comments-on-pages-in-upscale#post-24519</link>
			<pubDate>Wed, 10 Aug 2011 16:21:25 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">24519@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
in page.php replace:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;get_template_part( &#38;#39;includes/loop&#38;#39;, &#38;#39;page&#38;#39; );&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;get_template_part( &#38;#39;includes/loop&#38;#39;, &#38;#39;page&#38;#39; );
comments_template( &#38;#39;/includes/comments.php&#38;#39;);&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Tourq on "Enable Comments on Pages in Upscale?"</title>
			<link>http://www.kriesi.at/support/topic/enable-comments-on-pages-in-upscale#post-24516</link>
			<pubDate>Wed, 10 Aug 2011 15:53:24 +0000</pubDate>
			<dc:creator>Tourq</dc:creator>
			<guid isPermaLink="false">24516@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I've seen solutions for other themes, but how do I enable comments on pages for Upscale?  It's enabled on the page(s), but still does not show up.&#60;/p&#62;
&#60;p&#62;Thanks for the help.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
