Limited availability during the holidays
Another busy year is coming to its end, and an exciting year lies ahead. In order to get ready for a fresh new start, our team will spend a few days' rest during the winter holidays. Over the holiday break, we will have reduced staffing from December 20th, 2024, to January 5th, 2025, so please be patient if you do not receive a response as quickly as you normally would.
We send our warmest wishes for happiness, health, and success throughout the coming year. Thank you for your continued support, and may you have a peaceful and blessed Happy Holidays!
Hello,
i was about to deploy the news v6 Slider on my site and then found out that the same code which is working in Firefox and Chrome (latest versions) throws an exception in IE11 and lower. This means the slider is not showing up / running.
I'm using jQuery 1.11.1 with Migrate 1.2.1 and jQuery Easing v1.3
The slider initialization code looks like:
$(document).ready(function() {
In Firefox and Chrome the JS console is empty, in IE i got two exception, one refers to the first line of the document which reads: "<!DOCTYPE html>" and the second one says: "The 'src' property of an undefined or null reference can not be retrieved." (at eval_code).if ($('#layerslider').length) {
$('#layerslider').layerSlider({
type: 'responsive', pauseOnHover: 'disabled', autoPlayVideos: false, keybNav: false, showCircleTimer: false, navStartStop: false, navButtons: false,
skin: 'lightskin', skinsPath: 'css/layerslider/skins/'
});
}
}
Would be great if you have any ideas.
Kind regards,
Rumen Petrov
Hey djsneef,
Thank you for your feedback.
Currently we are working on the next larger update that will also contain methods to improve compatibility with IE 11, so it will ikely solve this problem you are experiencing as well.
We are planning to release it later today.
Thanks, all issues got solved with the update.