Hi,
i have added this code to the functions.php
add_filter(‘comment_form_default_fields’, ‘avf_remove_comment_fields’);
function avf_remove_comment_fields($fields) {
unset($fields[’email’]);
unset($fields[‘url’]);
unset($fields[‘author’]);
return $fields;
}
But the boxes email and website are still present. what else can i do?
Thanks
Hey loriel60,
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
Hi Yigit,
I have sorted out!
It might have been a cache problem!
Thanks a lot
Hi!
Glad it worked!
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)
Best regards,
Yigit