I try to use this filter script for the carousel:
https://huynhhuynh.github.io/owlcarousel2-filter/#
It works when I add the customjs class to the carousel-container. But then, I HAVE TO LOAD the owl.carousel.js manually AGAIN! And when I do this I get the console log: SEMICOLON_carouselInit Function does not exist
Generally I use the AJAX Lazy Loading method - can I use this in conjunction with the carousel filter script from above? I can't find a way to bind it to the right object:
owl.owlcarousel2_filter( filter );
always throws me an error of: Uncaught ReferenceError: owl is not defined
It would be really really great to get any help from you with this!
Thanks a lot in advance!
