Posted by suhasagubb on October 2, 2009 at 2:43pm
Jump to:
| Project: | Colourise |
| Version: | 6.x-2.0 |
| Component: | User interface |
| Category: | feature request |
| Priority: | minor |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
The colourise theme doesn't support the feature of Drop down menus for primary links. Even on the installation of DHTML menus which provides (sliding) drop down effect on primary link menu items, the feature is not working. Kindly resolve the issue soon.
Comments
#1
I don't think this is critical priority for themer to deal with particular module because DHTML works out of the box for other parts of Colourise except top primary menu.
In template.php if you change
$vars['primary_menu'] = theme('links', $vars['primary_links'], array('class' => 'links primary-menu'));to
$primary_tree = menu_tree(variable_get('menu_primary_links_source', 'primary-links'));$vars['primary_menu'] = $primary_tree;
you'll get a clue!
If you ever try superfish menu (JS), you may get drop-down menus without additional module required.
See http://studio.webzer.net/drupal/colourise/ for what happens to top primary menu_tree with dhtml-6.x-3.5 (name:demo pw:demo).