Safari / Chrome freezing
I've used a very simple execution of the slider with a set of thumbnails contained in
- with id "mycarousel"
jQuery('#mycarousel').bxSlider({
pager: false,
displaySlideQty: 6,
moveSlideQty: 6,
controls: true,
infiniteLoop: true,
hideControlOnEnd: false,
});
Works fine on Firefox but at the end of a loop Safari tells me: "TypeError: Result of expression 'a.ownerDocument' [undefined] is not an object." and Chrome tells me: "Uncaught TypeError: Cannot read property 'defaultView' of undefined"
Chrome helpfully points to lines 23 and 105 in jquery.bxSlider.min.js - relating to getSlidePosition and $.fn.bxSlider.goToNextSlide.parentTop
At this point the slider won't go in either direction.
Missing text is li's and ul
Can you post a link displaying the problem?
Can I PM you? It's not public yet.
Can u please share the solution?