Closed (fixed)
Project:
Andromeda
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Mar 2012 at 01:37 UTC
Updated:
2 Apr 2012 at 11:50 UTC
Hi,
in commit 81f5878 you moved Nivo-slider out of the theme. Great, but you forgot to remove css/nivo-slider.css from the info file.
I guess this is a straight forward request, but to give some backgroud:
This is a problem since the Nivo Slider module tells Drupal to load the nivo-slider.css coming with the Nivo Slider jQuery plugin itself - from the sites/all/libraries/nivo-slider/ folder. Drupal doesn't load that file as long as the same filename is used in the theme. Not sure if this is a bug or a feature of Drupal core. Took me long time to realize this was the problem. Argh.
Comments
Comment #1
shadcn commentedoh! thanks. fixed.