Page 7 of 52 FirstFirst ... 5678917 ... LastLast
Results 61 to 70 of 515
  1. #61
    Join Date
    May 2005
    Location
    England
    Posts
    626
    Plugin Contributions
    0

    Default Re: Fual Slimbox (Lightbox) - Support

    Hello again,

    many thanks for the tip ; I looked at the Headerwrapper div, and it had position;relative which I remember adding to the end to a mod which has since been taken off.

    Sorry for taking your time and many thanks.

    Regards,

    Heathenmagic

  2. #62
    Join Date
    Nov 2007
    Posts
    12
    Plugin Contributions
    0

    Default Re: Fual Slimbox (Lightbox) - Support

    Quote Originally Posted by yellow1912 View Post
    BTW, is there any way to make the prev - next on the 2 sides of the images more obvious? For now it cant be seen unless you hover your mouse on it.
    Regards
    There is a very easy and quick fix for this and only involves a css change (but I would recommend changing the next and previous images as below). Has been tested with FF2 and IE7.

    Edit includes/templates/{YOUR TEMPLATE}/css/stylesheet_slimbox_ex.css and change the lbNextLink and lbPrevLink styles to

    PHP Code:
    #lbNextLink {
      
    backgroundtransparent url(../images/slimbox/sb_next.gifno-repeat;
      
    top0;
      
    right0;
    }

    #lbNextLink:hover {
      
    cursor:pointer;

    PHP Code:
    #lbPrevLink {
      
    backgroundtransparent url(../images/slimbox/sb_prev.gifno-repeat;
      
    top0;
      
    left0;
    }

    #lbPrevLink:hover {
      
    cursor:pointer;

    NOTE the changed image file names. Copy the following 2 images (right click - save as) to includes/templates/{YOUR TEMPLATE}/images/slimbox
    Attached Images Attached Images   

  3. #63
    Join Date
    Nov 2007
    Posts
    195
    Plugin Contributions
    2

    Default Re: Fual Slimbox (Lightbox) - Support

    Quote Originally Posted by SilverZulu View Post
    There is a very easy and quick fix for this and only involves a css change (but I would recommend changing the next and previous images as below). Has been tested with FF2 and IE7.

    Edit includes/templates/{YOUR TEMPLATE}/css/stylesheet_slimbox_ex.css and change the lbNextLink and lbPrevLink styles to

    PHP Code:
    #lbNextLink {
      
    backgroundtransparent url(../images/slimbox/sb_next.gifno-repeat;
      
    top0;
      
    right0;
    }

    #lbNextLink:hover {
      
    cursor:pointer;

    PHP Code:
    #lbPrevLink {
      
    backgroundtransparent url(../images/slimbox/sb_prev.gifno-repeat;
      
    top0;
      
    left0;
    }

    #lbPrevLink:hover {
      
    cursor:pointer;

    NOTE the changed image file names. Copy the following 2 images (right click - save as) to includes/templates/{YOUR TEMPLATE}/images/slimbox
    Cheers, I will put this as an option in the CSS for the next release which might be tonight; there are a couple of very minor issues. But I have been holding off posting a new version in case anything else cropped up.

  4. #64
    Join Date
    Dec 2007
    Posts
    126
    Plugin Contributions
    0

    Default Re: Fual Slimbox (Lightbox) - Support

    I'm trying to tackle a weird issue.

    On additional images, I can't get the _LRG image to load. On the product page. The secondary image is previewed just fine. The src= points to the correct _LRG.jpg. The href points to the same img but it adds on another _LRG to the file name. example - href="images/large/1DA02_LRG_LRG.jpg">

    I'm trying to figure out why it's adding the additional _LRG

  5. #65
    Join Date
    Dec 2007
    Posts
    126
    Plugin Contributions
    0

    Default Re: Fual Slimbox (Lightbox) - Support

    I fixed the issue. I for some reason put the 1DA02_LRG in the /image directory. It of course was adding the _LRG to the href pointing to the image/large directory.

    Problem fixed by putting the correctly named and sized 1DA02.jpg in the /image directory.

  6. #66
    Join Date
    Nov 2007
    Posts
    195
    Plugin Contributions
    2

    Default Re: Fual Slimbox (Lightbox) - Support

    Pleased to hear it.

  7. #67
    Join Date
    Dec 2007
    Posts
    126
    Plugin Contributions
    0

    Default Re: Fual Slimbox (Lightbox) - Support

    I love this mod.

    I also like the hover-over (next-prev) button for multiple images. I'm affraid that the non-savvy customers will miss that.

    So I did the non-hover mod for the next-prev buttons, and it works perfectly.

  8. #68
    Join Date
    Nov 2007
    Posts
    195
    Plugin Contributions
    2

    Default Re: Fual Slimbox (Lightbox) - Support

    Yes despite the fact that it looks very ########

    1) The default next prev hovers don't work in IE6 (big problem)
    2) They aren't very obvious (even to savvy customers I think)

    So basically, from a usability point of view I think that, since so many people have mentioned it, I need to offer zencarters both options for the mod. Give me a little time though as I have some "real" work to do at the moment.

  9. #69
    Join Date
    Oct 2007
    Posts
    52
    Plugin Contributions
    0

    Default Re: Fual Slimbox (Lightbox) - Support

    Great plugin, it works fine even with the Lightbox plugin installed and does turn it off!

    I saw the response about adding the effect to ex pages, but how do I add the effect to define_main_page.php and any of the other define pages?

  10. #70
    Join Date
    Nov 2007
    Posts
    195
    Plugin Contributions
    2

    Default Re: Fual Slimbox (Lightbox) - Support

    Quote Originally Posted by dreamz View Post
    Great plugin, it works fine even with the Lightbox plugin installed and does turn it off!

    I saw the response about adding the effect to ex pages, but how do I add the effect to define_main_page.php and any of the other define pages?
    It works exactly the same as for ez-pages. When you make a new define page you create a folder called:
    Code:
    /includes/modules/pages/YOUR_PAGE
    Copy the jscript_slimbox.php file into this directory and then add
    HTML Code:
    rel="lightbox[gallery]"
    to any links that you want to appear in a lightbox. Because this is the extended version of slimbox you can even load whole webpages in the lightbox, for example try putting:
    HTML Code:
    <a href="http://www.google.com" rel="lightbox[gallery]">google</a>
    on your page.

    This method applies to any page in zencart.

 

 
Page 7 of 52 FirstFirst ... 5678917 ... LastLast

Similar Threads

  1. v150 Fual Slimbox Ver 2.0
    By dbltoe in forum All Other Contributions/Addons
    Replies: 60
    Last Post: 27 Jun 2014, 07:34 PM
  2. Lightbox and Fual Slimbox
    By SethF in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 7 Oct 2011, 01:07 AM
  3. Fual Slimbox v Zen Lightbox
    By ekele in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 12 Sep 2010, 03:56 PM
  4. Examples of Fual Slimbox (Lightbox) in action?
    By Dunk in forum General Questions
    Replies: 6
    Last Post: 12 Jun 2010, 01:29 PM
  5. What is difference of Fual Slimbox and Zen Lightbox?
    By musicfreer in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 4 Aug 2008, 09:07 PM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR