I'm using D 7.17 and I'm using taxonomy menu to add a menu tree to main menu with taxonomy terms. I can use sub menu items with some themes. Some themes don't display sub menu items. But bamboo theme shows submenu items but not correctly. All sub menus should indent to right, but with bamboo them all submenu items shown at same level and this makes menu unusable.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

coolman7’s picture

I attached screenshots.
First one is correct with another theme
Second one is incorrect with bamboo theme

Danny Englander’s picture

Category: bug » feature
Status: Active » Postponed

Hi, Currently there is no provision for sub-sub or "tertiary" menus and that's why it's not working. I'm going to mark this as a feature request and I may get to it at some time in the future. You can either provide a patch or use another theme for now. Thanks.

Danny Englander’s picture

Title: sub menu problem with main menu » [Feature request] theme sub-sub or 'tertiary' menus
bawoor’s picture

Bamboo theme using CSS Menu for styling main menu. You can directly add the x level sub-menu style by editing 'menu.css' file in your css theme folder. this sample code to styling secondary submenu:

#main-menu ul.menu.ul-depth-1 ul li {
margin-left: 200px;
width: 200px;
top: -40px;
}

You can change 'depth-1' selector with 'depth-2' or 'depth-3', etc... for styling x level menu.

bawoor’s picture

deleted by me ... Double post.

coolman7’s picture

It works.
Thanks

Danny Englander’s picture

Status: Postponed » Fixed

Ok I have addressed this issue in a new release, Alpha 8. It will also show up in dev. Alpha 8 is now available for download. I had to be thoughtful about this as I wanted to keep the original styling of the theme for those who are not using tertiary drop down menus. In other words, keep rounded corners on last item secondary drop down menus. There is a new theme setting checkbox to use tertiary menus or not. See the documentation for more info. Thanks all for the code and suggestions, I really appreciate it.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.