| @@ -3243,9 +3243,9 @@ | ||
| 3243 | 3243 | // Slick slider options |
| 3244 | 3244 | $slider_options = [ |
| 3245 | 3245 | 'rtl' => $slider_is_rtl, |
| 3246 | 3246 | 'infinite' => ($settings['slider_loop'] === 'yes'), |
| 3247 | - 'speed' => absint($settings['slider_effect_duration'] * 1000), | |
| 3247 | + 'speed' => absint(Core::jsNumber($settings, 'slider_effect_duration', 0.7) * 1000), | |
| 3248 | 3248 | 'arrows' => true, |
| 3249 | 3249 | 'dots' => true, |
| 3250 | 3250 | 'autoplay' => ($settings['slider_autoplay'] === 'yes'), |
| 3251 | 3251 | 'autoplaySpeed' => absint($settings['slider_autoplay_duration'] * 1000), |