Hi
i am a beginner of using drupal cms.
i have some problem with menu view module.

i install menu view module and enable it.
i create new view(block) and attach it to one of the menu item in main menu.
but the menu view block is always appear without hover to the menu item.
i dont know why it was.
please suggest how to solve this.

i attach my page...

Comments

Aung Pyae Phyo’s picture

Component: Documentation » Miscellaneous
markhalliwell’s picture

By design, this module only provides basic HTML structure for inserting a view into the menu system. It does not actually style your [mega-]menu. If no styling exists in your theme or is not provided by a contributed module, the view will appear next to your menu item (which can often be a little confusing at first). It is up to the theme or contributed module to actually style the view to appear inside your menu. If the contributed theme or module implements drop down menus, using CSS or JavaScript, a new child selector (li > .view) must be included. The view can then be styled appropriately from there.

Aung Pyae Phyo’s picture

Component: Miscellaneous » Documentation
Category: bug » support
Priority: Normal » Minor
Status: Active » Closed (works as designed)

Thanks a lot
i understand it now..
:)

markhalliwell’s picture

Title: Menu View is not working » Menu Views is not working