Closed (fixed)
Project:
Wabi
Version:
6.x-1.1
Component:
User interface
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 Dec 2009 at 05:54 UTC
Updated:
4 Jan 2010 at 09:11 UTC
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.
| Comment | File | Size | Author |
|---|---|---|---|
| image_without_colorpicker.JPG | 46.91 KB | tejaspmehta | |
| with_colorpicker.JPG | 92.26 KB | tejaspmehta |
Comments
Comment #1
tejaspmehta commentedi 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 ?
Comment #2
richbaldwin commentedHave 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.
Comment #3
tejaspmehta commentedThank you for your help.