Okay
  Public Ticket #3493494
Dropdown Menu Issue
Closed

Comments

  • 116solutions started the conversation

    Hi,

    Seeing a weird behavior when the dropdown menu items have sub-menus. When the dropdown menu is set to show under the menu label and has sub-menu items, the sub-menu items that draw above the header bottom are not recognized as hoverable. The dropdown menu itself works fine, but the sub-menu disappears very quickly if you don't hover on items below the header. You can see it in the related website.

    This behavior is fixed when I tell the dropdown menu to draw below the header.

  •  8,839
    Tahir replied

    Hey Again,

    You seem to have an Optimization plugin which could be causing this. Could you turn it off and check .

    Thanks.


    ThemeNectar Support Team 

  •  2,958
    Andrew replied

    Hello there,

    Thank you for reaching out to us.

    Try clearing your cache and disabling any auto optimize plugins that you have installed and let us know how that solves the issue.

    We look forward to your reply.

    Thanks,

  • 116solutions replied

    The performance plugin has been disabled. Still seeing the issue. I'll leave it disabled for now so you can see it as well.

  •  8,839
    Tahir replied

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    .sf-menu .sfHover>ul, .sf-menu li:hover>ul {
        z-index: 9999 !important;
    }

    Thanks


    ThemeNectar Support Team 

  • 116solutions replied

    I added this in the Custom CSS but I'm not seeing any change in behavior and I'm not seeing any red cross.

  •  8,839
    Tahir replied

    Hey Again,

    The dropdown is no longer getting hidden when i move the cursor in the red area here: 

    3435766619.png

    Thanks.


    ThemeNectar Support Team 

  • 116solutions replied

    If you hover to the right of heating, or open it's sub-menu, can you click on Furnace Installation?

  •  8,839
    Tahir replied

    Hey Again,

    No, I couldnt. 

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    #top nav>ul.sf-menu>li {
        z-index: auto !important;
    }

    Thanks


    ThemeNectar Support Team 

  • 116solutions replied

    That did the trick! Thank you!