• Resolved Anshul Tewari

    (@anshultewari)


    Hi,

    I use WSL on my website youthkiawaaz.com and since I made the update to the plugin yesterday all the author pictures have vanished. I inspected the element and all it shows is a gravatar link. Could you please tell me how to resolve this issue? You can check out the author bio on this page, for instance, to see how the author image has been replaced by the default wordpress “mystery man”.

    Please let me know how to resolve this issue.

    Thanks,
    Anshul

    https://ww.wp.xz.cn/plugins/wordpress-social-login/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Miled

    (@miled)

    could you apply this patch, I’ll hotfix this soon

    +++ b/includes/services/wsl.user.avatar.php
    @@ -69,6 +69,11 @@ function wsl_user_custom_avatar($avatar, $mixed, $size, $default, $alt)
            {
                    $user_thumbnail = get_user_meta( $user_id, 'wsl_current_user_image', true );
    
    +               if( ! $user_thumbnail )
    +               {
    +                       $user_thumbnail = get_user_meta( $user_id, 'wsl_user_image', true );
    +               }
    +
                    if( $user_thumbnail )
                    {
    Plugin Author Miled

    (@miled)

    done

    Thread Starter Anshul Tewari

    (@anshultewari)

    Thanks! The issue has been resolved. You were very prompt – thanks for that 🙂

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘All profile/author pictures vanished after update’ is closed to new replies.