Constant login prompt in Safari
-
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.
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
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?
Please, provide us your admin access so we can log in and check this on your side.
Thank you in advance.