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

Sungsit’s picture

Priority: Critical » Minor

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).

yashadev’s picture

#432396: Child links is marked as a duplicate of this issue.

yashadev’s picture

Status: Active » Postponed

This is will be included in 7.x-3.x.