$('#single-testimonial-item').owlCarousel({
items : 1,
navigation : true,
pagination: false,
slideSpeed : 300,
paginationSpeed : 400,
singleItem:true
});
$('#single-testimonial-item').find('.owl-prev').html('');
$('#single-testimonial-item').find('.owl-next').html('');
$('#testimonial-item').owlCarousel({
items : 1,
navigation : true,
pagination: false,
slideSpeed : 300,
paginationSpeed : 400,
singleItem:true
});
$('#testimonial-item').find('.owl-prev').html('');
$('#testimonial-item').find('.owl-next').html('');
$('#image-carousel').owlCarousel({
navigation : false,
pagination: true,
items : 4,
itemsDesktop : [1199,3],
itemsDesktopSmall : [979,3]
});
$('#posts-carousel').owlCarousel({
navigation : true,
pagination: true,
items : 4,
itemsDesktop : [1199,3],
itemsDesktopSmall : [979,3]
});
$('#posts-carousel').find('.owl-prev').html('');
$('#posts-carousel').find('.owl-next').html('');
$('#posts-carousel-3col').owlCarousel({
navigation : true,
pagination: false,
items : 3,
itemsDesktop : [1199,3],
itemsDesktopSmall : [979,3]
});
$('#posts-carousel-3col').find('.owl-prev').html('');
$('#posts-carousel-3col').find('.owl-next').html('');
$('#image-slider').owlCarousel({
navigation : true, // Show next and prev buttons
slideSpeed : 300,
paginationSpeed : 400,
singleItem:true
});
$('#image-slider').find('.owl-prev').html('');
$('#image-slider').find('.owl-next').html('');