Results 1 to 10 of 3727

Hybrid View

  1. #1
    Join Date
    Nov 2009
    Posts
    42
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    Hi. The answer is probably in here somewhere, but I just cant find it...
    (Zen Cart 1.3.8 - Lightbox 1.6.2)

    Lightbox work just fine, but I am missing the Prev/Next links in half the image?
    I.e. clicking in left/right part of the image should work as prev/next link, not only clicking the exact spot of the prev/next buttons.

    I don't know if this is supposed to be the default behaviour or not?

    I would appreciate if someone could please enlighten me!

    /Troll

  2. #2
    Join Date
    Nov 2009
    Posts
    285
    Plugin Contributions
    5

    Default Re: Zen Lightbox...

    Quote Originally Posted by Troll View Post
    Hi. The answer is probably in here somewhere, but I just cant find it...
    (Zen Cart 1.3.8 - Lightbox 1.6.2)

    Lightbox work just fine, but I am missing the Prev/Next links in half the image?
    I.e. clicking in left/right part of the image should work as prev/next link, not only clicking the exact spot of the prev/next buttons.

    I don't know if this is supposed to be the default behaviour or not?

    I would appreciate if someone could please enlighten me!

    /Troll
    Can you post a link?

  3. #3
    Join Date
    Nov 2009
    Posts
    42
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    Shure! :)
    www.troll-motor.no

  4. #4
    Join Date
    Nov 2009
    Posts
    285
    Plugin Contributions
    5

    Default Re: Zen Lightbox...

    Quote Originally Posted by Troll View Post
    Shure! :)
    Try changing the 'Always show Prev / Next' setting in your admin

  5. #5
    Join Date
    Nov 2009
    Posts
    42
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    Jepp!
    Why didn't I think of that...

    But I'd like it both ways!
    How could I achieve that?

    Also, a different question:
    How can I add caption to my images?
    Like in this shop?

  6. #6
    Join Date
    Nov 2009
    Posts
    285
    Plugin Contributions
    5

    Default Re: Zen Lightbox...

    Quote Originally Posted by Troll View Post
    Jepp!
    Why didn't I think of that...

    But I'd like it both ways!
    How could I achieve that?

    Also, a different question:
    How can I add caption to my images?
    Like in this shop?
    change your css file to look like this:
    Code:
    #lbPrevLink {
    	left: 0;
    	background: transparent url(../images/zen_lightbox/prevlabel.gif) no-repeat 0 15%;
    
    }
    
    #lbPrevLink:hover {
    }
    
    #lbNextLink {
    	right: 0;
    	background: transparent url(../images/zen_lightbox/nextlabel.gif) no-repeat 100% 15%;
    }
    
    #lbNextLink:hover {
    	
    }
    no caption support built in right now

  7. #7
    Join Date
    Nov 2009
    Posts
    42
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    Thanks a million mate!
    -Kind of obvious now...

    That caption-thing is a pity though!
    How do that other shop achieve this? They are also using an ordinary lightbox what I can see?...

 

 

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

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