As I can see, you change default settings… Please remove custom logo position and custom css, save and check if it works.
I removed the custom logo position, then re-entered it, and removed it again. And removed all the custom CSS pertaining to the plugin. It still doesn’t work 🙁
Well,
you have a problem with this css snippet:
.accessibility-location-right .accessability_container {
right: -212px;
}
Do not change container position with css
It must to be:
.accessibility-location-right .accessability_container {
left: auto !important;
right: -200px;
}
-
This reply was modified 8 years, 1 month ago by
Alex Volkov.
Thank you, I changed that but it is still not working.
Please uninstall plugin, and install it again. Do not change css or other plugin settings, and you will see that it works correctly… I have know idea what did you change in code or settings…. Or provide me admin access that I will check your setup
thanks
I’ve tried that as well. You can access the backend of the site here:
https://www.cornerstor.com/wp-admin/
user: techsuperadmin
pass: U6ExWIogpmLdsTHEG7PU1abFhTECH
Thanks for your help!
Done!
Please check it and if it’s ok, close this issue and rate us =)
Fantastic! Would you be able to tell me what you did to fix it?
See in CSS section, I put there some CSS snippet.
I am glad to help.
Have a nice day!
Hi, I’m sorry to bother you again. This is working now, thank you, but only when you’re logged in. When you’re not logged in, it’s still not opening 🙁
Did you try to clear your cache? Because I see it work’s great 😉
And you’re not logged in on the backend? Because it’s not working at all when logged out from the admin login or in an incognito window. It DOES work great when I’m logged in though!! 🙂
As I sad – you have the cache plugin issue,
every time you change css or js on your website you have to clear your cache!

Now it works fine both for logged in and not logged in users =)
YOu are the best!! Thank you so so so much!!