Carrousel always show 5 images
-
function metaslider_flex_params($options, $slider_id, $settings) { if ($slider_id == 1234) { // check for slider ID (optional) $options['minItems'] = 5; } return $options; } add_filter('metaslider_flex_slider_parameters', 'metaslider_flex_params', 11, 3);
This isn’t working for me.
I’ve pasted it in the functions.php within a php block.Please help me out with this problem.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Carrousel always show 5 images’ is closed to new replies.