• Resolved Karol

    (@kteterycz)


    Hallo,
    I have found a bug in your plugin.
    When I put 2 sliders on 1 page, then first works perfect, but second doesn’t work.
    I have changed in file js.php line 31 of code
    $(".sliderly-slideshow").addClass("set");
    to
    $(this).addClass("set");
    and that fix the problem.
    I think you should update the plugin.

    http://wordpress.org/extend/plugins/sliderly/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Anonymous User 9782929

    (@anonymized-9782929)

    Thanks!

    I can confirm the problem exists, however this fix doesn’t truly fix it.

    If you have more than one, they take the same settings, for example if one slider should have the effect ‘fade’ and the other ‘slide’ they will both take whatever slider is initiated first, even if both state their preference.

    It doesn’t seem to mind controls being hidden, or sizes just the effect and duration.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Sliderly] Bug with 2 sliders on 1 page’ is closed to new replies.