Targeting multiple sliders on same page
-
Submitting a bug:
assets/js/script.js line 26 should be
$el.flexslider(settings)
(not$slider.flexslider(settings)
)
in order to target each slider on a single page separately.I found thins because I had multiple sliders on the same page, each with different settings, and only one group of settings was being applied to all sliders.
Nice plugin – thank you!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Targeting multiple sliders on same page’ is closed to new replies.