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.

CommentFileSizeAuthor
Screenshot of user part16.33 KBmgfong

Comments

aacraig’s picture

You 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).

mgfong’s picture

Hi, 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