Page 63 of 373 FirstFirst ... 1353616263646573113163 ... LastLast
Results 621 to 630 of 3726
  1. #621
    Join Date
    Jul 2006
    Location
    SF Bay Area
    Posts
    867
    Plugin Contributions
    1

    Default Re: Zen Lightbox...

    Quote Originally Posted by jayson.gurney View Post
    Hi is there any updates regarding the extra text that is displayed on the product review page and the failing to display review product images in the wonderful light box.
    Hi folks;

    Tried searching for a solution to this but no soap. Is this still unresolved or is there a solution buried here somewhere?

    Thank you.

  2. #622
    Join Date
    Jul 2006
    Location
    SF Bay Area
    Posts
    867
    Plugin Contributions
    1

    Default Re: Zen Lightbox...

    Well, to get the lightbox working,

    put a copy of jscript_lightbox.php into:

    includes/modules/pages/product_reviews/

  3. #623
    Join Date
    Nov 2005
    Posts
    157
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    thanks for your contribution

  4. #624
    Join Date
    Jul 2006
    Location
    SF Bay Area
    Posts
    867
    Plugin Contributions
    1

    Default Re: Zen Lightbox...

    Below code fixes second part of problem.
    in tpl_modules_main_product_image.php

    Make like this:


    <?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)); ?>
    <?php if (strrpos($products_name, '[')){$products_name=substr($products_name,0,strrpos($products_name, "[")-1);}?>
    <div id="productMainImage" class="centeredContent back">
    <!-- begin zen lightbox v1.3 aclarke 2006-10-20 -->
    <script language="javascript" type="text/javascript"><!--
    document.write('<?php echo '<a href="' . zen_image_lightbox_IH2_url($products_image_large, addslashes($products_name), LARGE_IMAGE_WIDTH, LARGE_IMAGE_HEIGHT) . '" rel="lightbox[gallery]" title="' . addslashes($products_name) . '">' . 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>
    <!-- end zen lightbox v1.3 aclarke 2006-10-20 -->
    <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>

  5. #625
    Join Date
    Jul 2006
    Location
    SF Bay Area
    Posts
    867
    Plugin Contributions
    1

    Default Re: Zen Lightbox...

    Hope that last post is usable, I don't know how you guys escape your code for posting. Sorry.

    If you want a copy of the patched file, please email me and I be happy to send.

  6. #626
    Join Date
    Jul 2007
    Posts
    20
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    Hi Alex, thanks for the heads up on that one, I tried it as follows
    #productAdditionalImages, {display:none; ! important }
    but that diddn't work either Tried a few variations in the punctuation as well with no luck. I'm very greatful for the trouble you are taking in helping me by the way, especially as it seems to be getting a little off topic now.
    My online shop:-The Birds In The Meadow

  7. #627
    Join Date
    Mar 2006
    Posts
    919
    Plugin Contributions
    2

    Default Re: Zen Lightbox...

    Quote Originally Posted by topbird View Post
    Hi Alex, thanks for the heads up on that one, I tried it as follows

    but that diddn't work either Tried a few variations in the punctuation as well with no luck. I'm very greatful for the trouble you are taking in helping me by the way, especially as it seems to be getting a little off topic now.
    I don't think you're meant to have a space between the ! and important. Maybe that's the problem?

  8. #628
    Join Date
    Jul 2007
    Posts
    20
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    Hello again Alex, I'm afraid that isn't the problem as I originally put it in without the gap between ! and important, and in fact I just reverted to that to see if mabe I'd just been a little hasty when testing. Still no joy. I've tried every variation I could think of but that's not to say I've exhausted them all. I'll keep trying and let you know if I get the right one.
    My online shop:-The Birds In The Meadow

  9. #629
    Join Date
    Apr 2007
    Location
    Charlotte NC
    Posts
    40
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    Quote Originally Posted by topbird View Post
    Hello again Alex, I'm afraid that isn't the problem as I originally put it in without the gap between ! and important, and in fact I just reverted to that to see if mabe I'd just been a little hasty when testing. Still no joy. I've tried every variation I could think of but that's not to say I've exhausted them all. I'll keep trying and let you know if I get the right one.
    I see you are having the same problem that I'm having. In internet explorer the additional picture is working fine and only shows one picture, but in firefox it shows all the pictures of that product. Is there a fix for this?

  10. #630
    Join Date
    Apr 2006
    Location
    West Salem, IL
    Posts
    2,813
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    try.....
    Code:
    .additionalImages a {display:none;}
    Mike
    AEIIA - Zen Cart Certified & PCI Compliant Hosting
    The Zen Cart Forum...Better than a monitor covered with post-it notes!

 

 

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