Active
Project:
Theme Hues
Version:
6.x-2.0
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
21 Aug 2011 at 16:06 UTC
Updated:
22 Aug 2011 at 19:14 UTC
Hi, first, let me say this module is amazing!
Now, I just upgraded to version 2 on Drupal 6 and also installed jquery_colorpicker but I cannot see the nice graphical selector, only the field to input the hex-code color. Am I missing some step? Any help is greatly appreciated...
I have attached what I see, even thought jquery_colorpicker is active.
| Comment | File | Size | Author |
|---|---|---|---|
| Screenshot of user part | 16.33 KB | mgfong |
Comments
Comment #1
aacraig commentedYou should use the JColor javascript library.
Download the JavaScript color picker script (http://jscolor.com) and unpack into the module directory (ie. yoursite/sites/all/modules/theme_hues/jscolor).
Comment #2
mgfong commentedHi, I tried installing the javascript as you suggested above (jscolor.com) and it works great on version 1.8 but not in version 2.0 any other suggestions?
Also I took a look at the file theme_hues.user.inc (on version 2.0) and mentions the jquery_colorpicker.
The chunk where is mentioned:
if (strstr($selector['property'], 'color') && module_exists('jquery_colorpicker
')) {
$type = 'colorpicker';
}
Maybe there is something else?
Regards,
MG