Flexslider data-slideshow="true" not working

1 reply · opened Oct 7, 2016

Bblende64Oct 7, 2016

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

SSemicolon WebSTAFFOct 12, 2016

Hello,

Thank You so much for your Suggestions! Actually we had built this Functionality in this way. The AutoPlay of the Slides in the FlexSlider is enabled by Default, so you will not need to add data-slideshow="true" Setting to it. You will only need to add this Attribute: data-slideshow="false" if you want disable the Slideshow.

Hope this Helps! Let us know if we can help you with anything else or if you find any further issues.

Have the same question, or something new?

Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.

Reply on the dashboard