Comments responses not appearing

Comments are enabled. But then I hid the normal comment block using CSS. Then I used a shortcode to insert the comment block where I wanted.

The comment entry area appears and functions correctly. However, The comments don’t appear on the page. Attached is a page which has two comments, but they aren’t being displayed.

Is there a way I can fix this?

Hey @looktothesouth,

Pro does not have a shortcode to display a comment block so it looks like you’re using a third party plugin? Please contact the plugin author to learn how to display the comments posted. Please note that we do not have support for third party plugins.

Thanks.

No, it isn’t a plugin. It is just a simple code to insert the comments.

Hi There,

Please find your custom CSS:

#comments {
    display: none;
}

And change to this:

#comments #respond {
    display: none;
}

Hope it helps :slight_smile:

Awesome. That worked. Thanks for the help!

If you need anything else please let us know.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.