Page 291 of 373 FirstFirst ... 191241281289290291292293301341 ... LastLast
Results 2,901 to 2,910 of 3726
  1. #2901

    Default Re: Zen Lightbox...

    Quote Originally Posted by Amazingworlds View Post
    Still no luck in getting this too work. Don't you just love computers

    Jeff
    I visited your site using the link you provided in your original post. I tested it on this product and this product using Chrome 14, Firefox 6, and Internet Explorer 9.

    When I click on the main product image, the lightbox functioned as expected, however it is not handling your additional images. Additional images are currently being handled via default ZC functionality. Do you want ZLB to handle your additional images? (this functionalitly is optional, and set via a switch in the admin).

    If you do indeed want the lighbox to handle your additional images, please check the following:

    • Admin>Configuration>Zen Lightbox> Include Main Image in Gallery - should be set to "true"
    • Make sure you're using the correct ZC image file naming protocol, as referenced in this tutorial.


    Lastly, when you say ZLB doesn't appear to work on your live server....what do you mean exactly? Please describe, in detail, the issue you are having if the above information doesn't resolve your issue.
    Go that extra mile, you never know what's at the end of the road

    Empowerment Sanctuary

  2. #2902

    Default Re: Zen Lightbox...

    Got a couple of issues:
    http://www.live4hope.org/index.php?m...define_gallery
    Gallery page doesn't exist.

    http://www.live4hope.org/gallery/
    You can see the gallery here, but the lightbox effect doesn't work and the captions do not show.

    I'm sure I have not installed it correctly but have tried everything I can think of to fix it to no avail. Please advise :)
    Amy

  3. #2903
    Join Date
    May 2010
    Location
    WA State
    Posts
    1,678
    Plugin Contributions
    3

    Default Re: Zen Lightbox...

    Just installed on two of my sites, and this mod rocks the house! Super easy install, and works perfectly right out of the gate. Huge thank you to the developers!

  4. #2904
    Join Date
    Oct 2007
    Posts
    379
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    I just installed zen_lightbox_1.6.2 on Zencart ver 1.3.8.a. It installed without problems and I see all the parameters in Admin->Configuration->Zen Lightbox but when I click on an image on a product page the image is simply shown on a new page.
    Example here:

    http://www.u s c o n v e r t e r s.com/index.php?main_page=product_info&cPath=68&products_id=337

    click on the left image and it will open in a new window, not a lightbox.
    Any ideas what went wrong??

  5. #2905
    Join Date
    Oct 2007
    Location
    Emporia, Kansas
    Posts
    1,762
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    Quote Originally Posted by DML73 View Post
    I just installed zen_lightbox_1.6.2 on Zencart ver 1.3.8.a. It installed without problems and I see all the parameters in Admin->Configuration->Zen Lightbox but when I click on an image on a product page the image is simply shown on a new page.
    Example here:

    http://www.u s c o n v e r t e r s.com/index.php?main_page=product_info&cPath=68&products_id=337

    click on the left image and it will open in a new window, not a lightbox.
    Any ideas what went wrong??
    check to see that all the files got uploaded to their proper places, I would reup them as I check just to make sure.

  6. #2906
    Join Date
    Oct 2007
    Posts
    379
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    Thanks for the suggestion, I checked and reuploaded but still no joy.
    Any help is much appreciated.

  7. #2907
    Join Date
    May 2010
    Location
    WA State
    Posts
    1,678
    Plugin Contributions
    3

    Default Re: Zen Lightbox...

    Do you have any other image related add-ons installed?

  8. #2908
    Join Date
    Oct 2007
    Posts
    379
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    There are several addons but none image related.

  9. #2909
    Join Date
    Oct 2007
    Posts
    379
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    ok, I finally got this working. Found out I had to add the rel="lightbox" to each image link for it to work.

  10. #2910
    Join Date
    Aug 2010
    Location
    Egypt - USA
    Posts
    86
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    i just installed ZLB on my site and it's work fine... but there is small problem ... my product page look like this :-



    after i upload = tpl_modules_main_product_image.php
    the product page is not as it was ???



    my original ( tpl_modules_main_product_image.php ) file contain :-

    <?php
    /**
    * Module Template
    *
    * @package templateSystem
    * @copyright Copyright 2003-2005 Zen Cart Development Team
    * @copyright Portions Copyright 2003 osCommerce
    * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
    * @version $Id: tpl_modules_main_product_image.php 3208 2006-03-19 16:48:57Z birdbrain $
    */
    ?>
    <?php require(DIR_WS_MODULES . zen_get_module_directory(FILENAME_MAIN_PRODUCT_IMAGE)); ?>
    <div id="productMainImage" class="centeredContent">
    <script language="javascript" type="text/javascript"><!--
    document.write('<?php echo '<a href="javascriptopupWindow(\\\'' . zen_href_link(FILENAME_POPUP_IMAGE, 'pID=' . $_GET['products_id']) . '\\\')">' . zen_image($products_image_medium, addslashes($products_name), MEDIUM_IMAGE_WIDTH, MEDIUM_IMAGE_HEIGHT) . '<br /><span class="imgLink">' . TEXT_CLICK_TO_ENLARGE . '<\/span><\/a>'; ?>');
    //--></script>
    <noscript>
    <?php
    echo '<a href="' . zen_href_link(FILENAME_POPUP_IMAGE, 'pID=' . $_GET['products_id']) . '" target="_blank">' . zen_image($products_image_medium, $products_name, MEDIUM_IMAGE_WIDTH, MEDIUM_IMAGE_HEIGHT) . '<br /><span class="imgLink">' . TEXT_CLICK_TO_ENLARGE . '</span></a>';
    ?>
    </noscript>
    </div>
    what should i do to make it look as it is ... and make the main image work fine with the mod ??

    you can check that on my site => www.srokey.info
    Last edited by thunder2010; 8 Oct 2011 at 07:24 AM.

 

 

Similar Threads

  1. Free Shipping Rules addon [Support Thread]
    By numinix in forum Addon Shipping Modules
    Replies: 36
    Last Post: 2 Dec 2016, 01:56 PM
  2. v151 Reviews Reply addon [Support Thread]
    By mikestaps in forum All Other Contributions/Addons
    Replies: 9
    Last Post: 17 Oct 2014, 01:29 AM
  3. Jquery Lightbox [Support thread]
    By yellow1912 in forum All Other Contributions/Addons
    Replies: 257
    Last Post: 2 Aug 2012, 10:57 PM
  4. File Upload Required addon [Support Thread]
    By 1100101 in forum All Other Contributions/Addons
    Replies: 21
    Last Post: 10 Dec 2011, 03:00 AM
  5. [Support Thread] IE only JavaScripts and Stylesheets Addon
    By Meshach in forum All Other Contributions/Addons
    Replies: 16
    Last Post: 31 May 2011, 08:18 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