• We used this plugin recently and noticed a white block at the bottom of the pages that was full width & the height of your slideshow. At this time it looks like it has been 7 months since this plugin has had an update. I quickly resolved the problem by placing a line of jQuery at line 97 of header-slideshow.php

    [code]
    echo "<script type='text/javascript'>$('#hdr-slideshow').height('0');</script>";
    [/code]

    After the header slideshow is rendered, the unexpected white div in the footer is now told to vanish.

    Tested for Opera, Firefox, IE8/9, Chrome on Windows.

    Hopefully this helps someone!

  • The topic ‘Bug fix for up to v3.5.1 – maybe higher’ is closed to new replies.