Mobile side menu not showing login/register button
-
Hi, Please refer to attached photos.
Login/register button not showing in mobile side menu. In desktop view it is showing.
Please help.
Attachments:
You must be
logged in to view attached files.
i have tried disabling all plugins but problem still persist. I notice that the login/register link is actually there in desktop view, and when i am logged in it will show up in mobile side menu. but if i am not logged in, there will be no login/register link in the mobile side menu.
Hi,
I checked my dev tools in chrome browser. It IS actually there but your custom CSS generator caused the visibility to be changed to “hidden”.
style-1568803915.css
.browser-Safari .menu-item-register {
visibility: hidden;
how can i change this back to “show”? Please advise.
Thank you.
Hi,
Try to add the following code snippet to the Custom CSS area in Theme Settings.
.browser-Safari .menu-item-register {
visibility: visible; }
.browser-Safari .menu-item-register.sub-menu-dropdown {
visibility: hidden; }
This issue will also be fixed in the next theme update.
Regards
Hi. Thanks.
Once next theme update address this issue, can I remove this code snippet?
Yes, this fix will be included in our next theme update.
Hi, I saw that 4.2.0 is out. Is this problem fixed in 4.2.0?
Yes, this issue is fixed in our theme update.