Viewing 1 replies (of 1 total)
  • Plugin Author rdws

    (@rdws)

    This should do it:

    1. Open the plugins/sliceshow/lib/sliceshow.public.class.php file. On line 363 change it to $timeout = (int)$timeout; from $timeout = ((int)$timeout == 0) ? 7000 : $timeout;
    2. Open plugins/sliceshow/lib/sliceshow.meta-box.class.php file.
    • Change Line 112 to $meta = trim($meta) != '' ? $meta : $field['default']; from $meta = $meta ? $meta : $field['default'];
    • Change Line 226 to if (trim($new) != '' && $new != $old) { from if ($new && $new != $old) {
    • In your slideshow set the Slideshow Speed (milliseconds) setting to 0.
    • I hope that helps!

Viewing 1 replies (of 1 total)
  • The topic ‘Stop Autoplay’ is closed to new replies.