Results 1 to 5 of 5
  1. #1
    Join Date
    Jun 2007
    Posts
    241
    Plugin Contributions
    0

    Default additional images not showing after upgrading zen lightbox

    Hello, I upgraded to the latest zen lightbox and now my additional images are not showng on my site. In admin, I can see all the additional images under image handler. These are the only 2 contributions I am using for images.

    Thank you!

  2. #2
    Join Date
    Oct 2007
    Posts
    289
    Plugin Contributions
    0

    Default Re: additional images not showing after upgrading zen lightbox

    EXACTLY. I'm not sure, but I think the same happened to me. My additional images stopped showing just after zen-lightbox installation.

    Hmm...
    [FONT=Microsoft Sans Serif]CSS Evangelist[/FONT]

  3. #3
    Join Date
    Jun 2007
    Posts
    241
    Plugin Contributions
    0

    Default Re: additional images not showing after upgrading zen lightbox

    Quote Originally Posted by Nimbuz View Post
    EXACTLY. I'm not sure, but I think the same happened to me. My additional images stopped showing just after zen-lightbox installation.

    Hmm...
    which template are you using?

  4. #4
    Join Date
    Oct 2007
    Posts
    289
    Plugin Contributions
    0

    Default Re: additional images not showing after upgrading zen lightbox

    Custom.

    Buti I verified last night that it was indeed zenlightbox causing this issue.
    [FONT=Microsoft Sans Serif]CSS Evangelist[/FONT]

  5. #5
    Join Date
    Mar 2008
    Posts
    1
    Plugin Contributions
    0

    Default Re: additional images not showing after upgrading zen lightbox

    It seems to be an issue with the additional_images.php override found in:
    includes/modules/YOUR_TEMPLATE_FOLDER

    I fixed the problem by replacing the line (near line 23):

    $products_image_base = str_replace($products_image_extension . '$', '', $products_image);

    with:

    $products_image_base = str_replace($products_image_extension, '', $products_image);


    This fixes the problem and applies lightbox to all images, but produces a few javascript errors that were not there before:

    showtrail is not defined
    onmouseover(mouseover clientX=0, clientY=0) @ index.php (line 1)

    hidetrail is not defined
    onmouseout(mouseout clientX=0, clientY=0) @ index.php (line 1)

    They don't seem to effect anything important on any browsers I tested on, but I do hate to have any javascript errors at all.

 

 

Similar Threads

  1. Lightbox not showing additional images OR pre/next buttons
    By mellonade in forum All Other Contributions/Addons
    Replies: 19
    Last Post: 12 Nov 2010, 04:35 AM
  2. Multiple (additional) images for the same item?
    By ITedge in forum Customization from the Admin
    Replies: 14
    Last Post: 31 Dec 2006, 01:08 AM
  3. Additional images refuse to display in rows
    By Lisk in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 22 Nov 2006, 11:16 PM
  4. Additional images with medium size
    By rungun in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 21 Aug 2006, 07:05 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
  •