Closed jp-webdev closed 6 years ago
@jp-webdev same here. Did you find a solution for this?
Anyone figured out a fix or workaround for this yet?
I have the same problem, Has anyone solved this?
To solve this issue, you have to code a bit. You can achieve this functionality by following below steps :
Hi there, I released 2.7.0 last week, please let me know if the issue persists after updating.
Hello,
Note here that the image variable represents an image that was AJAXed into the page.
Upon adding a slide to the flexslider using
$('#slider').data('flexslider').addSlide(image)
and$('#carousel').data('flexslider').addSlide(image)
, the image is added to both the carousel and slider, but any click functionality of the image on the slider is not preserved. You can click any image in the carousel not added this way, and it will bring you to the corresponding image in the slider. Clicking any image in the carousel added usingdata('flexslider').addSlide()
does nothing.Here is a JSfiddle that reproduces the issue -- although not for AJAX content, but the issue is the same. http://jsfiddle.net/XXzpW/5/