Tagged: comment
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/
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’ );
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
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?
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
Thanks, Ismael. It works. However, this method is not good for a large-scale website, and i hope Enfold’s great team solves it.
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
close it Rikard. thanks