Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1080621

    I have bought the enfold theme, and build my website, and I wrote 7 posts, strangely, only one post has the post function.
    1. I went to the setting→discussion,Allowed people to post comments on new articles
    2. I went to the single post, allowed the comments
    What makes me confused is that only one of my 7 posts has the comment function, even though they are the same settings.
    Please help.
    Thanks in advance~

    • This topic was modified 5 years, 8 months ago by jiamadebai.
    #1081525

    Hey jiamadebai,

    I ant login with this passoword – can you please check it?

    Best regards,
    Basilis

    #1081746

    yes, I send and check again for you
    Now I have 5 posts, but only one has the function, the other 4 do not have, though I have inserted the comment widget.
    Please help me out~
    Thanks

    #1082974

    Dear Sir,
    Will you help me out or not?
    please, thank you 100,0000 times

    #1083346

    Hi,

    Thanks for the update.

    This filter should fix the issue.

    //Remove a function from the parent theme
    function remove_parent_filters() {
    	remove_filter('comments_open', 'av_comments_on_builder_posts_required');
    }
    add_action( 'after_setup_theme', 'remove_parent_filters' );

    Just add it in the functions.php file.

    Related thread: https://kriesi.at/support/topic/comments-and-comment-box-missing-on-pages/#post-1071535

    Best regards,
    Ismael

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