Skip to content

Instantly share code, notes, and snippets.

@s3w47m88
Created November 8, 2017 19:27
Show Gist options
  • Save s3w47m88/b2fd0792158d8a626b6e62a53a854808 to your computer and use it in GitHub Desktop.
Save s3w47m88/b2fd0792158d8a626b6e62a53a854808 to your computer and use it in GitHub Desktop.
Metaslider - One slide at a time in carousels.
/*
* Metaslider - Flex Slider - Move the carousel only one image at a time.
*/
function metaslider_flex_carousel_move($options, $slider_id, $settings) {
$options['move'] = 1;
return $options;
}
add_filter('metaslider_flex_slider_parameters', 'metaslider_flex_carousel_move', 11, 3);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment