Hello forum,
I am having an issue. I have several blog posts which have been commented in the past but today, when I access the articles there is no comments to be seen whatsoever.
When I disactivate Discuz comments appear on the posts again.
Any advice?
Could you please leave some URL to your website and enable back wpDiscuz.
Also, after wpDiscuz enabling please delete website caches.
Hi,
Thanks for your reply.
So I didn't disable WPdiscuz.
I had attempted to disable, enable and clear cache but the issue remains.
Here is 3 links to posts where comments don't show:
https://fleurexplorebordeaux.com/fip-radio-bordeaux/
https://fleurexplorebordeaux.com/le-monument-aux-girondins/
https://fleurexplorebordeaux.com/visite-insolite-musee-compagnons-tour-de-france-bordeaux/
Hi @fleurb,
The issue comes from your current active theme, it adds {display:none} CSS rule for the comment div.
To solve the issue just navigate to Dashboard > Comments > Settings > Styling admin page, put this CSS code in "Custom CSS code" textarea, save it, delete all caches and check again (press CTRL+F5 on frontend).
.et_pb_comments_module.et_pb_no_comments_count #comments {
display: block !important;
}
Thank you.
Is there any way I can solve the problem without inserting code? I don't code.
Hi @fleurb,
You just need to insert the code I've provided in this post in "Custom CSS code" textarea, that is located in Dashboard > Comment > settings > Styling admin page (just scroll a bit down), as shown in the screenshot below:
Hello,
Happy new year.
I followed your instructions and the issue is solved.
Thank you very much,
Fleur