I got a problem with flexslider, I need to download my picture in base64 from a webservice.
After the download is complete, I make an .append()
to add my slide...
But sometimes, everything is added perfectly but the slider doesn't reload correctly So I get code like this :
instead of code like this :
How can I reinitiate my slider in this case ?
Solution found ! Just add this line of code to remove the old slider ref if exists
$('#flexslider').removeData("flexslider");
When the download is complete, and after you make the append, try using the method again.
$('.flexslider').flexslider();
That should reinitiate it and account for new content.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With