Posted by Paul
2013-12-31

Hi Tom,

Your poll is excellent, thanks for your hard work!

If possible, I would like some help with the following:

1. I'm using the gradient skin, but I can't seem to figure out how to change to a colour scheme I would like.

I have located the style.inc.php file in the css folder, but there are so many options with colour codes I have no idea where to start :(

2. Is it possible to use a background image at all ?

Finally, could you let me know where I can change the time delay on the thank you message please ?

Many, many thanks :)
Posted by Tom
2013-12-31

Hi Paul,

1. I know the css is a bit bewildering. If you want to change the color scheme without understanding css selectors, you can replace colors using the find-and-replace command you can find in most text editors. Basically, the gradient css file uses only three colors, so it shouldn't take much time to replace all of them.

2. Yes and No. Ajax Poll Admin inherited most of the code from Ajax Poll Script, which can display a background image (You can find an example in the Ajax Poll Script package.) So it should be able to handle it but then the feature has never been tested in Ajax Poll Admin. It's in my do-to list, though.

3. You can find some examples of changing the parameters of a tip-box in skins/(skin-name)/js/js.front.inc.php
var cfg = { "period":1000, "background-color":"red" };