can anybody try to upload a new member avatar and check if the thumb size is different from full size?
If you confirm that it works I ll try with another hosting
Thank You
@henrywright wp-content/plugins/bp-custom.php (but even if I delete it same problem)
I should be something related the my server configuration since everything is default
@shanebp My media settings:
Thumbnail size 150×150
Medium size 300×300
Large size 1024×1024
even if I add:
define ( ‘BP_AVATAR_THUMB_WIDTH’, 200 );
define ( ‘BP_AVATAR_THUMB_HEIGHT’, 200 );
define ( ‘BP_AVATAR_FULL_WIDTH’, 500 );
define ( ‘BP_AVATAR_FULL_HEIGHT’, 500 );
bpthumb are 500px same as bpfull