Okay
  Public Ticket #174506
Discussion for Pages
Closed

Comments

  • William started the conversation

    Hi there, I'm trying to get discussion to work on pages.... I have gone to screen options and ticked it. My page is a FULL SCREEN WIDTH is this the problem?

    On portfolio pages it works full width...

    http://www.sendinthefox.com/portfolio/analytic-res...

    so yerr trying to get it working thanks, WILL

  •  8,838
    Tahir replied

    Hey William!

    Please see Screenshot: http://prntscr.com/2yxbtr . It seems that some Plugin or Code is causing serious JS errors. Please try deactivating and third-party plugins you have installed. 

    Cheers


    ThemeNectar Support Team 

  • William replied

    The only thing I installed was Captcha and it works when i sign out..

    How do I enable the comments to work on Pages in this theme?

  • Timo replied

    Hi Tahir,

    I have the same problem as William.

    I'm using the plugin Comment guestbook (https://wordpress.org/plugins/comment-guestbook/) and I can't see the comments for the guestbook. On the page the checkbox for "Allow comments" is marked.

    See here: http://schwimmschule.test.greensta.de/wordpress/an...

    Thanks,

    Timo

  • William replied

    Do I have to update Wordpress to 3.8.1 or update the ThemeNectar theme to see if the JS error goes away?

    I haven't installed any code or plugin other than Really Simple Captcha plugin thanks, Will

  •  1,069
    ThemeNectar replied

    Hey guys, by default there's no option for the comment field on static pages, but adding it in is simple.

    Just open up your page.php file located in the root of the theme directory and paste this in:

    <div> 
       <?php comments_template(); ?> 
    </div>

    under:

    <?php the_content(); ?>

    Cheers :)


  • William replied

    ok cool thanks, I am finding that almost nearly all wrodpress comments are spam even with Captcha so its disapointing...
    so yeah will keep in mind- maybe i wont have comments after all! thanks for this

  • Timo replied

    Hi,

    unfortunately this is not want I meant. Now it looks like that: http://schwimmschule.test.greensta.de/wordpress/an...

    Here is my code in page.php: 

    <?php the_content(); ?>

    <?php if (is_page( 'anmeldung' )) { echo '<div>' . comments_template() . '</div>'; } ?>

    I actually want to show the comments below and not another comment field.

    Thanks,

    Timo

  •  8,838
    Tahir replied

    Hey Timo!

    I am afraid i cannot help you out here as i am a bit confused. Could you please create a new ticket explaining your issue so i may be able to help you out. 

    Cheers


    ThemeNectar Support Team