Hello,
This is the Default Behavior of Flex Slider Plugin. We will try making this more seamless in the future updates of Canvas. Meanwhile, you can consider using the following HTML Code:
[ch_pre]
[/ch_pre]
and then find the following CSS Code in the style.css File:
[ch_pre type="css"].flexslider .slider-wrap > .slide {
display: none;
-webkit-backface-visibility: hidden;
}[/ch_pre]
and replace it with:
[ch_pre type="css"].flexslider .slider-wrap > .slide:not(:first-child) {
display: none;
-webkit-backface-visibility: hidden;
}[/ch_pre]
This should work fine. Hope this Helps!
Let us know if we can help you with anything else or if you find any further issues.