Tagged: comments
Hi crospa91!
Do you use the “Advanced Layout Builder” on this page? If yes the comments won’t work because the page builder does not support them yet. You can switch to the “Default Editor” and use the shortcodes (Magic Wand Icon) to build a similar page with comments though.
Cheers!
Peter
Hi Dude
But “Comments” doesn’t appear as shortcode in this Magic Wand icon
Thanks for help
Claude
If yes the comments won’t work because the page builder does not support them yet.
Any time frame on when this will be implemented into the theme? Need this option to work too. Thank you.
Gary
Hey!
@claudernest17 – yes, but if you use the “Default Editor” WordPress will use the default page.php template. If you modify it (like described here: https://kriesi.at/support/topic/enfold-comments-on-pages/ ) WordPress should show the comment form at the end of the page after the page content. If you activate the “Advanced Layout” editor WordPress will not use the pagephp template and the comments won’t work at all.
@grpetz – we plan to implement it with one of the next theme updates but we didn’t look into it yet. In fact we can’t even promise this feature because we may stumble over technical problems which we can’t solve.
Best regards,
Peter
Hi Peter
Thank you for the answer.
In fact I entered the sentence below in “loop-page.php” from “mywebsite/wp-content/themes/enfold/includes”
//wordpress function that loads the comments template “comments.php”
comments_template( ‘/includes/comments.php’);
Just after;
<?php
$thumb = get_the_post_thumbnail(get_the_ID(), $avia_config[‘size’]);
if($thumb) echo “<div class=’page-thumb’>{$thumb}</div>”;
//display the actual post content
the_content(__(‘Read more’,’avia_framework’).'<span class=”more-link-arrow”> →</span>’);
And it worked
Thanks for answer
Claude
Hi!
Glad you found a solution :)
Best regards,
Peter