I’ve developed a solution. Just call this function in your javascript:
function addArrowsNavigationForOwlCarousel(){
var owl = jQuery(".owl-carousel").data('owlCarousel');
owl.userOptions.navigation=true;
owl.reinit(owl.userOptions);
}
Viewing 1 replies (of 1 total)
The topic ‘Using arrows for navigation’ is closed to new replies.