comments at pages

Discussion in 'BlackBird WordPress Theme' started by dennisw, Oct 31, 2012.

  1. dennisw

    dennisw New Member

    Joined:
    Oct 19, 2012
    Messages:
    10
    Likes Received:
    0
    It's not possible to post comments under pages. Even if I allow this at the backend. At the trial version this still works.

    Any ideas how to solve this?

    BR Dennis
     
  2. Harmeet

    Harmeet Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    360
    Likes Received:
    15
    Hello,

    To do comment in all the pages then you have to open the editor of the page there you will find "screen options" at the top right of the page, there select "discussion and comments" check box. It will show the comment section below the editor of the page. Again check both the check box. It will show the comment box on all the pages. And now comment can be made on all the pages.
     
  3. dennisw

    dennisw New Member

    Joined:
    Oct 19, 2012
    Messages:
    10
    Likes Received:
    0
    everything it set. All comments boxen are on. But still I can't comment the pages???
    Any idea a the posts I don't have this problem.
     
  4. Harmeet

    Harmeet Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    360
    Likes Received:
    15
    Hello,

    Send you dashboard id and password along with your login link at
    [email protected]
    And also ask your query there
    We will check the issue.
     
  5. dennisw

    dennisw New Member

    Joined:
    Oct 19, 2012
    Messages:
    10
    Likes Received:
    0
    I think I found the problem. Could you please advice. I think I have to change to red part with the blue part?

    At the trial version at page.php

    <div class="page-content-container">
    <div class="page-content">
    <div class="grid_16 alpha">
    <div class="content-bar">
    <?php if (have_posts()) : the_post(); ?>
    <?php the_content('weiter...'); ?>
    <div class="clear"></div>
    <?php wp_link_pages( array( 'before' => '<div class="page-link"><span>' . __( 'Pages:', 'black-bird' ) . '</span>', 'after' => '</div>' ) ); ?>
    <?php endif; ?>

    <!--Start Comment box-->
    <?php comments_template(); ?>
    <!--End Comment box-->

    </div>
    </div>
    <div class="grid_8 omega">



    At the pro version at page.php

    <div class="page-content-container">
    <div class="page-content">
    <div class="grid_16 alpha">
    <div class="content-bar">
    <?php if (have_posts()) : the_post(); ?>
    <?php the_content(); ?>
    <?php endif; ?>
    </div>
    </div>
    <div class="grid_8 omega">
     
  6. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    It require customization in 3, 4 pages, so it is not possible for us to provide you exect solution here at forum. Send your dashboard detail as asked above.
     

Share This Page