Closed (fixed)
Project:
CCK Slider Widget
Version:
6.x-1.1
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Reporter:
Created:
19 Jul 2011 at 09:38 UTC
Updated:
5 Mar 2014 at 00:50 UTC
Jump to comment: Most recent
Current recommended version of jquery_ui module prompts you to place jquery.ui inside sites/all/libraries. This means that this module will not find the ui.all.css file to add, thus breaking the slider.
Line 53 perhaps should be something like:
drupal_add_css(libraries_get_path('jquery.ui') .'/themes/base/ui.all.css');
Not sure whether we should have libraries as a dependency, or if jquery_ui should, but in any case, this is something that should be addressed.
Comments
Comment #1
ionmedia commentedthanks for help, it must be
Comment #2
james.wilson commentedA new release has been created with a fix for this and the updated version requires the use of the libraries module.