• Resolved mkordahi74

    (@mkordahi74)


    Hi there.

    I’ve implemented the slider as a carousel.

    My carousel is wide enough to show 2 slides at a time.

    When I click next, it moves the carousel over 2 items to whatever was next off screen.

    Is there a way for have the carousel progress one item at a time when clicking next?

    Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @mkordahi74

    Using FlexSlider you can add a filter to use their other options. Here’s the full list of their available options:

    https://gist.github.com/warrendholmes/9481310

    I think you want the “move” option. Try adding this one to functions.php:

    add_filter('metaslider_flex_slider_parameters', function ($options) {
    	$options['move'] = '"1"';
    	return $options;
    });

    Let me know if that works because I personally haven’t tried using that setting.

    Thread Starter mkordahi74

    (@mkordahi74)

    And like a champion, it works perfectly.

    Thanks man.

    Almost makes up for the jerk that deleted my tutorial post to this forum ??

    Again, thanks man.

    Hi @mkordahi74

    Glad to hear it works!

    Almost makes up for the jerk that deleted my tutorial post to this forum ??

    I missed the post but it was probably a WordPress forum moderator. My guess is they have a hard rule against tutorials to deter bad actors from attempting to game SEO. Not sure exactly though.

    Anyway, if you have any more issues please let us know.

    If you have a moment, please leave us a 5-star review. They really help us out and let others find our plugin more easily. If you don’t think we deserve the 5 stars please let us know how we can improve, too. Thanks!

    https://www.ads-software.com/support/plugin/ml-slider/reviews/?rate=5#new-post
    ?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Set carousel to move one item at a time’ is closed to new replies.