Mega slider not working after latest Drupal update.
Is there any update?
I have md_slider 8.1.3 version
No Universal solution fits all special business requirements. Our experienced team is ready with ideas and state-of-the-art technical solutions to consult the best solution within your budget.
We have tested with Drupal 8.5.3 and there is problem with our module at front end
In this case, please open file : md_slider/assets/js/frontend/init-md-slider.js and search function Drupal.behaviors.iniMDSlider, then
replace:
$(window).on('load', function(){
with:
$(document).ready(function(){