Connected owlCarousel.js ... Set the container .slider, set styles.
Created 3 item ... But they are all on the same page. Yes, the slider works, but scrolls to a blank page, and 3 items on one screen.
I wrote the following code in common.js:
$(function() { $(".slider").owlCarousel({ items : 1 }); });