[SOLVED] bMenu generated menu shows and disappears

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Post Reply
theredspecial
Forum Members
Forum Members
Posts: 31
Joined: Tue Jun 05, 2007 5:36 pm

[SOLVED] bMenu generated menu shows and disappears

Post by theredspecial »

Hi all,

at www.fotobrammeijer.nl I included a bMenu to create a flyout menu for the 2nd-level pages. I am no wizzkid, so I saw this an easy option to generate a menu that fits our desires.

However, it shows and once you hover your mouse over this menu, it disappears. I am not able to solve the issue for some time now, any suggestions?

Thx
Robert

PS I know the menu doesn't look the way it should, but that I am able to solve (I think)
Last edited by theredspecial on Sun Feb 21, 2010 2:11 pm, edited 1 time in total.
bterkuile
Forum Members
Forum Members
Posts: 97
Joined: Sun Jul 22, 2007 11:48 am
Location: Netherlands

Re: bMenu generated menu shows and disappears

Post by bterkuile »

Try to make the menu indicator a jQuery selector to your menu. In this case try to replace #main_menu with #primary_nav
theredspecial
Forum Members
Forum Members
Posts: 31
Joined: Tue Jun 05, 2007 5:36 pm

Re: bMenu generated menu shows and disappears

Post by theredspecial »

by means of Firebug, I learned that some code is added when I hover my mouse over the menu.
initially it says:

Code: Select all

<ul id="primary-nav">
as a result of hovering I read:

Code: Select all

<ul id="primary-nav" style="display: none;">
Can't quite figure out why... - update -
Apparently I can :) I noticed the primary-nav was duplicated and removing it solved the disappearing. now i receive an error message* and bMenu doesn't do what it's supposed to generate (a fly-out menu)... subject to further scrutiny thus.

* bMenu error: there is no menu specified at #primary-nav
Last edited by theredspecial on Sun Feb 21, 2010 10:29 am, edited 1 time in total.
bterkuile
Forum Members
Forum Members
Posts: 97
Joined: Sun Jul 22, 2007 11:48 am
Location: Netherlands

Re: bMenu generated menu shows and disappears

Post by bterkuile »

Sorry my mistake. It should be #primary-nav in stead of #primary_nav (No underscore)
theredspecial
Forum Members
Forum Members
Posts: 31
Joined: Tue Jun 05, 2007 5:36 pm

Re: bMenu generated menu shows and disappears

Post by theredspecial »

that did it, still some issues, but i should be able to solve those, now that i know the problem

thanks
Post Reply

Return to “Modules/Add-Ons”