Tagged: 

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #1466092

    Hi guys. the discussion is active in my WordPress setting and in my single post but I can not see a comment box in my post that was created by ALB. why?

    https://kojachetor.com/khurwaterfall/

    I read your Comment documentation and former topics but I couldn’t understand and find the reason.

    #1466094

    also my share buttons do not show in single posts!!!! but there is no problem when i use the default WordPress editor. i can see my post comments and share buttons.
    https://kojachetor.com/senj-waterfall/

    #1466097

    i use this code for showing comment box and fields in my functions.php but not work!
    //————————————–
    // function – Comment field at bottom
    //————————————–

    function comment_field_at_bottom( $fields ) {
    $comment_field = $fields[‘comment’];
    unset( $fields[‘comment’] );
    $fields[‘comment’] = $comment_field;
    return $fields;
    }

    add_filter( ‘comment_form_fields’, ‘comment_field_at_bottom’ );

    #1466110

    Hi,

    Thank you for the inquiry.

    When the Advanced Layout Builder is active, make sure to add the comments section using the Comments element. Please let us know if this resolves the issue.

    Best regards,
    Ismael

    #1466160

    Hi Ismael. do you mean in every single post I must use comment elements?!!! it is awful. Why Enfold can not show WordPress comments automatically? could you please show to me where can find the comments element?

    #1466176

    Hi,

    Thank you for the update.

    The theme uses a different template when the Advanced Layout Builder is active, which is essentially a blank canvas. You’ll need to manually add every element to the page. If you want the Comments section or any default post elements to display automatically, you’ll need to switch to the default editor. The Comments element can be found under the ALB > Content Elements tab.

    Best regards,
    Ismael

    #1466196

    Thanks, Ismael. It works. However, this method is not good for a large-scale website, and i hope Enfold’s great team solves it.

    #1466200

    Hi,

    Thanks for the update. Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

    #1466228

    close it Rikard. thanks

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘comment box missing in single post created by ALB’ is closed to new replies.