Page 3 of 26 FirstFirst 1234513 ... LastLast
Results 21 to 30 of 258
  1. #21
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Jquery Lightbox [Support thread]

    Quote Originally Posted by countrycharm View Post
    No I did not get it to work as of yet. It will show when you go to the page but it disappears soon after.
    I have just tried the code I posted here:
    http://demo.rubikintegration.com/jqz...products_id=47
    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. #22
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: Jquery Lightbox [Support thread]

    If I switch off jqzoom it will show but it is not straight.
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

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

    Default Re: Jquery Lightbox [Support thread]

    Quote Originally Posted by countrycharm View Post
    If I switch off jqzoom it will show but it is not straight.
    Huhm, so you are saying on your site, if you switch of jqzoom the click .... text will appear, otherwise it wont? Huhm, weird, since on the demo site I have both on.
    Let me install IH2 on the demo site later, and see if it does affect 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

  4. #24
    Join Date
    Feb 2007
    Posts
    819
    Plugin Contributions
    0

    Default Re: Jquery Lightbox [Support thread]

    got it. but it messes with the drop shadow effect on the main image. it makes the shadow drop below the text... to bad.

    thanks.

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

    Default Re: Jquery Lightbox [Support thread]

    Quote Originally Posted by gsdcypher View Post
    got it. but it messes with the drop shadow effect on the main image. it makes the shadow drop below the text... to bad.

    thanks.
    Well, you can just add another <br/> there, or you can use css to add padding above the text. It is purely css/html.
    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. #26
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: Jquery Lightbox [Support thread]

    I already had IH2 installed before I installed both these modules today. I also had hoverbox 3 installed which use the additional_images. I deleted everything that was using hoverbox and uploaded yours modules, so it should work. I don't know. Thank yellow for your help as always my friend.
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

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

    Default Re: Jquery Lightbox [Support thread]

    yo! tried the <br> thing... no luck.

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

    Default Re: Jquery Lightbox [Support thread]

    I dont know how and where you put it, but you should also notice that the text is put inside a span with the class imgLink, you can use css to pad this one easily enough, for example

    #productImageWrapper .imgLink{
    padding-top:15px
    }
    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. #29
    Join Date
    Feb 2007
    Posts
    819
    Plugin Contributions
    0

    Default Re: Jquery Lightbox [Support thread]

    hmmm...

    You can see here: http://tinyurl.com/b48rh7


    thanks.

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

    Default Re: Jquery Lightbox [Support thread]

    Quote Originally Posted by gsdcypher View Post
    hmmm...

    You can see here: http://tinyurl.com/b48rh7


    thanks.
    In your very specific case, what you have to do is, you have to add the background image around the image, not around the div that wraps around both the img and the text. I will give an example, but you may have to tweak it to work in your specific case

    PHP Code:
    document.write('<div id="mainImage"><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);?></a></div><div class="imgLink"><a href="<?php echo $products_image_large;?>"<?php if (JQLIGHTBOX_STATUS == 'true') echo ' class="jqlightbox"';?>><?php echo TEXT_CLICK_TO_ENLARGE;?></a></div>');
    You will notice that I separated the image into its own div, now you will have to put the shadow background to this new div instead of the productMainImage. Hope Im making sense 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

 

 
Page 3 of 26 FirstFirst 1234513 ... 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