Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #653750

    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

    #655090

    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

    #655142

    Ah ha… now that make sense!

    It works using both methods – thanks!

    #655465

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Comments section not displaying on posts’ is closed to new replies.