heimrichhannot / contao-slick-bundle

A content slider/carousel for contao based on kenwheelers slick carousel.
3 stars 3 forks source link

customPaging not working #47

Closed cmartin6 closed 1 year ago

cmartin6 commented 3 years ago

Context Contao version: 4.9.16 Bundle version: 1.5.0 PHP version: 7.4

Description I am trying to use a custom paging function (basic.slickCustomPaging) for my slick-slider but unfortunately i am getting this error in the js-console: o.options.customPaging.call is not a function Could this please be fixed?

koertho commented 3 years ago

Hi, we're not responsible for the slick library. But I think, you don't call it on the correct instance of slick. Have a look at the js events here: https://github.com/heimrichhannot/contao-slick-bundle/blob/master/docs/developers.md Otherwise you must provide more information how this is a issue of this bundle.

cmartin6 commented 1 year ago

This is still not working. If I use heimrichhannot/contao-slick it works...