PDA

View Full Version : Label background color



Geoffrey Doohan
May 22, 2014, 09:46 PM
On one of my sites the colour option in the Listing plans - "Label background color" works and has the option to choose a colour for that plan.

On my other site it only has the heading "Label background color" and no option to choose a colour for any of the plans. However, one of the Plans does show a colour on the front end but like the other plans doesn't have the option to change it in settings.

Is there an option somewhere else in settings that I've selected on one site and not on the other?? or is it a software glitch??

Anyone had this problem?

Geoffrey Doohan
May 27, 2014, 09:26 PM
No one had this problem before then????

Viktor
May 28, 2014, 07:03 AM
Hello Geoffrey,

If you send me ftp access I will check your site. May be some glitch there. I don't know exactly. Send access to my PM please.

Geoffrey Doohan
May 30, 2014, 03:46 AM
Hi Viktor, good to hear from you. I haven't had to fix anything for quite a while now touch wood :)

I have PM'd you the FTP info as requested.

Cheers

Viktor
May 30, 2014, 12:40 PM
Hello Geoffrey and all.

If anybody has same problem you can solve it yourself :)

go to ftp://libs/jquery/colorpicker/css/colorpicker.css

find code at line ~ 167:


.colorSelector {

and replace to:


.colorSelector,
#colorSelector {

then find:


.colorSelector div {

and replace to:


.colorSelector div,
#colorSelector div {

save and check again.

Petrache Nicolae
May 30, 2014, 03:50 PM
Thanks for sharing this

Geoffrey Doohan
May 31, 2014, 10:33 PM
Thx Viktor working ok now :)