Download & Extend

How to make Nice Menus work with this theme

Project:Interactive Media
Version:6.x-1.10
Component:Code
Category:support request
Priority:normal
Assigned:hswong3i
Status:closed (won't fix)

Issue Summary

Am trying to get Nice Menus to work with this theme, however enabling nice menus results in menu system in wrong place. Would like to see default horizontal menu that this theme produces with drop-down sub-items off of that.

Any help appreciated.

Comments

#1

This is mainly due to CSS tag conflict. As there is no standard about how theme designer structure their HTML and CSS, we may always conflict with module designer (if the module get rid of some layout design with static-buildin CSS implementation, but not control its layout with hook from Drupal internal API).

I have not much idea about solving this problem within theme only, since this will happened again and again in case by case. The ultimate solution should be a "split brain" implementation as mentioned above, where module designer left all layout control to theme designer which keep both side clean.

Should this issue refile for Nice Menu?

#2

Assigned to:Anonymous» hswong3i
Status:active» closed (won't fix)

interactive_media-6.x-2.x-dev is now completely revamp as zen-6.x-2.x-dev subtheme, and now primary link area is implement as a block region named "navigation", therefore you can insert whatever 3rd party eyes catch menu management module to this area, and customize your own layout within "css/custom.css" (you need to manually create this file). Well... Therefore issues now mark as "won't fix" :D

P.S. Ooops please don't forget that 6.x-1.x-dev is no longer supported, too. Please feel free to download and enjoy with the latest version ;-)