How to move the comment box

  • Author
    Posts
  • #58722

    Hi,

    I’m a new Anima user and love the design of the theme. However, I would like to modify the way the organization of posts is set up.

    Right now the comment box is at the very bottom of a post. Below the “related” section that suggests other posts that the reader might like. What I would like to do is to reverse the position of both of those. Meaning that I wish to display the comment box and the comments above the “related”.

    Do you guys know how I could do that?

    Thank you in advance!

    Website: brainfuelness.com

    #59124

    In addition to that the comment box and the ability to comment altogether appears only in certain posts (the first one on my website at the moment) even if I enable comments in all my posts.

    Am I the only one having this issue?

    Thanks a lot

    Website: brainfuelness.com

    #59627

    Bump?

    #59703
    Zed
    Cryout Creations mastermind

    The comments block appears after the post content.

    If you’re using a ‘related posts’ plugin which adds itself at the end of the content, then that’s before the comments bit and there’s no way to reverse the two. You’d need to look for a different plugin which hooks in a different location (after the comments?) or use custom code to hook the plugin into the theme’s cryout_after_article_hook or cryout_after_content_hook locations.


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #65258

    Thank you for your answer Zed!

    My worry is that people won’t see the comment box if they scroll down because the way the theme is set up the space between the related posts and the comment box in pretty large (see https://brainfuelness.com/bitcoin/ at the bottom). My question would then be, can I reduce the space between the two?

    If I can get them closer then the fact that the comment box is after related post won’t be such a big deal.

    Thanks a lot in advance

    Website: brainfuelness.com

    #65334
    Zed
    Cryout Creations mastermind

    You can reduce that space with:

    .single article {
        margin-bottom: 0;
    }
    #comments, #respond {
        margin-top: 0;
    }

    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
Viewing 6 posts - 1 through 6 (of 6 total)

The topic ‘How to move the comment box’ is closed to new replies.