Page 6 of 26 FirstFirst ... 4567816 ... LastLast
Results 51 to 60 of 258
  1. #51
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Jquery Lightbox [Support thread]

    I think you have to re-read my suggestion above. Because it doesnt seem like you have changed anything.
    I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me

  2. #52
    Join Date
    Feb 2007
    Posts
    819
    Plugin Contributions
    0

    Default Re: Jquery Lightbox [Support thread]

    i read it. and i hear what you're sayin', i just don't know the correct code to do it.

  3. #53
    Join Date
    Sep 2008
    Location
    Tel-Aviv-New York
    Posts
    143
    Plugin Contributions
    0

    Default Re: Jquery Lightbox [Support thread]

    Quote Originally Posted by yellow1912 View Post
    It is rather easy to do so, you can edit includes/templates/your_template/tpl_modules_main_product_image.php

    Around line 15 you will find

    PHP Code:
    document.write('<a href="<?= $products_image_large;?>" id="jqzoomMain"<?php if (JQLIGHTBOX_STATUS == 'true') echo ' class="jqlightbox"';?>><?= zen_image($products_image_mediumaddslashes($products_name), MEDIUM_IMAGE_WIDTHMEDIUM_IMAGE_HEIGHT);?></a>');
    Replace by

    PHP Code:
    document.write('<a href="<?php echo $products_image_large;?>" id="jqzoomMain"<?php if (JQLIGHTBOX_STATUS == 'true') echo ' class="jqlightbox"';?>><?php echo zen_image($products_image_mediumaddslashes($products_name), MEDIUM_IMAGE_WIDTHMEDIUM_IMAGE_HEIGHT);?><br /><span class="imgLink"><?php echo TEXT_CLICK_TO_ENLARGE;?></span></a>');
    As for the request to prevent downloading image, it is technically impossible. So your best option is to watermark your images.
    Hi Yellow, i change the code as you wrote, but still have duplicate images.
    What I need to change also?

    Please tell me I use Jquery Lightbox with simple menu, and when I try to see image, the menu over picture http://www.usim.co.il/en/nokia-c-9/nokia-n95-p-853 . How to resolve it? maybe need to add z-index?
    Thanks

  4. #54
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Jquery Lightbox [Support thread]

    Quote Originally Posted by xordox View Post
    Hi Yellow, i change the code as you wrote, but still have duplicate images.
    What I need to change also?

    Please tell me I use Jquery Lightbox with simple menu, and when I try to see image, the menu over picture http://www.usim.co.il/en/nokia-c-9/nokia-n95-p-853 . How to resolve it? maybe need to add z-index?
    Thanks
    You should read some posts below that, there is a posted solution for the duplicated image problem when adding text.

    Also, there is a new version of jqlightbox and jqzoom which address the issue of watermark not working for IH2 available for download.
    I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me

  5. #55
    Join Date
    Mar 2009
    Posts
    221
    Plugin Contributions
    1

    Default Re: Jquery Lightbox [Support thread]

    Quote Originally Posted by yellow1912 View Post
    Link download in my sig, will be posted to download section soon.
    Where is the link to download jquery lightbox? I don't see it in your sig and I also checked the contributions but, did not find it.

    Thanks.

  6. #56
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Jquery Lightbox [Support thread]

    I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me

  7. #57
    Join Date
    Mar 2009
    Posts
    221
    Plugin Contributions
    1

    Default Re: Jquery Lightbox [Support thread]

    Thanks for updating your sig

    Nice job on this mod.

  8. #58
    Join Date
    Sep 2008
    Location
    Tel-Aviv-New York
    Posts
    143
    Plugin Contributions
    0

    Default Re: Jquery Lightbox [Support thread]

    Quote Originally Posted by yellow1912 View Post
    You should read some posts below that, there is a posted solution for the duplicated image problem when adding text.

    Also, there is a new version of jqlightbox and jqzoom which address the issue of watermark not working for IH2 available for download.
    Ok, please tell me if I did it write,
    I uploaded tpl_product_reviews_default.php to my custom template and deleted in this file around 36:
    PHP Code:
    <div id="productReviewsDefaultProductImage" class="centeredContent back"><?php require($template->get_template_dir('/tpl_modules_main_product_image.php',DIR_WS_TEMPLATE$current_page_base,'templates'). '/tpl_modules_main_product_image.php'); ?></div>
    Now its no duplicate images.
    Thanks

  9. #59
    Join Date
    May 2006
    Posts
    725
    Plugin Contributions
    0

    Default Re: Jquery Lightbox [Support thread]

    Hello there,

    Just wondering if this mod and jqzoom is able to replicate the same thing as in this webpage...http://tokyotoys.com/index.php?main_...oducts_id=4737

    When you click on "larger image", the pic is different from what is on the product page (seems like a zoom in of the larger image). This is something I wish to achieve to allow my site to have similar image size for product page.

    All the best...
    Last edited by Ajeh; 22 Mar 2009 at 07:52 PM. Reason: remove zenid from URL

  10. #60
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Jquery Lightbox [Support thread]

    Actually, you want to use different images for each image size, then you either have to use ImageHandler 2 or follow zencart faq to upload different images for each size.
    I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me

 

 
Page 6 of 26 FirstFirst ... 4567816 ... LastLast

Similar Threads

  1. Zen Lightbox addon [Support Thread]
    By Alex Clarke in forum All Other Contributions/Addons
    Replies: 3726
    Last Post: 2 Feb 2026, 06:28 PM
  2. v153 jQuery Scrolling Sideboxes [Support Thread]
    By lat9 in forum Addon Sideboxes
    Replies: 79
    Last Post: 15 Apr 2024, 10:20 PM
  3. v152 Down for Maintenance jQuery Countdown (Support Thread)
    By rbarbour in forum All Other Contributions/Addons
    Replies: 5
    Last Post: 27 Nov 2015, 03:04 PM
  4. v152 jQuery Banners (Support Thread)
    By rbarbour in forum All Other Contributions/Addons
    Replies: 6
    Last Post: 30 Sep 2015, 02:07 AM
  5. Jquery Zoom [Support thread]
    By yellow1912 in forum All Other Contributions/Addons
    Replies: 384
    Last Post: 11 Dec 2013, 02:41 AM

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