Hi Guys,
Since the last few updates I’ve lost the ability to have ‘Comments’ shown on my blog posts.
I am using the advanced editor and have used the ‘Comments’ element from the ‘Content Elements’ tab but these are still not showing. Checking around some of the other related inquiries on the forum I’ve tried a couple of suggestions but still can’t get this to work. Al the default WP check boxes and options are enabled for comments. I’ve even disabled all plugins and still no joy.
Live site is using WP version 4.5.2 with Enfold 3.5.4 – still testing before upgrading
Dev site is using WP version 4.5.3 with Enfold 3.6.1 so bang up to date
I’d appreciate it if you could take a look and let me know if you have any thoughts as to why this is happening.
Thanks
Marc
Hey MarcG5,
Thank you for using Enfold.
It’s because of the following css modification:
div.comment-entry.post-entry {
display: none;
}
Please remove it. Or add this in the Quick CSS field:
.comment-entry.post-entry {
display: block !important;
}
Best regards,
Ismael
Ah ha… now that make sense!
It works using both methods – thanks!
Hi,
Glad to hear that it works! Feel free to reach out to us again if there is anything else you need.
Best regards,
Jordan