Spicing Up the Bootstrap Carousel with CSS3 Animations

I saw those files using developer tools.

I previewed main.js previously but couldn’t find the code to initialize the BS Carousel, although you’re using it on the page. Also, what I meant was that I didn’t see Owl Carousel on the actual webpage, although I saw the initialization code in main.js.

Did you try initializing the Bootstrap Carousel either using data-ride or the JS code the way I suggested above? If it doesn’t work, it’d be so much quicker to understand the problem if you isolate the component. I suggest using something like CodePen and pasting just the code needed for the BS Carousel to work, so if you can’t find what’s wrong with it, you can quickly share it here on the forum. It’s also easier for me to look at the code and test it without having to wade through lots of files.

Cheers!