Open oBailen opened 6 years ago
I made a prestashop module and it doesnt work. On prestashop 1.6 works fine but I convert it to prestashop 1.7 and dont work
Here where I inicialize the slick
<link rel="stylesheet" type="text/css" href="/modules/icertwebcomment_footerc/slick/slick-theme.css"/> <script type="text/javascript" src="/modules/icertwebcomment_footerc/slick/slick.min.js"></script> <script type="text/javascript"> $(document).ready(function(){ $('.opinionesslider_footerc').slick({ infinite: true, slidesToShow: 3, slidesToScroll: 1, responsive: [ { breakpoint: 990, settings: { slidesToShow: 2, slidesToScroll: 2, infinite: true } }, { breakpoint: 615, settings: { slidesToShow: 1, slidesToScroll: 1, infinite: true } } ] }); }); </script>
And where I use it
===================================================================
====================================================================
Make the slider work
Doesnt put the classes on the divs correctly
I'm also stuck in this
Link: http://presta17.ftp-2.com/es/
Here where I inicialize the slick
And where I use it
===================================================================
====================================================================
What is the expected behaviour?
Make the slider work
====================================================================
What is observed behaviour?
Doesnt put the classes on the divs correctly
====================================================================
More Details