• Hello, i have an issue since the last major update of UM.

    All my profile pics are now stuck on 40px X 40px, the smallest size.

    By default the “src” tag loading : ../wp-content/uploads/ultimatemember/1783/profile_photo-40×40.png?1579460609″

    I had trying to change the size in the UM settings, it don’t work.
    (e.g. https://docs.ultimatemember.com/article/145-uploads-tab)
    I also checking the code, but i don’t found anyway.

    If i change manually in the web inspector to profile_photo.png, the right size image upload. So the large image is there but how can i put it rather than the 40×40 ?

    Is someone have any idea please?

    Thank you.

    • This topic was modified 5 years, 1 month ago by stephnikel.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter stephnikel

    (@stephnikel)

    Well, i find a way to change a line in a core file : um-actions-profile.php

    echo $overlay . get_avatar( um_user( ‘ID’ ), $default_size);

    to -> echo $overlay . get_avatar( um_user( ‘ID’ ), $default_size == ‘original’ );

    But not sure it’s a good practice, as i’m not sure we can override a core file…

    hey.

    Go to “Ultimate Member > Settings > Uploads” where you create your required size in “Profile Picuture Thumbnail size” and next to go “Appearance” where select the Profile size and save changes.

    Hi,

    I’m having this same exact problem and whatever I do changing the profile to a different size and saving changes I am still stuck with the 40×40 images showing – which look so so bad.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Pixelized Profile Pics – Loading only 40px X 40px’ is closed to new replies.