I'm using drupal 6.10
I have a problem with Marinelli installation, it's only showing parents, not the leaves. The menu that supposed to have children do not show down-arrow.
But this condition is only happen with new browser opening the page, that is browser that has never open the page before or browser after cache cleared. Clicking the parent menu for the first time will show the arrow and the children for the page in a scrambled order.
After the first click, the clicked parent menu will work fine, but not for the other parent menu that hasn't been clicked.
I'm using 6.x-2.9, been trying to disable imageassist and nicemenus, copy another hoverIntent, and turning off image preload, but the problem still happen on new browser.
I have try using Firefox, Chrome, Opera, IE and Safari for Windows, they all show the same behaviour.
Sorry, I haven't made the page public and it still sits in my localhost.
Appreciate any thoughts.
thanks.
Comments
Comment #1
camboki commentedI was having the exact same problem. Drupal version 6.10, marinelli version 6.x-2.9.
Here is what I did to fix:
On the admin/build/menu page I choose the primary menu. I click enable and expanded for the menu items. Save configuration. That's it! Now they appear to work.
Comment #2
veriy commentedCamboki,
Thanks for the tips. At first it still didn't work. But then, I finally find the cause of this problem.
I'm using dhtml_menu for my admin navigation, and it seems to active on all kinds of menu.
I now disable DHTML menu for primary-links from Site Configuration > DHTML Menu.
Now it works.
Thanks.