• Hi, when there is a submenu en i hover over the parent, the submenu appears but when i leave the parent inthe mainmenu to select a item of the submenu, the submenu disappears (even in the demo, chrome, IE11).
    It is not all the time but in 98% of the time.
    Has this something to do with the jquery update or is something else wrong?

    Greetings,
    Bart

Viewing 7 replies - 1 through 7 (of 7 total)
  • Hello @bwpvanvugt

    Can you please post your site URL cause it will be easy for us to debug.

    Best Regards!!!!

    Hello @bwpvanvugt

    Currently this is noted as an issue which will be fixed in next update.
    Till then the solution would be adding custom CSS.
    Go to Admin Panel / Theme Options / Advanced Options. In this section you will see a box to write custom CSS. Copy and paste below code in that box:

    @media screen and (max-width: 1200px)  {
    	.main-navigation ul ul {
        	top: 40px;
    	}
    }

    Hope this will help to resolve you issue.
    Let me know how it goes.

    Best Regards!!!

    I’m trying to add a subpage under my Building Blocks of Support page – I’ve created the page and set it up by going into the /Appearance /menu section but it’s not showing up.
    It’s added the down arrow and has the hover hand to show there’s something to click on but on clicking, nothing appears.
    https://www.notfornothing.org/
    Thanks!

    Hello,
    It seems like you have not set location to the menu and added a parent page for a sub page, this triggers this issue.

    You will need to create a menu, add pages to them and add location of the menu, in your case the location will be primary.
    For drop down you will have to drag and drop the menu item inside the parent item in Appearance => Menu on the right side.
    Follow the below given link of screenshots to get the menu easily.

    https://prnt.sc/aux7ze
    https://prnt.sc/auxjao

    best regards.

    Thanks heaps, it was just a matter of clicking on the primary button for menu location – cheers!

    Menu is still not displaying. i try to paste bellow given code at Admin Panel / Theme Options / Advanced Options but submenu not display.

    also add this code in style.css but not submenu display.

    https://priyanshu.net
    Mozilla firefox latest
    windows 8
    res 1366*768

    @media screen and (max-width: 1200px) {
    .main-navigation ul ul {
    top: 40px;
    }
    }

    Hello,
    Did you follow my above instructions and the screenshots will be of help too.
    Please follow the steps. You will not require any custom css for the sub menu.

    best regards.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘mainmenu with disappearing submenu’ is closed to new replies.