Hi,
here is the code from line 16-22
// Slider
jQuery(‘.editorialSlider’).bxSlider({
pager: false,
controls: true,
prevText: ‘<i class=”fa fa-chevron-left”> </i>’,
nextText: ‘<i class=”fa fa-chevron-right”> </i>’
});
——————–
i added this code but the slide goes up and down not left and right.
minSlides: 1,
maxSlides: 1,
speed: 3000,
mode: ‘horizontal’,
auto: true,
Thanks
-
This reply was modified 8 years, 2 months ago by jmmari.