Re: Total noob question: How to create a link to color chooser?
Posted 13 years 10 months ago
Anyone? If this is possible I would think someone would know the answer off the top of their head. If it's not possible please let me know so I can choose a different template.
Re: Total noob question: How to create a link to color chooser?
Posted 13 years 10 months ago
Andy? Kat? Anyone? Is it possible to create a standard image or text link to the color chooser, or to style the color chooser to suit a different module position (other than header f) in Crystalline or any templat with color chooser?
Re: Total noob question: How to create a link to color chooser?
Posted 13 years 10 months ago
Now a followup question...why doesn't it work in the sidebar position? I created a custom html module with that link in it. Published to drawer or header positions it works. Published to sidebar A and it stops working. Is there a technical reason for this?
Re: Total noob question: How to create a link to color chooser?
Posted 13 years 10 months ago
Thank you for your help. I am THIS close to finshing up the the changes I wanted thanks to your first reply. I have created a new class in template.css and am styling that with the necessary graphics.
Regarding your second answer (so I understand it):
function isEnabled() {
global $gantry;
return true;
This will enable color chooser from a custom html module? If so, I will use it for sure...but as I said I am almost finished with styling the original color chooser to fit in a module position which will get me off the hook for this weekend and I can implement your second suggestion after the weekend.