Home Forums WoodMart support forum Constant login prompt in Safari

Constant login prompt in Safari

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #263350

    testing123
    Participant

    Hello,

    I recently noticed when viewing our Woodmart site in Safari that it brings up a login prompt on every page when not logged in – this happens on both the desktop version and iPad. I attached a screenshot of what this looks like in the desktop browser, on mobile it shows a bar at the bottom of the screen. Is there a setting for this or any other workaround that fixes this?

    Attachments:
    You must be logged in to view attached files.
    #263452

    Artem Temos
    Keymaster

    Hello,

    We have found the problem on your website. Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.

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

    Regards

    #274074

    testing123
    Participant

    Hello, turns out this fix worked for mobile devices but not on desktop. Is there something else we could add to fix it on desktop as well?

    #274222

    Artem Temos
    Keymaster

    Please, provide us your admin access so we can log in and check this on your side.

    Thank you in advance.

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