Dear Canvas Support Team
I have another issue with the flexslider. I use the following html code:
<section id=”sliderjme” class=”boxed-slider”>
<div class=”container clearfix”>
<div class=”fslider” data-slideshow="true" data-pause="1000" data-speed="600" data-direction="horizontal" data-animation="fade" data-pagi="true" data-arrows="true">
<div class=”flexslider” id=”flexslider333″ >
<div class=”slider-wrap”>|</div>
</div>
</div>
</div>
</section>
The mention of data-slideshow="true" is stopping the autoplay function.
In your functions.js i found the code:
2200 if( !flexsSlideshow ) { flexsSlideshow = true; } else { flexsSlideshow = false; }
When I change the code to:
if( flexsSlideshow == 'true' ) { flexsSlideshow = true; } else { flexsSlideshow = false; }
then the Flexslider seams to work.
I'am no javacript hero, but could this be a bug in functions.js?
Kind regards
Jeannette Meier Kamer
