Home Forums WoodMart support forum iOS Login prompt on every page

iOS Login prompt on every page

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #148023

    dsl-ms
    Participant

    I know this is probably out of scope for the theme but I wondered if you have a solution for this or if it has come up before? I’m not having much luck on Google about this. If I have an account created and saved to my iphone password manager, I am prompted to login on every single page I access, potentially due to the pop-out login screen.

    Do you know of a way to ensure the prompt is only shown when the login pop-out or login fields are displayed at all?

    #148029

    Artem Temos
    Keymaster

    Hi,

    Sorry, but we don’t have control over this and didn’t find any solution to this either.

    Kind Regards

    #149059

    dsl-ms
    Participant

    This only happens when using your theme. It also happens on your demo store and happens on every page until you login.

    I’ve never seen this behaviour on any other site, the iOS login prompt should only appear when you click on a login field (email, username, password).

    Please don’t dismiss this issue and look to find a resolution for your theme as this is incredibly frustrating.

    #149082

    Artem Temos
    Keymaster

    Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue

    .login-form-side form.login {
       display: none!important;
    }
    .woodmart-login-side-opened form.login {
       display: block!important;
    }
    #149085

    dsl-ms
    Participant

    Thank you so much Artem! 🙂

    #149088

    Artem Temos
    Keymaster

    You are welcome!

Viewing 6 posts - 1 through 6 (of 6 total)

The topic ‘iOS Login prompt on every page’ is closed to new replies.