Page 1 of 2 12 LastLast
Results 1 to 10 of 258

Hybrid View

  1. #1
    Join Date
    Feb 2007
    Posts
    819
    Plugin Contributions
    0

    Default Re: Jquery Lightbox [Support thread]

    i installed the jqlightbox and it seems to be working fine, except it is duplicating the images.

    when you open a larger image (and there are no additional images) it says 1 of 2 and when you click next it goes to image 2 (which is the sames as 1)...

    any ideas?

    thanks.

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

    Default Re: Jquery Lightbox [Support thread]

    Quote Originally Posted by gsdcypher View Post
    i installed the jqlightbox and it seems to be working fine, except it is duplicating the images.

    when you open a larger image (and there are no additional images) it says 1 of 2 and when you click next it goes to image 2 (which is the sames as 1)...

    any ideas?

    thanks.
    More than likely something is wrong with the additional image code, but I cant say until I actually see the site itself.

    Regards

    Raine
    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

  3. #3
    Join Date
    Feb 2007
    Posts
    819
    Plugin Contributions
    0

    Default Re: Jquery Lightbox [Support thread]

    you can see jquery lightbox in action here:
    http://tiny.cc/VMMxN

    thanks.

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

    Default Re: Jquery Lightbox [Support thread]

    Quote Originally Posted by gsdcypher View Post
    you can see jquery lightbox in action here:
    http://tiny.cc/VMMxN

    thanks.
    Okie, here goes: you can view your page html source code: the first lightbox image is the main image

    Code:
    document.write('<a href="images/bitetug_suit_dfl5.jpg" id="jqzoomMain" class="jqlightbox"><img src="bmz_cache/a/aff35fee3d4330cbbd98c7330c7e7f44.image.220x96.jpg" alt="Two Bite Suit Tugs (4\&quot; x 8\&quot;) 1 Handle" title=" Two Bite Suit Tugs (4\&quot; x 8\&quot;) 1 Handle " width="220" height="96" /></a>');
    The second one is here:

    Code:
    <div id="productReviewsDefaultProductImage" style="display:none;" class="centeredContent back"> 
    <div id="productMainImageReview" style="display:none;" class="centeredContent back">
    <script language="javascript" type="text/javascript"><!--
    document.write('<a href="images/bitetug_suit_dfl5.jpg" id="jqzoomMain" class="jqlightbox"><img src="bmz_cache/a/aff35fee3d4330cbbd98c7330c7e7f44.image.220x96.jpg" alt="Two Bite Suit Tugs (4\&quot; x 8\&quot;) 1 Handle [DFL5]" title=" Two Bite Suit Tugs (4\&quot; x 8\&quot;) 1 Handle [DFL5] " width="220" height="96" /></a>');
    //--></script>
    <noscript>
    <a href="http://www.allk-9.com/index.php?main_page=popup_image&amp;pID=608" target="_blank"><img src="bmz_cache/a/aff35fee3d4330cbbd98c7330c7e7f44.image.220x96.jpg" alt="Two Bite Suit Tugs (4&quot; x 8&quot;) 1 Handle [DFL5]" title=" Two Bite Suit Tugs (4&quot; x 8&quot;) 1 Handle [DFL5] " width="220" height="96" /><br /><span class="imgLink">larger image</span></a></noscript>
    
    
    </div></div>
    I guess this is created by the products tab module.

    I will look into this, but more than likely we will have to somehow turn off the display of an additional main image code here.
    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. #5
    Join Date
    Feb 2007
    Posts
    819
    Plugin Contributions
    0

    Default Re: Jquery Lightbox [Support thread]

    yes i would like to remove the duplicate image display...

    also, i tried adding
    Code:
    . '</div><br class="clearBoth" /><span class="imgLink">' . TEXT_CLICK_TO_ENLARGE . '</span></a>'; ?>');
    to the end of
    Code:
    document.write('<a href="<?= $products_image_large;?>" id="jqzoomMain"<?php if (JQLIGHTBOX_STATUS == 'true') echo ' class="jqlightbox"';?>><?= zen_image($products_image_medium, addslashes($products_name), MEDIUM_IMAGE_WIDTH, MEDIUM_IMAGE_HEIGHT);?></a>');
    to get the text click for larger image to display under the main image. but no joy...

    thanks.

  6. #6
    Join Date
    Feb 2007
    Posts
    819
    Plugin Contributions
    0

    Default Re: Jquery Lightbox [Support thread]

    hey yellow1912,

    do you know how to add click for larger image under the main image?

    also how to make it so the images in the lightbox are not downloadable/saveable?

    thanks.

  7. #7
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: Jquery Lightbox [Support thread]

    Yellow1912 thank you for another great Module, or modules may I say.
    gsdcypher is on to something. You know how people are in this todays world, you have to spell out every little detail or they want know were to click on the image. Thank you again my friend.
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  8. #8
    Join Date
    Jul 2006
    Location
    Montreal, Canada
    Posts
    2,279
    Plugin Contributions
    0

    Default Re: Jquery Lightbox [Support thread]

    Quote Originally Posted by yellow1912 View Post
    Okie, here goes: you can view your page html source code: the first lightbox image is the main image

    Code:
    document.write('<a href="images/bitetug_suit_dfl5.jpg" id="jqzoomMain" class="jqlightbox"><img src="bmz_cache/a/aff35fee3d4330cbbd98c7330c7e7f44.image.220x96.jpg" alt="Two Bite Suit Tugs (4\&quot; x 8\&quot;) 1 Handle" title=" Two Bite Suit Tugs (4\&quot; x 8\&quot;) 1 Handle " width="220" height="96" /></a>');
    The second one is here:

    Code:
    <div id="productReviewsDefaultProductImage" style="display:none;" class="centeredContent back"> 
    <div id="productMainImageReview" style="display:none;" class="centeredContent back">
    <script language="javascript" type="text/javascript"><!--
    document.write('<a href="images/bitetug_suit_dfl5.jpg" id="jqzoomMain" class="jqlightbox"><img src="bmz_cache/a/aff35fee3d4330cbbd98c7330c7e7f44.image.220x96.jpg" alt="Two Bite Suit Tugs (4\&quot; x 8\&quot;) 1 Handle [DFL5]" title=" Two Bite Suit Tugs (4\&quot; x 8\&quot;) 1 Handle [DFL5] " width="220" height="96" /></a>');
    //--></script>
    <noscript>
    <a href="http://www.allk-9.com/index.php?main_page=popup_image&amp;pID=608" target="_blank"><img src="bmz_cache/a/aff35fee3d4330cbbd98c7330c7e7f44.image.220x96.jpg" alt="Two Bite Suit Tugs (4&quot; x 8&quot;) 1 Handle [DFL5]" title=" Two Bite Suit Tugs (4&quot; x 8&quot;) 1 Handle [DFL5] " width="220" height="96" /><br /><span class="imgLink">larger image</span></a></noscript>
    
    
    </div></div>
    I guess this is created by the products tab module.

    I will look into this, but more than likely we will have to somehow turn off the display of an additional main image code here.
    Ok , it seems the problem happens when TPP is enabled . .once I turn it off , Jqlightbox works ok and wont display 1 of 2 on image .

    any thought on solution to this bug ?

  9. #9
    Join Date
    Feb 2004
    Location
    Georgia, USA
    Posts
    1,948
    Plugin Contributions
    0

    Default Re: Jquery Lightbox [Support thread]

    Quote Originally Posted by tony_sar View Post
    Ok , it seems the problem happens when TPP is enabled . .once I turn it off , Jqlightbox works ok and wont display 1 of 2 on image .

    any thought on solution to this bug ?
    It's a bug in TPP and I believe there are two different solutions discussed on the TPP thread. It's been so long so I don't remember what they but you can check that thread.

  10. #10
    Join Date
    Jul 2006
    Location
    Montreal, Canada
    Posts
    2,279
    Plugin Contributions
    0

    Default Re: Jquery Lightbox [Support thread]

    Ok , the duplicate seems to be coming from TPP when you enable Review tab for product . turning review tab will fix the problem .
    will look into the code to see why this is happening and if got any fix , will post it back .

 

 
Page 1 of 2 12 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