I am trying to use Mega Slider while having the drupal site load via AJAX using the following modual,https://www.drupal.org/project/ajax_pages The slider does not work when the site is being loaded via AJAX the div containers called "md-slider-container" and "loading-bar-hoz" are not loading but all the others are. Do you know why this is happening and how we can fix it?
Thu, 07/14/2016 - 23:51
Hi,
Our mega slider uses Js and it will run at the first time loading page (Document Ready). So if you use page Ajax, slider can load only HTML but not Js also that causes slider not working.