AbanteCart Community

Shopping Cart Operations => Support => Topic started by: Pandrear on September 29, 2025, 02:25:13 AM

Title: how do I fix this
Post by: Pandrear on September 29, 2025, 02:25:13 AM
I have a abantecart script that I am porting a youtube gallery script into, The youtube gallery script works fine, BUT the abantecart has a text banner that slides different banners/text, at the top, that works fine until I load/turn on the gallery script, then the error below is what shows as it hits/play up to the error, it "snags" right before moving to the next slide. the banner works fine if the youtube gallery script is not on tosca, it stops when the gallery is on. all files are calledable from the source.

how do I fix this, fixing or changing the gallery script to run along with the banner would be great,in other words I'd much rather change the youtube script than the abantecart banner script.
Title: Re: how do I fix this
Post by: Basara on September 29, 2025, 06:05:04 AM
Hello.
This looks like a JavaScript conflict between the YouTube gallery and AbanteCart's banner slider. Open your browser's console (F12 → Console tab) to check the exact error when it "snags." Most likely, functions or variables overlap, or both scripts use the same jQuery methods. You'll need to adjust the gallery script