Hi, you have an amazing plugin here but I'm finding that if I delete a slide via jquery and then reload the slider via reloadSlider then the thumbnails disappear.
This is because on line 1298 (of v4.1.1) you have if(slider.pagerEl) slider.pagerEl.remove();
This is removing that div from the DOM. This destroySlider also gets called when the slider is 'reloaded'
You could pass something to the function if you were 'reloading' the slider to not remove from the DOM the whole div (or put it back afterwards)?
Hi, you have an amazing plugin here but I'm finding that if I delete a slide via jquery and then reload the slider via reloadSlider then the thumbnails disappear.
This is because on line 1298 (of v4.1.1) you have if(slider.pagerEl) slider.pagerEl.remove();
This is removing that div from the DOM. This destroySlider also gets called when the slider is 'reloaded'
You could pass something to the function if you were 'reloading' the slider to not remove from the DOM the whole div (or put it back afterwards)?
Keep up the great work
Cheers
John :-)