• Hi,

    I’ve used a plugin called Superb slideshow which is good. However i have a couple of users who do not allow javascript. I’d like to offer them a static image where the slideshow would normally be – can anyone offer up any code for this?
    I guess it would need to be alongside this;
    <?php include(TEMPLATEPATH.”/includes/fader.php”);?>
    so if not javascript do this… <img> instead

    any thoughts?

    Many thanks in advance for any help given.
    B. xx

Viewing 1 replies (of 1 total)
  • Not tested but you can try putting this where your slideshow normally appears.
    <noscript><img src=’yourStaticImage.jpg’></noscript>

Viewing 1 replies (of 1 total)
  • The topic ‘Javascript not allowed = static image viewed’ is closed to new replies.