• Resolved bobibrown0

    (@bobibrown0)


    Hello,

    There’s an issue with the dropdown menu when you want to upload a profile picture on mobile.
    Wether your on destop simulating mobile, or on real mobile, there’s a miscalculation of the center of the page in js I guess.

    • This topic was modified 3 months, 3 weeks ago by bobibrown0.
Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Yurii

    (@yuriinalivaiko)

    Hello @bobibrown0,

    I can not reproduce this issue on the testing website. The profile photo drop-down menu position is correct. See example here: https://ibb.co/842zHXF2

    Verify styles for the div.um-profile-photo block on your website. The position of the drop-down menu is calculated relative to this block. Make sure that this block styles are position:absolute and width:100%.

    Regards

    Thread Starter bobibrown0

    (@bobibrown0)

    Hello, thank your for your answer.
    The screenshot was actually taken directly from the demo page on UM website.
    The problem occurs on my samsung galaxy S10 (HD+ 1520×720), that’s why I went on to check what was going on firefox.
    It seems it happens only for a width below 370px, i figured it out when trying to replicate your test on edge. Here’s a video of the issue:

    • This reply was modified 3 months, 3 weeks ago by bobibrown0.
    Plugin Support Yurii

    (@yuriinalivaiko)

    Hello @bobibrown0,

    Thank you for this info. I can reproduce this issue. It occurs if the profile width is less than 340px.
    Sorry, we didn’t notice the problem earlier because modern devices have larger screen sizes.

    I opened a pull request to solve this issue, see https://github.com/ultimatemember/ultimatemember/pull/1782

    Regards

    Plugin Support Yurii

    (@yuriinalivaiko)

    Hi @bobibrown0

    This issue has been fixed in the version 2.11.2

    Regards

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

You must be logged in to reply to this topic.