Leave comment broken?
-
Hi i come yet again with another problem of mine.
I cant leave a comment on my site it seems to be broken, but some pages still works.
problem on:
http://www.tuxxen.comIf you check out the tab:
Guider / Frågor och svar – you can see that the comments work here but it do not work anywhere else.
What might cause this?
-
Hi tuxxen,
I couldn’t find the page you are talking about.
If you could post the specific urls, it would help us address the problem better.Also when you say the comments are not working, do you mean the comment area is not appearing?
Hi geeksfolder first off i need to tell you that i love you’re name 🙂
here is one example where the comment area is not appearing:
http://www.tuxxen.com/introduktion-absolut-mete#respondSorry i may have been bit misleading on my first post, the comment are not appearing this is the main problem.
/tuxxen
Hey tuxxen,
Thanks! I like my name as well haha
For the comment issue,
can you log in your WordPress backend,
and go to Appearance > Editor.
Click “Page Template” in the right sidebar,
and find if you have<?php comments_template(); ?>
Hey tuxxen,
Thanks! I like my name as well haha
For the comment issue,
can you log in your WordPress backend,
and go to Appearance > Editor.
Click “Page Template” in the right sidebar,
and find if you have<?php comments_template(); ?>
Seems like i dosent have it, here is what i got:
<div id=”content”>
<div class=”maincontentbox”>
<div class=”main_content_boxheader”>
<h3>Senaste nyheter</h3></div><?php if ( have_posts() ) : ?>
<?php twentyeleven_content_nav( ‘nav-above’ ); ?><?php /* Start the Loop */ ?>
<?php while ( have_posts() ) : the_post(); ?><?php get_template_part( ‘content’, get_post_format() ); ?>
<?php endwhile; ?>
<?php twentyeleven_content_nav( ‘nav-below’ ); ?>
<?php else : ?>
<article id=”post-0″ class=”post no-results not-found”>
<header class=”entry-header”>
<h1 class=”entry-title”><?php _e( ‘Nothing Found’, ‘twentyeleven’ ); ?></h1>
</header><!– .entry-header –><div class=”entry-content”>
<p><?php _e( ‘Apologies, but no results were found for the requested archive. Perhaps searching will help find a related post.’, ‘twentyeleven’ ); ?></p>
<?php get_search_form(); ?>
</div><!– .entry-content –>
</article><!– #post-0 –><?php endif; ?>
</div><!– #maincontentbox–>
Sorry my bad checked the wrong file, yes <?php comments_template( ”, true ); ?> is in my page.php
Ok, did you also tick the “Allow Comments” box on the “Edit Page”?
yeah thats checked, however i have added new pages and used them i think the problem may be here somewhere
So you mean the comment works for the new pages but not this page?
http://www.tuxxen.com/introduktion-absolut-meteDid you use any custom template for this specific page?
You can check this by going to the “Edit Page” and see what’s selected for “Template”.Also check your wordpress version and update it if it’s an old version.
I think the problem started when i created the new pages, i did it manually, i use child theme of twenty eleven that i have created.
My wordpress version is the latest i’m pretty sure i messed something up when i created the new pages.
Where exactly do you mean by edit? sorry I’m a bit tired and cant think right now but ill try 🙂
Can I see the page where the comment is working ok?
If the specific page is not displaying the comment box,
it seems there’s a problem with that page,
and we need to make sure if the page uses (or not) any custom template.To check this, when you go to add or edit a page, scroll down and you’ll see a setting for “Page Template”.
Here the comment work:
http://www.tuxxen.com/faqWhen i go to edit a page i can see this:
Parent:
without parentMall:
Standardmall (“default page”)Was it this you meant?
I do not know what i have done and why i have created 4 pages that i dont even use for anything i tough i used one of them as my “main site” as index.php but i did not, so this problem should not have anything to do with my pages since those pages been “empty” there must be something els i have messed up.
i think it’s my default pages that doesn’t display the comment box anymore
There we go, i found the problem i think.
My single.php did not have <?php comments_template( ”, true ); ?>seems like the problem is solved =)
Thank you so much for you’re help! i have been trying to solve this for one day now and if there was not for you it would have take me weeks to find it 🙂
That’s awesome!
Just let me know if there’s anything else I can help 🙂
Have a great weekend!
The topic ‘Leave comment broken?’ is closed to new replies.