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.