• Hi,

    Any way to get “none” as an acceptable color for the background etc.?

    It works in preview mode, but not live.

    Thanks!

    –Ted

Viewing 5 replies - 1 through 5 (of 5 total)
  • 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.

    Thread Starter Ted Kusio

    (@slowx)

    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.

    Thread Starter Ted Kusio

    (@slowx)

    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.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘[Plugin: Frontpage-Slideshow] “none” as a color?’ is closed to new replies.