• Resolved claudedunnigan

    (@claudedunnigan)


    Hi, the carousel option goes to the left and then back to the right (which is not a carousel). in the search, i saw that a yeat ago you had those question and where not ready, since all the carousel i tried has it, but i like yours more, is it a pro option or is there a special way to do it, been searching and trying for a week now.

    Thank you

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter claudedunnigan

    (@claudedunnigan)

    Sorry, forgot that
    The preview works: Yes
    It works with other themes: Yes
    It works when I disable all other plugins: Yes
    Meta Slider version: 3.20.3

    Hi,

    Unfortunately, this is not possible at the moment. It is a limitation from the FlexSlider library. FlexSlider doesn’t allow carousels to slide continuously.

    You can verify this information from FlexSlider documentation – https://flexslider.woothemes.com/basic-carousel.html

    Thread Starter claudedunnigan

    (@claudedunnigan)

    Ok, no problem,
    so

    $(window).load(function() {
      $('.flexslider').flexslider({
        animation: "slide",
        animationLoop: false,
        itemWidth: 210,
        itemMargin: 5
      });
    });<code>to</code>$(window).load(function() {
      $('.flexslider').flexslider({
        animation: "slide",
        animationLoop: true,
        itemWidth: 210,
        itemMargin: 5
      });
    });
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘continuous look carousel’ is closed to new replies.