I really like the new A3 Atlantis theme, but I am unable to use dropdown menus with the primary menu system. I have clicked expanded but the submenus do not display, so I am guessing this is not allowed with this theme. I really don't understand why these themes are made without the ability to have drop down menus, who makes websites without having this functionality.

Anyways, I would like to customize this theme so that my submenus will display in a dropdown fashion. Can anyone help me get started on this or know of a guide on how to do this.

thanks!

Josh

Comments

vm’s picture

primary menus expand to expose a secondary menu when set properly in adminsiter -> menus -> settings
watch this video http://www.lullabot.com/videocast/using-secondary-menus
the terminology dropdowns is likely causing the problem as dropdowns and secondary links are two totally different animals.

if by change you mean menus that are similar to: http://drupal.org/project/nice_menus that would be the module you are after.

drupalfan81’s picture

Actually, what I am referring to is what I have on my other site at
http://www.jbellendir.com

I would like the same drop down system of primary links that are used with this theme. This theme came with it built in and standard, but the theme I am using for my other site does not and I would like to know how to get the menus to have the drop down functionality.

thanks!

vm’s picture

investigate the nice_menus.module

ckng’s picture

It is possible, but you've to override some codes and put it inside your template.php
http://drupal.org/node/387736

Not something easy to do. Check out nice_menus instead

drupalfan81’s picture

Thanks!