But, this doesnt matter on my live site, so never mind!
But how can I do that with the way it’s integrated in wordpress?
So I’m calling it my template file like this:
<?php echo do_shortcode(‘[wp-imageflow2 dir=ipad startimg=5]’); ?>
But then I’d need to call it again when the div is actually visible, just wondering how, so far if I try to run something like the following (inside an event function):
var imageflow2_1 = new imageflowplus(1);
imageflow2_1.init( {conf_autorotate: “on”, conf_autorotatepause: 3000, conf_startimg: 5}
Nothing much happens 🙁