Hello,
I have searched the queue but not found a solution to this problem...

I have multiple layers within the "primary links" and when mousing/hovering over the menu, the sub-items do not display. Unless I'm on the parent page - then they do display. Problem is that most users will expect to see them display all the time and probably won't even check to see if there are pages beneath after loading the page.

So for instance in a menu with:

About Us
Services
- website development
- hosting
Contact

You have to be within the Services section in order for the sub-items to appear on mousing over "Services"

Thank you!

Comments

rubinfarm’s picture

I had the same problem and found the solution:
Go to >site building >menus and click on Primary Links > edit.
You need to check the "Expanded" box. Should work fine now.

hswong3i’s picture

Assigned: Unassigned » hswong3i
Status: Active » Fixed

This is something already documented (http://cvs.drupal.org/viewvc.py/drupal/contributions/themes/multiflex3/R...):

HOW THE CASCADE PRIMARY LINKS HACK FUNCTION?
----------------------

The cascade primary links is one of the most spotlight feature of original
Multiflex-3 theme design. This Drupal re-implementation also come with a
special hack for it. In order to activate it, please follow this procedure:

  1. Define your primary links with cascaded items.
  2. Set the parent item as "Expanded".

There is also some limitation of this implementation:

  1. Don't support IE6. Since IE6 need a special hack with "table", which
     will be unnecessary complicated the implementation. Moreover, some
     special CSS hack is required, too.
  2. Only support maximum 4 level of menus; others will looks buggy.

It is completely independent with original Drupal's primary/secondary links
handling. Set the primary and secondary links as same source will just
function as other typical Drupal themes.

Status: Fixed » Closed (fixed)

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