• I am trying to get this plugin to work but the images are not rotating (I see only one image, css background i think) – I get a js error ‘imgfade not defined’ but I have included it in my template tag so im not sure whats up…

    This is my tag:

    <?php jsbrotate('images=https://www.zeroscale.co.uk/~mcxander/wp/wp-content/uploads/2011/02/3.jpg|https://www.zeroscale.co.uk/~mcxander/wp/wp-content/uploads/2011/02/2.jpg|https://www.zeroscale.co.uk/~mcxander/wp/wp-content/uploads/2011/02/1.jpg&imgdisp=5&imgfade=5'); ?>

    You can see the site at:
    https://www.zeroscale.co.uk/~mcxander/wp/

    Any help greatly appreciated!

Viewing 1 replies (of 1 total)
  • Plugin Author Eric Mann

    (@ericmann)

    The plugin attempts to add a <script> block using wp_footer() to actually define imgfade in a way that can be used by the scripts in the header. I don’t see that code on your site, so I suspect your theme does not have a call to wp_footer() in the footer.

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: JS Banner Rotate] Images not rotating’ is closed to new replies.