• Resolved smurfehits

    (@smurfehits)


    Hi,

    When hovering over the main navigation menu, the dropdown submenu is not showing at all. Please help πŸ™‚

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Theme Author satoristudio

    (@satoristudio)

    Hey @smurfehits,

    as far as I can see your website’s menu doesn’t contain any submenu items at the moment – is the issue still topical? If yes, could you please add some submenus so that I could see the live code? Thanks!

    Thread Starter smurfehits

    (@smurfehits)

    Hi, yes had to remove my sub menus because i could not get them to work. Will add sub menus soon as im back at my computer, thank you!

    Thread Starter smurfehits

    (@smurfehits)

    Submenu are now added, thanks.

    Theme Author satoristudio

    (@satoristudio)

    Thanks! The problem stems from the fact that an additional </div> tag is being added to the <div class="site-wrapper clear"> wrapper element, thus closing it prematurely instead of including the entire website’s HTML inside it. The submenu JS event is bound to that container, so it’s not firing as well.

    There’s no way for me to tell what exactly is the cause of this, just looking at the code from the outside, but it’s most probably one of the two things: either a third-party plugin or a manual edit of the theme’s template code. For the first one, you can try disabling each active plugin one by one and refreshing the page after each step to see if any of those is responsible; to check for the second case, you can try reinstalling Bento from the official source to make sure you’re using the original code.

    Thread Starter smurfehits

    (@smurfehits)

    Thank you, it worked by just removing the div tag from header.php. Its probably from me trying some code i shouldnt be, and forgot to remove the tag!

    Sorry for being stupid and thank you so much for your help!

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Submenu not showing on hover’ is closed to new replies.