I have managed to disable/destroy the carousel under the conditions that I need and it works perfectly. However I still see the following in the console:
Uncaught TypeError: Cannot read property 'add' of null
What is causing that and how can I remove it?
Current URL: http://www.alessandrosantese.com/aldemair-productions/
Hey @WebTerminator search the repo for "unslick"
Check This , Call multiple times it will not break http://jsfiddle.net/fmo50w7n/372/
@naveenrk Thanks so much!
Thanks, man!
Another approach to make this work is use unslick and re-initialize slick
Check This , Call multiple times it will not break http://jsfiddle.net/fmo50w7n/372/
This is not working because it uses jQuery edge
Change it to jQuery 3.3.1 to make it work.
Most helpful comment
Check This , Call multiple times it will not break http://jsfiddle.net/fmo50w7n/372/