It's right! 62 pages of posts are too much to read!
so, on this post https://www.zen-cart.com/showthread....79#post1276679 talk about 1.5.4 compatibility: ZX slideshow is full compatible with 1.5.4? (sorry if I've jump post talk about it)
It's right! 62 pages of posts are too much to read!
so, on this post https://www.zen-cart.com/showthread....79#post1276679 talk about 1.5.4 compatibility: ZX slideshow is full compatible with 1.5.4? (sorry if I've jump post talk about it)
I installed zx slideshow on my 1.5.4 zencart with edify template, but zx don't work (don't show in no way) (see on www.100asa.it)
I don't understand why
Be sure to double check you have the files installed in the proper folders.
Your site is using the slideshow that comes built-in with Edify. You'll need to remove that first (and all javascript associated with the slider). Next, ZX Slideshow doesn't seem to be properly installed, my guess is you're missing the required file modifications or you didn't upload to the correct location.
Oh, and, BTW, you might wanna check your code - you have two closing <head> tags and two opening <body> tags... Also, keep in mind your javascript changes might take some time to start working since you're on cloudflare (unless you reset cache)...
I cecked, and all zx files are in the properly folder. I deactivated jscript for Edify carousel, but zx still don't show (also deactivated cloudflare)
Yeah, it's now there, I can see it. However, you have jQuery conflicts that are preventing ZX Slideshow to load. You need to resolve those conflicts (template related) and it will work. My suggestion - remove the 2 jQuery versions (1.7.1 and 1.4.4) and move the latest version to load in header (currently loaded from footer). After you do that, I'm sure you'll get this working.
removed the jquery-1.7.1.min.js and jquery-1.4..min.js
what do you mean with "move the latest version to load in header (currently loaded from footer)"?
You're currently loading jQuery at the end of the file (with Edify, the code was put to tpl_footer.php). Because of that, zx slideshow javascript is being loaded before jQuery and it fails because at that moment jQuery still doesn't exist. So, either move the code from footer to html_header or find a way to put all JS code from this plugin in the footer and after the main jQuery line. I'm sorry, but this is beyond the scope of this thread's support since it's directly related and caused by your template.