<?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: Problem with comments on pages</title>
		<link>http://www.kriesi.at/support/topic/problem-with-comments-on-pages</link>
		<description>Support Forum - Topic: Problem with comments on pages</description>
		<language>en-US</language>
		<pubDate>Wed, 22 May 2013 13:43:00 +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/problem-with-comments-on-pages" rel="self" type="application/rss+xml" />

		<item>
			<title>larsdaniel on "Problem with comments on pages"</title>
			<link>http://www.kriesi.at/support/topic/problem-with-comments-on-pages#post-21135</link>
			<pubDate>Thu, 16 Jun 2011 13:28:38 +0000</pubDate>
			<dc:creator>larsdaniel</dc:creator>
			<guid isPermaLink="false">21135@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks Dude. Comments work now, but they now refer to the bottom-most featured post from the sidebar, instead of refering to the gallery page we are on. I have tried moving things about in the php for the page, but without luck. Help is much appreciated.&#60;br /&#62;
-Lars
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Problem with comments on pages"</title>
			<link>http://www.kriesi.at/support/topic/problem-with-comments-on-pages#post-21064</link>
			<pubDate>Wed, 15 Jun 2011 05:14:38 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">21064@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
revert the comment section changes and replace following code in page.php:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;echo &#38;quot;&#38;lt;/div&#38;gt;&#38;quot;;

	$k_option[&#38;#39;showSidebar&#38;#39;] = &#38;#39;page&#38;#39;;
	get_sidebar();&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;# comments
		echo &#38;quot; &#38;lt;div class=&#38;#39;entry commententries&#38;#39;&#38;gt;&#38;quot;;
        comments_template();
        echo &#38;quot;&#38;lt;/div&#38;gt;&#38;quot;;
        echo &#38;quot;	&#38;lt;div class=&#38;#39;entry lastentry&#38;#39;&#38;gt;&#38;quot;;
		echo &#38;quot;	&#38;lt;/div&#38;gt;&#38;quot;;
		echo &#38;quot;&#38;lt;/div&#38;gt;&#38;quot;;

	$k_option[&#38;#39;showSidebar&#38;#39;] = &#38;#39;blog&#38;#39;;
	get_sidebar();&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;The comments should work now.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>larsdaniel on "Problem with comments on pages"</title>
			<link>http://www.kriesi.at/support/topic/problem-with-comments-on-pages#post-21037</link>
			<pubDate>Tue, 14 Jun 2011 21:01:08 +0000</pubDate>
			<dc:creator>larsdaniel</dc:creator>
			<guid isPermaLink="false">21037@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi James, that was was it! Now I have the comments in place, BUT: The sidebar on that page has gone down below the comments now. I have tried several ways of inserting the comments part in the php, but I can´t figure the right way, (keeping the sidebar where it should be).&#60;br /&#62;
Could you take a look?&#60;br /&#62;
Thanks!&#60;/p&#62;
&#60;p&#62;@Haritos: My logo is a jpg. Can´t you just make your jpg the size it should be? Anyway, I am just a newb so I think you should ask your question to the experts here.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>James Morrison on "Problem with comments on pages"</title>
			<link>http://www.kriesi.at/support/topic/problem-with-comments-on-pages#post-21007</link>
			<pubDate>Tue, 14 Jun 2011 12:37:46 +0000</pubDate>
			<dc:creator>James Morrison</dc:creator>
			<guid isPermaLink="false">21007@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;Have you copied the call to the comments.php file from single.php over?&#60;/p&#62;
&#60;p&#62;If not, the comments code (i.e. the form and display) won't load which is what it looks like at the moment.&#60;/p&#62;
&#60;p&#62;James
&#60;/p&#62;</description>
		</item>
		<item>
			<title>haritos on "Problem with comments on pages"</title>
			<link>http://www.kriesi.at/support/topic/problem-with-comments-on-pages#post-20980</link>
			<pubDate>Mon, 13 Jun 2011 22:18:05 +0000</pubDate>
			<dc:creator>haritos</dc:creator>
			<guid isPermaLink="false">20980@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Sorry dude! Can you tell me how do you made your logo text so big and nothing happened in the menu? I tried to change the size of the:&#60;/p&#62;
&#60;p&#62;#wrapper_head&#60;/p&#62;
&#60;p&#62;and the menu went all over to the right! &#60;a href=&#34;http://www.e-win.gr&#34; rel=&#34;nofollow&#34;&#62;http://www.e-win.gr&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Can you help me fix it?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>larsdaniel on "Problem with comments on pages"</title>
			<link>http://www.kriesi.at/support/topic/problem-with-comments-on-pages#post-20978</link>
			<pubDate>Mon, 13 Jun 2011 21:58:20 +0000</pubDate>
			<dc:creator>larsdaniel</dc:creator>
			<guid isPermaLink="false">20978@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I have added a page template where comments are (supposed to be) enabled. (By uncommenting the appropriate paragraph in the template php).&#60;br /&#62;
So now I have a page with a comments link saying &#34;No Comments Yet&#34;: &#60;a href=&#34;http://blog.larsdaniel.com/?page_id=495&#34; rel=&#34;nofollow&#34;&#62;http://blog.larsdaniel.com/?page_id=495&#60;/a&#62;&#60;br /&#62;
Problem is: When you click on No Comments Yet, the comments field should open, but nothing happens. What may be wrong here?&#60;/p&#62;
&#60;p&#62;Thanks!&#60;br /&#62;
-Lars
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
