Like it is written on the admin page : because of the theme’s CSS, the slider may look different on the website… look at your theme’s CSS.
I don’t think it’s publishing the slideshow with colors set as blank or “none” because I get this error on the “Options Page”:
>>
The preview have NOT been updated (the options have NOT been saved yet).
The following values got to be corrected :
The slideshow background color
The buttons bar background color
The buttons’ color (normal state)
<<
So what it displays live is not the version with no colors.
I hope this makes sense.
What works for me is to add ‘none’ as a color in frontpage-slideshow.php (line 418):
$colors = array(‘aqua’,’green’,’orange’,’white’,’black’,’lime’,’purple’,’yellow’,’blue’,’maroon’,’red’,’fuschia’,’navy’,’silver’,’gray’,’olive’,’teal’,’none’);
oh damn I forgot this… thanks. Got to add inherit and transparent too. planned for next release
I was suspecting that ‘none’ was not a valid ‘color’ and its true : ‘none’ IS NOT a valid color and, as it is non standard, this will not be added to the allowed values onto the plugin. I will just add “transparent” and “inherit” and the 16 W3C defined colors names as non hexadecimal color values.