Hi
I love it, but it is slow to load, nobody else has mentioned it so I assume it is just me, everything loads and then the page jumps as the slideshow loads.
My site is https://www.exatek.com.au/ all images are around 50k and help appreciated
Hi
I love it, but it is slow to load, nobody else has mentioned it so I assume it is just me, everything loads and then the page jumps as the slideshow loads.
My site is https://www.exatek.com.au/ all images are around 50k and help appreciated
.......
Last edited by exatek; 31 Oct 2021 at 05:14 PM. Reason: forgot to quote
Try getting rid of the chat stuff and see what happens.
Check your site - it seems like you have multiple copies of jQuery.
That Software Guy. My Store: Zen Cart Support
Available for hire - See my ad in Services
Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
Do you benefit from Zen Cart? Then please support the project.
Hi, Thanks, The chat really ? strange but ok, jQuery not even sure what that is ? how can you have more the 1 and how do I tell that I have more than one, so I can try
and figure out how to remove it, I bought a Template monster template, it didnt work so I got someone to install it, Zxslideshow came with it.
Thanks
The site doesn't seem slow to load. Technically it is okayish - you get a decent 78/100 on PageSpeed. But, it's due to many other factors and it's got (almost) nothing to do with ZX Slideshow and is more of a topic for speed optimization.
[QOUTE]everything loads and then the page jumps as the slideshow loads. [/QUOTE]
Yeah, that's because the slideshow loads after the page is loaded and there are no preset containers for it. This part has nothing to do with Image Handler nor chat - it's just how the slideshow works.
You might wanna try some additional CSS as a workaround, something like this:
Just add this at the end of your includes/templates/theme872/css/index_home.css and reload the page (CTRL+R).Code:@media only screen and (max-width: 480px) { .slider { min-height: 99px; } } @media only screen and (max-width: 767px) { .slider { min-height: 141px; } } @media only screen and (min-width: 768px) { .slider { min-height: 220px; } } @media only screen and (min-width: 992px) { .slider { min-height: 277px; } } @media only screen and (min-width: 1200px) { .slider { min-height: 330px; } }
You might need to adjust the values based on your images. There might be better solutions, but this is the first thing I can think of.
Yeah, that's because the slideshow loads after the page is loaded and there are no preset containers for it. This part has nothing to do with Image Handler nor chat - it's just how the slideshow works.
You might wanna try some additional CSS as a workaround, something like this:
Just add this at the end of your includes/templates/theme872/css/index_home.css and reload the page (CTRL+R).Code:@media only screen and (max-width: 480px) { .slider { min-height: 99px; } } @media only screen and (max-width: 767px) { .slider { min-height: 141px; } } @media only screen and (min-width: 768px) { .slider { min-height: 220px; } } @media only screen and (min-width: 992px) { .slider { min-height: 277px; } } @media only screen and (min-width: 1200px) { .slider { min-height: 330px; } }
You might need to adjust the values based on your images. There might be better solutions, but this is the first thing I can think of.[/QUOTE]
Thanks Thats stopped it jumping :-) but why is a so slow to load, I used to use FLEXSLIDER and its instant, this sits and waits for a sec and then loads
Hey guys
So I tried to uninstal it and the patch errors Query incomplete: missing closing semicolon.
any help would be great,
Cheers
SET @ZXconfig=0;
SELECT @ZXconfig:=configuration_group_id
FROM configuration_group
WHERE configuration_group_title= 'ZX Slideshow'
LIMIT 1;
DELETE FROM configuration WHERE configuration_group_id = @ZXconfig;
DELETE FROM configuration_group WHERE configuration_group_id = @ZXconfig;
DELETE FROM admin_pages WHERE page_key = 'configZXSlideshow';
Last edited by exatek; 3 Nov 2021 at 03:28 PM.
The code can be all one line or many lines. IF the syntax is correct, you just have to end each line with a semicolon so the MySQL can know what to do.Code:SET @ZXconfig=0; SELECT @ZXconfig:=configuration_group_id; FROM configuration_group; WHERE configuration_group_title= 'ZX Slideshow'; LIMIT 1; DELETE FROM configuration WHERE configuration_group_id = @ZXconfig; DELETE FROM configuration_group WHERE configuration_group_id = @ZXconfig; DELETE FROM admin_pages WHERE page_key = 'configZXSlideshow';
Are You Vulnerable for an Accessibility Lawsuit?
myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
Free SSL & Domain with semi-annual and longer hosting. Updating 1.5.2 and Up.
Bookmarks