Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Forum: Plugins
    In reply to: [SliceShow] Wp 3.8 Issues
    Plugin Author rdws

    (@rdws)

    It’s hard to say what is happening without more information.

    Do you have other plugins installed? If so, have you tried disabling those to see if there is a conflict with one of those plugins? Should you find a conflict please post what plugin it is so we can troubleshoot further.

    Have you tried switching themes? Do you get the same error when using the Twenty Fourteen theme?

    Are you using the latest version of the plugin (1.1)?

    Any other information you can provide would be helpful.

    Plugin Author rdws

    (@rdws)

    Roman,
    I’m glad you like the plugin! It currently does not support this option out of the box; however, if you want to make it so that all slide urls have “_blank” in them you can add the code to lines 418 and 422 of the plugins/sliceshow/lib/sliceshow.public.class.php file.

    Just remember that when you upgrade later those changes will have to be re-applied.

    Forum: Plugins
    In reply to: [SliceShow] Stop Autoplay
    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!

    Plugin Author rdws

    (@rdws)

    I just ran across this thread and would like to help figure out a solution. Which option in the media uploader are you using: “From URL” or “Media Library”?

    From what I can tell the current way the plugin is setup won’t work with the “From URL” option even with ITS Alaska’s fix from above because it relies on the image having a post id.

Viewing 4 replies - 1 through 4 (of 4 total)