Tagged: enfold
Hi,
Having no luck getting comments to show on my pages. I’m using the default editor and have discussion checked under screen options.
I have “allow comments” checked under the discussion box on the page in question. The added comment is showing as accepted as if it’s posted on the draft page.
In searching for this problem I noticed a ton of people have a problem with comments showing properly with this theme. I have verified that I have already done the usual suspects in the suggestions.
Hey Chiefi,
Please refer to the following:
Best regards,
Jordan Shannon
I have done those steps so the ideas on the link did not help unfortunately….
Hi Chiefi,
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?
Best regards,
Victoria
see below
Hi Chiefi,
Please refer to the solution here
If you need further assistance please let us know.
Best regards,
Victoria
that solution has been tried for no success…have you accessed my site with your credentials yet?
Hi,
The comments section is not included in the page template by default. You have to modify the includes > loop-page.php file. Look for this code around line 25:
//display the actual post content
echo '
<div class="entry-content" '.avia_markup_helper(array('context' => 'entry_content','echo'=>false)).'>';
the_content(__('Read more','avia_framework').'<span class="more-link-arrow"></span>');
echo '</div>
';
Below, add the comments template:
//wordpress function that loads the comments template "comments.php"
comments_template();
Best regards,
Ismael