Closed (fixed)
Project:
Nice Menus
Version:
5.x-1.4
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
19 Feb 2009 at 10:48 UTC
Updated:
25 Mar 2009 at 16:55 UTC
I am using Framework theme. I've changed the folder name to abc in site/all/themes/csb
Path to custom Nice Menus CSS file:
sites/all/themes/abc/mymenu.css
I have saved changes. But this mymenu.css has no effect on my nice_menus. I checked with firebug, the nice_menus still using the default menu, nice_menu.css.
I have another site using the same Framework theme, no problem at all. So, Framework should not be a problem.
Any idea how I can resolve this?
Comments
Comment #1
jessicakoh commentedAfter hours of inspection and file comparison, I found out that if I put the mymenu.css in "files" folder and change custom path to "files/mymenu.css".
Any idea why I can't put mymenu.css in my custom theme folder (I can't even put in "sites/mymenu.css"?
Comment #2
add1sun commentedIt should work on any relative path in your Drupal install. I haven't had time to try to reproduce this yet so I have no idea why it won't work for you.
Comment #3
jessicakoh commentedYeah, I guess I corrupted one of the file during upload. It works now.
Thank you.