Skip to content Skip to sidebar Skip to footer

Materializecss: Carousel & Slider Not Working

EDIT: I found out the solution. See my post at the bottom of the page. I've created a template for joomla with materializecss. Everything works fine except the slider (which displa

Solution 1:

Updating materializecss files solved the problem. I also found out that a part of materialize.css was missing.

Solution 2:

enter this script

<scripttype="text/javascript">
    $(document).ready(function () {
        $('.carousel').carousel();

)}

Solution 3:

If you are using NOT default classes for carousel items - you need to change them classes in carousel.js file

Post a Comment for "Materializecss: Carousel & Slider Not Working"