Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #761973

    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

    #761976

    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:

    • The URL to the login screen.
    • A valid username (with full administration capabilities).
    • As well as a password for that username.
    • permission to deactivate plugins if necessary.

    Best regards,
    Yigit

    #762018

    Hi Yigit,
    I have sorted out!
    It might have been a cache problem!
    Thanks a lot

    #762027

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Remove email and website Boxes from comments’ is closed to new replies.