Page 69 of 77 FirstFirst ... 19596768697071 ... LastLast
Results 681 to 690 of 762
  1. #681
    Join Date
    May 2006
    Posts
    15
    Plugin Contributions
    0

    Default Re: ZX Slideshow support thread

    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

  2. #682
    Join Date
    Aug 2005
    Location
    Trujillo Alto, Puerto Rico
    Posts
    1,539
    Plugin Contributions
    9

    Default Re: ZX Slideshow support thread

    Quote Originally Posted by exatek View Post
    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
    That's because you need Image Handler module install so your images are optimized for every page.
    IDEAS Girl
    IDEAS Creative Group
    = Your image... our business!

  3. #683
    Join Date
    May 2006
    Posts
    15
    Plugin Contributions
    0

    Default Re: ZX Slideshow support thread

    .......
    Last edited by exatek; 31 Oct 2021 at 05:14 PM. Reason: forgot to quote

  4. #684
    Join Date
    May 2006
    Posts
    15
    Plugin Contributions
    0

    Default Re: ZX Slideshow support thread

    Quote Originally Posted by ideasgirl View Post
    That's because you need Image Handler module install so your images are optimized for every page.
    Thanks, but I doubt it is the images, I have tried 500k and 5k, the load time is the same,

    disappointing

  5. #685
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    10,294
    Plugin Contributions
    125

    Default Re: ZX Slideshow support thread

    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.

  6. #686
    Join Date
    May 2006
    Posts
    15
    Plugin Contributions
    0

    Default Re: ZX Slideshow support thread

    Quote Originally Posted by swguy View Post
    Try getting rid of the chat stuff and see what happens.
    Check your site - it seems like you have multiple copies of jQuery.
    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

  7. #687
    Join Date
    Oct 2008
    Location
    Croatia
    Posts
    1,616
    Plugin Contributions
    19

    Default Re: ZX Slideshow support thread

    Quote Originally Posted by exatek View Post
    Hi
    I love it, but it is slow to load, nobody else has mentioned it so I assume it is just me,

    My site is https://www.exatek.com.au/ all images are around 50k and help appreciated
    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:
    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;
    	}
    }
    Just add this at the end of your includes/templates/theme872/css/index_home.css and reload the page (CTRL+R).
    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.

  8. #688
    Join Date
    May 2006
    Posts
    15
    Plugin Contributions
    0

    Default Re: ZX Slideshow support thread

    Quote Originally Posted by balihr View Post
    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.
    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:
    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;
    	}
    }
    Just add this at the end of your includes/templates/theme872/css/index_home.css and reload the page (CTRL+R).
    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

  9. #689
    Join Date
    May 2006
    Posts
    15
    Plugin Contributions
    0

    Default Re: ZX Slideshow support thread

    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.

  10. #690
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,463
    Plugin Contributions
    11

    Default Re: ZX Slideshow support thread

    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';

 

 
Page 69 of 77 FirstFirst ... 19596768697071 ... LastLast

Similar Threads

  1. EasyPopulate 4.0 Support Thread
    By chadderuski in forum Addon Admin Tools
    Replies: 3662
    Last Post: 30 Apr 2025, 04:14 AM
  2. Hebrew Support - latest release [Support Thread]
    By eranariel in forum Addon Language Packs
    Replies: 20
    Last Post: 23 Apr 2025, 08:49 AM
  3. goMobile Support Thread
    By steveyork136 in forum Addon Templates
    Replies: 29
    Last Post: 26 Aug 2015, 11:56 AM
  4. Frontpage Slideshow [support thread]
    By sport_billy in forum All Other Contributions/Addons
    Replies: 108
    Last Post: 10 Jul 2014, 12:41 PM
  5. SnapShot [support thread]
    By skipwater in forum All Other Contributions/Addons
    Replies: 32
    Last Post: 26 Oct 2012, 08:38 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR