• Resolved CG

    (@nordmathis)


    In Crelly Slider versions 1.3.6 and 1.3.7 it is not possible to select a start slide (“Start from slide”) if random start slide is selected.

    The problem is solved in version 1.3.7 by editing line 276 in file crelly-slider/wordpress/slider.php.

    Old:
    if($slider->startFromSlide == -1) {

    New:
    if(!is_array($slides) || ! count($slides)) {

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Start slide cannot be selected if random start slide is selected’ is closed to new replies.