Results 1 to 10 of 767

Hybrid View

  1. #1
    Join Date
    Oct 2008
    Location
    Croatia
    Posts
    1,741
    Plugin Contributions
    22

    Default Re: ZX Slideshow official thread

    Actually, Diane, the uninstall code is included in the install.sql file...

    Just open the install-vXXX.sql and take a look at the first 7 lines which are actually uninstall code (in case you run the patch more than once).

    But, to simplify things:
    Code:
    SELECT @ZXconfig:=configuration_group_id
    FROM configuration_group
    WHERE configuration_group_title= 'ZX Slideshow'
    LIMIT 1;
    DELETE FROM configuration WHERE configuration_group_id = @ZXconfig AND configuration_group_id != 0;
    DELETE FROM configuration_group WHERE configuration_group_id = @ZXconfig AND configuration_group_id != 0;
    Just run this from Tools->Install SQL Patches. As with any other SQL patches, make sure you backup your database before running it.

    Re: uninstall vs. upgrade - I suggest you uninstall first and then install the latest version. There are some new files added and the admin settings have changed so it would be quite hard to upgrade if you're not absolutely sure about what you're doing...

    Regards,
    Leonard

  2. #2
    Join Date
    May 2007
    Location
    Virginia, USA
    Posts
    101
    Plugin Contributions
    0

    Default Re: ZX Slideshow official thread

    Thank you, Leonard! This is exactly the information I needed to proceed and also for going forward with future updates. Very clear and easy to follow.

    Your help is much appreciated!

  3. #3
    Join Date
    Jun 2014
    Location
    New York
    Posts
    1
    Plugin Contributions
    0

    Default Re: ZX Slideshow official thread

    Hello -

    If this has been covered already my apologies. I searched the first 10 or so and last 5 pages of this thread and didn't find what I was looking for.

    I'm attempting to configure ZX Slideshow to use the entire width of the main page instead of just the center section of the page (I'm using a 3 column template). When I set the image size for the slideshow to the width of the page (980 pixel) two things happen

    1. The image doesn't remain centered. It "grows" to the right and essentially becomes right justified.
    2. Instead of pushing the content of the right side boxes down they're essentially overwritten.

    Is there any way to get the slideshow to cover the entire page width?

    Thanks

  4. #4
    Join Date
    Oct 2008
    Location
    Croatia
    Posts
    1,741
    Plugin Contributions
    22

    Default Re: ZX Slideshow official thread

    It was answered before, but I can't find it either.

    Basically, what you want is to move ZX Slideshow from centerbox to header. This will allow you to utilize the full width of the website.

    Remove the ZX Slideshow from tpl_index_default.php and tpl_index_categories.php and then read here. It shows you the code you need to place in your tpl_header.php file to trigger ZX Slideshow.

    Regards,
    Leonard

  5. #5
    Join Date
    Mar 2009
    Location
    Italy
    Posts
    155
    Plugin Contributions
    0

    Default Re: ZX Slideshow official thread

    Hi all,

    i was trying to validate my site with WC3 validation and got an error regarding the images:


    Error Line 181, Column 67: end tag for "img" omitted, but OMITTAG NO was specified

    <img src="images/slideshow/01-vaniglia_1.jpg" alt="slideshow1">


    You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".

    Someone got the same problem? Anyone fixed it?

  6. #6
    Join Date
    Mar 2009
    Location
    Italy
    Posts
    155
    Plugin Contributions
    0

    Default Re: ZX Slideshow official thread

    Sorry i solved the problem by myself... indeed it was not a big deal...

    in .../includes/function/extra_function/zx_banner.php

    line 68 to 73 find and add the red character:

    $banner_string = '<img src="' . DIR_WS_IMAGES . $banner->fields['banners_image'] . '" alt="'. $banner->fields['banners_title'].'" />';
    } else {
    if ($banner->fields['banners_open_new_windows'] == '1') {
    $banner_string = '<a href="' . zen_href_link(FILENAME_REDIRECT, 'action=banner&goto=' . $banner->fields['banners_id']) . '" target="_blank">' . '<img src="' . DIR_WS_IMAGES . $banner->fields['banners_image'] . '" alt="'. $banner->fields['banners_title'].'" /></a>';
    } else {
    $banner_string = '<a href="' . zen_href_link(FILENAME_REDIRECT, 'action=banner&goto=' . $banner->fields['banners_id']) . '">' . '<img src="' . DIR_WS_IMAGES . $banner->fields['banners_image'] . '" alt="'. $banner->fields['banners_title'].'" /></a>';


    Pay attention to the SPACE befor the "/"!!!

  7. #7
    Join Date
    Jun 2008
    Posts
    627
    Plugin Contributions
    0

    Default Re: ZX Slideshow official thread

    Hi

    I've installed this mod lots of times because it's my favorite slider. It always works great. For my latest use I need to use images in portrait mode rather than landscape so we need the slider to be taller than it is wide. My first test images are 191px wide x 298px tall. The problem I am having is the images are displaying huge at roughly 576px wide x 900px. Is there a way get the images to display at normal size?

    It works fine if I use wide images(landscape).

    The zx slider admin settings used to have height and width settings but those have been removed a few versions ago.

    I have it installed on zen cart 1.5.3 with the default classic template (unmodified)

 

 

Similar Threads

  1. Hebrew Support - latest release [Support Thread]
    By eranariel in forum Addon Language Packs
    Replies: 22
    Last Post: 26 Jan 2026, 06:47 AM
  2. EasyPopulate 4.0 Support Thread
    By chadderuski in forum Addon Admin Tools
    Replies: 3672
    Last Post: 11 Sep 2025, 05:07 PM
  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

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