Hey Lokita,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
Login credentials include:
Best regards,
Yigit
Thanks so much. Posted in private field.
Hello, please update me, thank you :-)
Hey!
Try adding this at the very end of your theme / child theme functions.php file:
add_action('ava_after_content', function($id, $content) {
if($content == 'single-portfolio'){
comments_template();
}
},10,2);
Cheers!
Josue
I added it and now I cannot access my WP admin anymore:
http://lokitacarter.com/wp-login.php?redirect_to=http%3A%2F%2Flokitacarter.com%2Fwp-admin%2F&reauth=1
in fact my whole website is now not working
lokitacarter.com goes to:
Parse error: syntax error, unexpected ‘if’ (T_IF) in /home2/devalokita/public_html/wp-content/themes/enfold/functions.php on line 540
ok, I fixed it. The code in your email was different than the code in this message threat. Thanks, the comments field now appears at the bottom of the portfolio items. You made my evening :-)
You are welcome, glad to help :)
Regards,
Josue