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

ionmedia’s picture

thanks for help, it must be

james.wilson’s picture

Assigned: Unassigned » james.wilson
Issue summary: View changes
Status: Needs review » Closed (fixed)

A new release has been created with a fix for this and the updated version requires the use of the libraries module.