Hi,

i would like to have a menu from my taxaonomy vocabular like this one:

www.makro-treff.de/artengalerie (LEFT SIDEBAR)

i tried a lot of modules like menu block, superfish, taxonomy menu, dhtml menu, accordion menu. But nothin worked like this menu above. Can some one help me. Thank you very much!

regards,

lolhonk

Comments

VM’s picture

There isn't a module that is specifically modules after the menu you've linked to. The closest you will get is using core's default menu system with children. If you 2 or more levels of children then you will need the menu block module. Though I would deploy the DHTML menu to limit page loads on each click like the site in question.

Please explain in full what wasn't working when you tried using the modules discussed.

vgutekunst’s picture

Hi VM,

thank you for your answer. My theme use bootstrap and thats why the "default"-menu is a dropdown menu. I dont know how i can change that?! Duo this fact i tried a lot of menu modules but without succes.

VM’s picture

what do you mean default menu? if you mean the main menu then avoid using that one and generate a custom menu with your own links.

vgutekunst’s picture

Yeah the default core menu seems to be a dropdown menu in this theme. When i creat a custom menu of my taxonomy vocabular (using taxanomy menu) it appears as dropdown menu. How can i change that to the "standard" default core menu (No dropdown,but same as in my example website)

VM’s picture

I'm confused. So you've created a new menu, placed it in the sidebar and a drop down is generated? - link to site please

vgutekunst’s picture

yes exactly its a dropdown.... Here the link:

http://bit.ly/1GRWQlm

VM’s picture

If there isn't a way to disable drop down functionality in the block configuration then I'd venture you need to look @ issues such as https://www.drupal.org/node/1893532 and others in the queue to see if there is a method in place. If there isn't, you may want to work with a different theme where a mix can be used.

vgutekunst’s picture

thats sick because i bought the theme already. I dont know how to implement this fix because the theme dont use this module "bootstrap".

Is there a other way? Maybe a view or something :-(

VM’s picture

bootstrap isn't a module. It's a base theme from which I thought you would have generated your subtheme. If the theme was purchased then consider asking the theme developer for support for the features they added/didn't add to the theme in use.

vgutekunst’s picture

is it possible to change a .tpl file of the menu? If yes i could give my taxonomy menu extra css settings?!

VM’s picture

you don't add/change classes in a tpl.php file.