Active
Project:
AD Novus
Version:
6.x-1.6
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
29 Dec 2010 at 18:23 UTC
Updated:
23 Sep 2011 at 12:20 UTC
Jump to comment: Most recent file
Comments
Comment #1
Deepika.chavan commentedHi,
Yes, you can use nice menus module for that.
I tried the same thing on my local site.
1. I enabled the module.
2. Added following code in 'ad_novus.info' file after line no-5 i.e.
stylesheets[all][] = style.cssline.code to create new region and to add local.css file.
3. Removed following code from page.tpl.php :
And added following code instead to print the new 'links' region instead of primary links.
4. Enabled 'Nice menu 1' block in the Header links region (here - /admin/build/block).
5. Created local.css file (Note: I have already added local.css in 'ad_novus.info' file in the above code.)
6. Added following css in local.css file.
7. Cleared the cached data here- /admin/settings/performance.
I hope the steps are clear. Please check the attachments.
HTH!!
Rgrds,
Deepika Chavan.
Comment #2
Anandyrh commentedThis did not work for 6.x-1.6 version! I am facing this same Issue to get the drop down menu working.