Jump to:
| Project: | jQuery Update |
| Version: | 7.x-2.2 |
| Component: | Documentation |
| Category: | support request |
| Priority: | normal |
| Assigned: | danilenko.dn |
| Status: | active |
| Issue tags: | jQuery, jquery theme, jQuery UI, jquery ui theme |
Issue Summary
How can i change jquery ui theme for all my site?
I installed jquery_update module. In "admin/config/development/performance" set "jQuery and jQuery UI CDN" to "None", so i supose *.js and *.css files will takes from my local folder ("\sites\all\modules\jquery_update\replace\*")
Theme loades from \sites\all\modules\jquery_update\replace\ui\themes\base\* am i right?
I generated theme on http://jqueryui.com/themeroller/ and get an archive with my theme and extracted this one into \sites\all\modules\jquery_update\replace\ui\themes\custom-theme\*
So how can i change my theme? There is no select option in performance page. Should i replace *.css files in \sites\all\modules\jquery_update\replace\ui\themes\base\* folder?
Comments
#1
Quick solution is to rename a 'base' folder to 'base_' and your custom theme folder to 'base'. There is no way to choose a theme through the interface. It is hardcoded in jquery_update.module, line 176.