Page 1 of 1

[SOLVED] bMenu Menu Styler menu problem

Posted: Sun Jun 21, 2009 8:10 am
by xoplex
Using this menu as a second menu on template

The menu works fine in the admin module area correctly.
Image

Here are menu settings
Image


The menu functions without the css attached to the page.(expands and contracts on mouseovers)
Image


But once I attach the style sheet the menu disappears.
Image


I Have {cms_module module="bMenu"} in the header tags

Here is code in template for menu
{* Start Navigation *}
        {menu template="bMenu"}
           {cms_module module="bMenu" styleid="82"}
     {* End Navigation *}  

Changed everything in bMenu with with the ul id to match my template
{if $count > 0}



Anyone have any idea what the problem might be?

Thanks in advance
XO

Re: bMenu Menu Styler menu problem

Posted: Tue Jun 23, 2009 10:36 pm
by xoplex
no one has any ideas?

Re: bMenu Menu Styler menu problem

Posted: Thu Jun 25, 2009 3:29 am
by xoplex
Finally solved my problem by removing the Tag
and using this menu tag
{menu template='bMenu' start_element='8.1' show_root_siblings='1'}
{cms_module module="bMenu" styleid="82"}