The design on mobile. Fields are not in line, and fields and titles are no longer associated :
View post on imgur.com
Error message on iPhone, image from archive, not camera:
View post on imgur.com
Image distorted and the result of cropping is not what was selected and the person not centered:
View post on imgur.com
Tool for flipping image is needed:
View post on imgur.com
Plugin Author
SK
(@sooskriszta)
Fields are not in line
This can be fixed by setting display:block for the fields.
Error message on iPhone, image from archive, not camera
Can’t do much about it. iPhone generally has issues with Flash.
Image distorted and the result of cropping is not what was selected and the person not centered
Not seen this before. Will test more.
Tool for flipping image is needed
Good idea! Will add rotation tool to roadmap.
Hi there, Thank you very much for your mail and for looking into these issues.
Fields are not in line
This can be fixed by setting display:block for the fields
This is working very well in the inspector, the problem is that you can’t refresh the page, to see if the changes is actually taking place on your site, because then you are asked for an activation key, and you have to start all over again.
Could you please tell me, which selector I should use for this declaration?
Image distorted and the result of cropping is not what was selected and the person not centered Not seen this before. Will test more.
The crop option in BuddyPress ‘Change Profile Photo’ is suddenly gone (also with Better Registration deactivated), but can this have any connection?
View post on imgur.com
Thanks for adding a future flip option for images.
regards
Carsten
The crop option in BuddyPress ‘Change Profile Photo’ is suddenly gone (also with Better Registration deactivated), but can this have any connection?
deactivating and activating all plugins resolved the issue.
Hi, I might have the key to this issue with cropping images.
Image distorted and the result of cropping is not what was selected and the person not centered.
Not seen this before. Will test more.
I have this code inserted to change the square avatar to rectangular, sorry if this is causing the issue.
if ( ! defined( ‘BP_AVATAR_THUMB_WIDTH’ ) )
define( ‘BP_AVATAR_THUMB_WIDTH’, 100 ); //change this with your desired thumb width
if ( ! defined( ‘BP_AVATAR_THUMB_HEIGHT’ ) )
define( ‘BP_AVATAR_THUMB_HEIGHT’, 133 ); //change this with your desired thumb height
if ( ! defined( ‘BP_AVATAR_FULL_WIDTH’ ) )
define( ‘BP_AVATAR_FULL_WIDTH’, 100 ); //change this with your desired full size,weel I changed it to 260 🙂
if ( ! defined( ‘BP_AVATAR_FULL_HEIGHT’ ) )
define( ‘BP_AVATAR_FULL_HEIGHT’, 133 ); //change this to default height for full avatar
Regards
Carsten