Support » Plugin: BP Avatar Suggestions » Avatar not saving correct for users

Viewing 1 replies (of 1 total)
  • Thread Starter zilveer

    (@zilveer)

    I managed to fix the problem.
    It seems that the gravatar function is causing the problem.
    When disabling the gravatar, by adding following code to the functions.php file (in your theme’s folder)

    add_filter('bp_core_fetch_avatar_no_grav', '__return_true');

Viewing 1 replies (of 1 total)
  • The topic ‘Avatar not saving correct for users’ is closed to new replies.