Page 5 of 26 FirstFirst ... 3456715 ... LastLast
Results 41 to 50 of 258
  1. #41
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Jquery Lightbox [Support thread]

    Quote Originally Posted by countrycharm View Post
    Yellow I have the text looking the way I want it, but still when I leave jqzoom on the text goes up around the right top and bottom. This stumps me. It does not happen when it is off and I just use the jqlightbox. Now if I switch jqlightbox off and just use the jqzoom I still get the same thing with the text. Don't know. For right now I will just use the jqlightbox until we or I can find out why. Thanks again.
    If you can leave it on for a few minutes and send me the link to check, i may be able to help
    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. #42
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: Jquery Lightbox [Support thread]

    Yellow just click on my site in my Signature and go to the product page. When you first get there you will notice it is right, then it goes crazy.
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

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

    Default Re: Jquery Lightbox [Support thread]

    reason: you are floating the main image
    There are many ways around it. Either you stop floating the image, or you put a "clear" before the text link like this

    <div class="clearBoth"></div>
    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

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

    Default Re: Jquery Lightbox [Support thread]

    Quote Originally Posted by yellow1912 View Post
    reason: you are floating the main image
    There are many ways around it. Either you stop floating the image, or you put a "clear" before the text link like this

    <div class="clearBoth"></div>
    You are talking about the tpl_product_info_display page? If so nothing seems to work for me.
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

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

    Default Re: Jquery Lightbox [Support thread]

    Quote Originally Posted by countrycharm View Post
    You are talking about the tpl_product_info_display page? If so nothing seems to work for me.
    No Im talking about your main product image template file.
    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

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

    Default Re: Jquery Lightbox [Support thread]

    Quote Originally Posted by yellow1912 View Post
    No Im talking about your main product image template file.
    Thanks Yellow for your help. After putting the code
    <div class="clearBoth"></div>
    into the right file...lol it brought the link down right under the edge of the picture. Still was not right. What I had to do is add a <br> and that lowered it down just about right. Thank you again.
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  7. #47
    Join Date
    Feb 2007
    Posts
    819
    Plugin Contributions
    0

    Default Re: Jquery Lightbox [Support thread]

    I get what you mean by the double main image now, so let me explain why it happens first: The script look for any image wrapped by a link which has a class "jqlightbox" So if you separate the "larger image" text and the main image, you will have 2 jqlightbox links instead of 1. What you can do in this case is: remove the link wrapping around the main image, leaving only the link around the text
    OK here is what I did which seemed to work:
    Code:
    <?php 
      echo '<a href="<?= $products_image_large';?>"<div class="imgLink"><a href="<?php if (JQLIGHTBOX_STATUS == 'true') echo ' class="jqlightbox"';?>><?php echo TEXT_CLICK_TO_ENLARGE;?></a></div>
    but the write review/tell a friend buttons are still offset. see what you think. http://tinyurl.com/b48rh7thanks!

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

    Default Re: Jquery Lightbox [Support thread]

    Well, in your css you have

    #productReviewLink {
    padding:5px 0;
    }

    BTW, arent we going off topic 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

  9. #49
    Join Date
    Feb 2007
    Posts
    819
    Plugin Contributions
    0

    Default Re: Jquery Lightbox [Support thread]

    yeah... since we were talking a lot of css i threw it in there. back on topic. what did you discover concerning compatibility with the ih2 watermarks?

    thanks.

  10. #50
    Join Date
    Feb 2007
    Posts
    819
    Plugin Contributions
    0

    Default Re: Jquery Lightbox [Support thread]

    spoke too soon...

    this does not work

    <?php
    echo '<a href="<?= $products_image_large';?>"<div class="imgLink"><a href="<?php if (JQLIGHTBOX_STATUS == 'true') echo ' class="jqlightbox"';?>><?php echo TEXT_CLICK_TO_ENLARGE;?></a></div>

 

 
Page 5 of 26 FirstFirst ... 3456715 ... 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