I am getting below error when I look in the console:
jQuery.easing[jQuery.easing.def] is not a function
I am trying to make a slider on Wor
To save everyone some time. Open your Jquery easing plugin file and wrap the code inside:
$(document).ready(function() { Code goes here... });