Tagged: comment
-
AuthorPosts
-
September 3, 2024 at 9:31 am #1466092September 3, 2024 at 9:42 am #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/September 3, 2024 at 9:53 am #1466097i 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’ );
September 3, 2024 at 12:21 pm #1466110Hi,
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,
IsmaelSeptember 3, 2024 at 7:35 pm #1466160Hi 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?
September 4, 2024 at 4:56 am #1466176Hi,
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,
IsmaelSeptember 4, 2024 at 9:53 am #1466196Thanks, Ismael. It works. However, this method is not good for a large-scale website, and i hope Enfold’s great team solves it.
September 4, 2024 at 10:28 am #1466200Hi,
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,
RikardSeptember 4, 2024 at 4:52 pm #1466228close it Rikard. thanks
-
AuthorPosts
- The topic ‘comment box missing in single post created by ALB’ is closed to new replies.
