I'm having trouble adding this carousel to my prestashop template.
It returns me the following error:
TypeError: $ (...). owlCarousel is not a navigation function: true
And to initialize it, use the following code
$(document).ready(function() {
$("#owl-demo").owlCarousel({
navigation : true
});
});
I am trying to solve this problem, but it seems inconsequential since it works on an empty html page, but not when I use it on Prestashop.
Any clue?
Thank.
source
share