Home Forums WoodMart support forum Mobile side menu not showing login/register button

Mobile side menu not showing login/register button

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #145666

    dreamzspl
    Participant

    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.
    #145679

    dreamzspl
    Participant

    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.

    #145680

    dreamzspl
    Participant

    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.

    #145724

    Artem Temos
    Keymaster

    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

    #145787

    dreamzspl
    Participant

    Hi. Thanks.

    Once next theme update address this issue, can I remove this code snippet?

    #145831

    Artem Temos
    Keymaster

    Yes, this fix will be included in our next theme update.

    #154254

    dreamzspl
    Participant

    Hi, I saw that 4.2.0 is out. Is this problem fixed in 4.2.0?

    #154272

    Artem Temos
    Keymaster

    Yes, this issue is fixed in our theme update.

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