• Hi there, I came across some issues when I started testing the plugin on different platforms.

    The design on mobile. Fields are not in line, and fields and titles are no longer associated :

    Error message on iPhone, image from archive, not camera:

    Image distorted and the result of cropping is not what was selected and the person not centered:

    Tool for flipping image is needed:

    The plugin need some setting options for selecting fields. Surname is not a field in the normal BP registration, and I think users are reluctant giving up their surname, when it is not needed. And with the new GDPR compliance regulations, and as site owner, I want to store as little personal information as possible.

    Regards
    Carsten

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter Carsten Lund

    (@carsten-lund)

    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 OC2PS

    (@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.

    Thread Starter Carsten Lund

    (@carsten-lund)

    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

    Thread Starter Carsten Lund

    (@carsten-lund)

    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.

    Thread Starter Carsten Lund

    (@carsten-lund)

    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

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Issues on mobile’ is closed to new replies.