Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1198380
    Jakub H
    Participant

    Hi, I turned on comments on specific pages and it’s not showing up

    I tried to disable all plugins to see if there is some incompatibility issue – still nothing

    I found this

    add_action('x_before_the_content_end','page_comment');
    function page_comment() { if ( comments_open() ) : ?>
      <?php echo $container_begin; ?>
        <?php comments_template( '', true ); ?>
      <?php echo $container_end; ?>
    <?php endif; }

    which works – but it looks horrible since it makes the comment section full-width

    How do I fix that?

    #1198381
    Jakub H
    Participant
    This reply has been marked as private.
    #1198408
    Christopher
    Moderator

    Hi there,

    Please add following code in Customize -> Custom -> CSS :

    div#comments {
        max-width: 1200px;
        width: 90%;
        margin: 0 auto;
    }

    Hope that helps.

  • <script> jQuery(function($){ $("#no-reply-1198380 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>