Tagged: ,

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

    How do I switch off the comments for blog post in Enfold. I just can’t seem to find the setting in the post pages but don’t want this addition in my site. Thanks!

    #428181

    Hey lukemontagu!

    Thank you for using our theme.

    You can switch off comments with the standard WP setting:

    Dashboard -> Settings -> Discussion -> Default article settings checkbox “Allow people to post comments on new articles”

    You can disable it for each post by opening the post for editing and uncheck “Allow comments.” in the discussion meta box.

    Best regards,
    Günter

    #931486

    Hi Günter,
    Thanks for helping me out. I have exactly done what you said, and this brings me to another question. Now that visitors are not able to comment on posts, how do I remove the # comments in the Blog collector module? See my website for an example.
    Cheers,
    Dennis

    #931791

    Hi Dennis,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .avia-content-slider .slide-meta div.slide-meta-comments,
    .avia-content-slider .slide-meta div.slide-meta-comments + .slide-meta-del {
      display: none;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.