Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter araceli1

    (@araceli1)

    @eggemplo Any ideas?

    Hi @araceli1,
    the plugin uses the WordPress ‘get_avatar’ function:
    get_avatar( $comment->comment_author_email, $avatar_size );
    Probably you are using another plugin related to avatar that uses a custom function for get the avatars.
    Kind Regards,
    Antonio B.

    Thread Starter araceli1

    (@araceli1)

    Thanks very much for your answer, @eggemplo!

    I have added that code line to the decent_comments.php and it crashed HTTP 500 Error. So, how would I do to fix this issue with the avatar?

    Thanks a lot,

    You don’t need to add the function to decent_comment.php.
    If you are using another plugin/theme related with avatars, you need that this plugin/theme updates the ‘get_avatar’ function according with the new avatars used.
    Kind Regards,
    Antonio B.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Author Avatar’ is closed to new replies.