简体   繁体   中英

TypeError: jQuery(…).iosSlider is not a function

Link: www.dev.pt.to

Error on product sliders bellow:

TypeError: jQuery(...).iosSlider is not a function    ...onLastSlideComplete:function(){jQuery('.new-arrow.next').addClass('disabled');},...    dev.len...ulos.pt (linha 108, col 417)

TypeError: jQuery(...).iosSlider is not a function    ...nLastSlideComplete:function(){jQuery('.sale-arrow.next').addClass('disabled');},...    dev.len...ulos.pt (linha 116, col 423)

TypeError: jQuery(...).iosSlider is not a function    ...true,infiniteSlider:true,autoSlide:true,autoSlideTimer:1500});jQuery('.shop-news...    dev.len...ulos.pt (linha 91, col 205)

TypeError: document.getElementById(...) is null    overlay.js (linha 7333, col 4)
TypeError: document.getElementById(...) is null    overlay.js (linha 7333, col 4)

I can't understand what's causing this and why slider do not work properly. :(

I haven't changed anything at all regarding jquery, so it should work with no problems.

I have already replaced jquery.slider.js with original and still the same error.

Can't understand why this is happening. :(

You may have changed the order of your script tags. Be sure that the slider plugin is loaded first before your code.

Ok, I don't know what they did, but the guys from the theme I bought just solved the problem for me. :)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM