I'm building a slider widget in my Home page. Jquery for display slider didn't loaded so my slider can't display correctly in Page application. No problem with preview or live mode. I using slick as slider library.
Any ideas?
There is most likely a conflict with Kentico's Page's application loading its own jQuery and your implementation. Are you following the docs on using jQuery in noconflict mode ?
https://docs.xperience.io/k12sp/custom-development/best-practices-for-customization
Add jQuery files into Script folder on your MVC solution if it is missing.
Please, sign in to be able to submit a new answer.