Page 3 of 52 FirstFirst 1234513 ... LastLast
Results 21 to 30 of 515
  1. #21
    Join Date
    Dec 2007
    Posts
    126
    Plugin Contributions
    0

    Default Re: Fual Slimbox (Lightbox) - Support

    Well the only small issue I've come up with is the product name showing in the 'slimbox' window. On the products with longer names it cuts off the name. Also on products that have the " symbol for say 9" lumber, it stops at 9 and doesn't show the rest.

  2. #22
    Join Date
    Nov 2007
    Posts
    195
    Plugin Contributions
    2

    Default Re: Fual Slimbox (Lightbox) - Support

    @ tacoma <- cheerz 4 the props! I don't quite understand the last bit of your last post: Also on products that have the " symbol for say 9" lumber, it stops at 9 and doesn't show the rest.

    If you give me a link to the page or a few screenshots I will work out how to best solve this problem. (btw you must have some pretty small images and some big names! When I was writing this I thought that one line would be enough).

    @ Fireflyz <- The problem here is that the z-index of the menu is really high, so that it lays over everything else. This was the right thing for the person who wrote the menu to do, however it causes a small problem for things like lightboxes as they need to sit over everything on the page.

    There are two solutions to your problem:
    1) in the file css/stylesheet_slimbox_ex.css, at the top before everything else you can add the code:
    Code:
    #lbOverlay, #lbCenter, #lbBottomContainer {
    	z-index:1000000;
    	}
    This will bump the z-index of the lightbox up so that it sits on top of everything else. This is the "correct" css way to solve this problem. If that doesn't work you can try method,
    2) this might be a bit more tricky, the Mod has an option to hide any class called "zenLightboxHideMe" when it loads, to deal with problems like this. You can edit your menu template and add this class to the wrapper that contains your template.

    Once we get both these issues resolved I will post an updated version.

  3. #23
    Join Date
    Nov 2007
    Posts
    72
    Plugin Contributions
    0

    Default Re: Fual Slimbox (Lightbox) - Support

    love this add on but i was having problems with additional images until I found this ...

    thanks to glamour1artworks for finding it first ...
    Quote Originally Posted by climax007 View Post
    If someone still has problems with ZenCart 1.3.7.1, ImageHandler 2.0 and Zen Lightbox 1.4 here is what i did to fix it:

    locate the file "additional_images.php" it should be in your includes\modules\"template_name_dir".

    Go to line 23 and remove the ". '$'".
    The line should look now like this:
    $products_image_base = str_replace($products_image_extension , '', $products_image);

    Thats it. Hope it helps others.

    Cheers,
    Climax
    Last edited by monkeyjr47906; 19 Dec 2007 at 04:46 AM. Reason: i don't know how to post like a human

  4. #24
    Join Date
    Nov 2007
    Posts
    195
    Plugin Contributions
    2

    Default Re: Fual Slimbox (Lightbox) - Support

    @monkeyjr47906 <- Cheers, I have made a change to the file.

    I have also made the necessary changes to the lightbox stylesheet, to prevent the dropdown menu issue.

    There is a new release in the downloads section.

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

    Default Re: Fual Slimbox (Lightbox) - Support

    banswidthjunkie, yes I do have somewhat long item titles. I don't think though that the pictures are too small.

    I sent you a PM, and if you could at your leisure take a look and see if there could be a fix?

    Thanks

  6. #26
    Join Date
    May 2007
    Location
    Los Angeles
    Posts
    89
    Plugin Contributions
    0

    Default Re: Fual Slimbox (Lightbox) - Support

    Quote Originally Posted by banswidthjunkie View Post
    @ Fireflyz <- The problem here is that the z-index of the menu is really high, so that it lays over everything else. This was the right thing for the person who wrote the menu to do, however it causes a small problem for things like lightboxes as they need to sit over everything on the page.

    There are two solutions to your problem:
    1) in the file css/stylesheet_slimbox_ex.css, at the top before everything else you can add the code:
    Code:
    #lbOverlay, #lbCenter, #lbBottomContainer {
        z-index:1000000;
        }
    Thank you banswidthjunkie! The first solution worked like a charm!
    Cheers mate!

  7. #27
    Join Date
    Nov 2007
    Posts
    195
    Plugin Contributions
    2

    Default Re: Fual Slimbox (Lightbox) - Support

    @Fireflyz <- No Probs

    @tacoma <- The attached zip file sorts out both of your problems.

    The zip file below is the latest release, it might take a day or two to reach the zencart downloads site, so you can get it from here directly.

    There is one small issue that I know about regarding additional images in IE6, basically you can click the link to them, but you can't see the link! I will sort this out in the next few days.

  8. #28
    Join Date
    Dec 2007
    Posts
    126
    Plugin Contributions
    0

    Default Re: Fual Slimbox (Lightbox) - Support

    Thanks banswidthjunkie.

    Do I uninstall the old version first?

  9. #29
    Join Date
    Nov 2007
    Posts
    195
    Plugin Contributions
    2

    Default Re: Fual Slimbox (Lightbox) - Support

    Quote Originally Posted by tacoma View Post
    Thanks banswidthjunkie.

    Do I uninstall the old version first?
    No, all you need to do is rename the two template folders and copy over the files. There is no need to reinstall the sql patch. Only the contents of a few files has changed.

  10. #30
    Join Date
    Dec 2007
    Posts
    126
    Plugin Contributions
    0

    Default Re: Fual Slimbox (Lightbox) - Support

    Quote Originally Posted by banswidthjunkie View Post
    No, all you need to do is rename the two template folders and copy over the files. There is no need to reinstall the sql patch. Only the contents of a few files has changed.

    Thanks! It works perfectly!

 

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