Hello,

I am using drupal 6.x version for one of my website. Now requirement from client is to use webi theme so he can change color combination every time he wants. He uses it for his 5.x site and easily change colors with color picker. But in 6.x it is not working. Do i need to install any specific module or anything permission related problem in my 6.x site ?

I have provided screen shot also what it looks like.

with_colorpicker.JPG show how i want and image_without_colorpicker.JPG show my actual drupal 6.x vision.

Please help me out on this.

Thank you.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

tejaspmehta’s picture

i have figured out that this problem is due to file sharing option. Wabi requires public file sharing so i set it as like following

File system path : sites/default/files
Temporary directory: sites/default/files/tmp

Download method: Public

but still i do not get color configuration changer.

can anyone help me in this ?

richbaldwin’s picture

Priority: Critical » Minor
Status: Active » Closed (fixed)

Have you tried to see if the problem exists also with the default theme garland? Garland also uses a color picker.
If the color picker doesn't work there either then I suspect the issue is not with any specific theme but your drupal installation instead.

Here is an excellent resource checklist for reasons that your color picker is not working.
http://drupal.org/node/109457

Also here is another external resource to fix one of the issues highlighted above.
http://www.boutell.com/gd/faq.html (PHP GD library)

Hope this helps.

tejaspmehta’s picture

Thank you for your help.