Page 51 of 52 FirstFirst ... 4149505152 LastLast
Results 501 to 510 of 515
  1. #501
    Join Date
    Jul 2008
    Posts
    16
    Plugin Contributions
    0

    Default Re: Fual Slimbox (Lightbox) - Support

    ok, did some quick tests. Made a test , clean install of ZC without EZ thumbnails, installed IH2 and then made a dumb install of SlimBox (simply overwriting the files). All seems to work just fine - slimbox scrolls to next image, they display correctly, IH2 works properly as well.
    So at least I have answer to one of my questions .
    I'm tempted to try removing EZ Thumbnails and SlimBox from my regular store, installiing IH2, then reinstalling SLimBox.

  2. #502
    Join Date
    Jul 2008
    Posts
    16
    Plugin Contributions
    0

    Default Re: Fual Slimbox (Lightbox) - Support

    Did as I've said above and all work great!

    Ok, so basically that left me with only one question - howto setup slimbox so clicking on a large image in a slimbox window would close this window?

  3. #503
    Join Date
    May 2008
    Posts
    349
    Plugin Contributions
    0

    Default Re: Fual Slimbox (Lightbox) - Support

    Hi, i have just installed this to my Zen Cart 1.3.9h works perfectly in Firefox & IE but in Google Chrome it tries to open the Lightbox than it freezes & stays a white rectangle box.

    Has anybody else had this problem & anybody know how this can be sorted?

    Thanks

  4. #504
    Join Date
    May 2008
    Posts
    349
    Plugin Contributions
    0

    Default Re: Fual Slimbox (Lightbox) - Support

    I have now tried uninstalling & have now reinstalled the mod but the lightbox dont seem to display correctly as in picture attached.

    Wondering if anybody know what the problem is & how it can be sorted out.

    Thanks
    Attached Images Attached Images  

  5. #505
    Join Date
    Apr 2010
    Posts
    133
    Plugin Contributions
    0

    Default Re: Fual Slimbox (Lightbox) - Support

    Has anyone successfully installed IH3 and merged the files required to make Fual Slimbox work correctly with Zen Cart v1.3.9h?

    I have upgraded to IH3 and it is working great! But when I click on an image it now opens in a new window instead of nicely zooming on the page as Fual Slimbox should work.

    In the read me files included with IH3 it says:

    Fual Slimbox -Look for changes marked with the text "Image Handler changes" from the additional_images.php file that comes with Image Handler3. These modifications should be merged into the additional_images.php file that comes with Fual Slimbox.
    (You will need to use a file merging program like Beyond Compare or Winmerge to incorporate the Image Handler3 changes)

    I dont know how to use Winmerge. I have tried to use it but it seems way over my head. I dont seem to understand how to merge the files. Can anyone help out? Or post a link to their merged file to share?

  6. #506
    Join Date
    Apr 2010
    Posts
    133
    Plugin Contributions
    0

    Default Re: Fual Slimbox (Lightbox) - Support

    I did it! I used Beyond Compare and let it merge the file from Fual Slimbox (left side) & From Image Handler3 (right side)for me but it didnt work. So I went back and looked at the individual conflict lines and changed one line at around 82-84 (respectively) that read:

    $products_image_large = ereg_replace('^' . DIR_WS_IMAGES, DIR_WS_IMAGES . 'large/', $products_image_directory) . ereg_replace($file_extension . '$', '', $file) . IMAGE_SUFFIX_LARGE . $file_extension;

    and switched it to this line:

    $products_image_large = str_replace(DIR_WS_IMAGES, DIR_WS_IMAGES . 'large/', $products_image_directory) . str_replace($products_image_extension, '', $file) . IMAGE_SUFFIX_LARGE . $products_image_extension;

    Saved the new file as additional_images.php and now its working again like it used to!

    Located here:

    /public_html/includes/modules/your template

    Woo hoo my first file merge!

  7. #507
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,023
    Plugin Contributions
    32

    Default Re: Fual Slimbox (Lightbox) - Support

    We tried to make it easy.. Like the IH3 instructions say, if you move just the items marked as Image Handler changes to the Fual Slimbox file, then it will all work fine..

    Quote Originally Posted by nohart View Post
    I did it! I used Beyond Compare and let it merge the file from Fual Slimbox (left side) & From Image Handler3 (right side)for me but it didnt work. So I went back and looked at the individual conflict lines and changed one line at around 82-84 (respectively) that read:

    $products_image_large = ereg_replace('^' . DIR_WS_IMAGES, DIR_WS_IMAGES . 'large/', $products_image_directory) . ereg_replace($file_extension . '$', '', $file) . IMAGE_SUFFIX_LARGE . $file_extension;

    and switched it to this line:

    $products_image_large = str_replace(DIR_WS_IMAGES, DIR_WS_IMAGES . 'large/', $products_image_directory) . str_replace($products_image_extension, '', $file) . IMAGE_SUFFIX_LARGE . $products_image_extension;

    Saved the new file as additional_images.php and now its working again like it used to!

    Located here:

    /public_html/includes/modules/your template

    Woo hoo my first file merge!
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  8. #508
    Join Date
    May 2009
    Location
    Virginia
    Posts
    101
    Plugin Contributions
    0

    Default Fual Slimbox (Lightbox) Shows Blank Page in Configuration

    I just wanted to share what to do if you go to Configuration and Fual Slimbox and Zen Cart shows a blank page in the admin.

    Log into your PHP admin from your web host (mine says Manage Using phpMyAdmin) and run the install script there. Then, when you refresh your Zen Cart admin, the page should show the configuration options for Fual Slimbox and it should work.

    I hope this helps someone!

  9. #509
    Join Date
    Aug 2007
    Posts
    50
    Plugin Contributions
    0

    help question Re: Fual Slimbox (Lightbox) - Support

    Hey guys,

    Sorry to revive such an old thread.

    I have installed Image Handler 2 and it works fine. I then installed Fual Slimbox for Zencart. It works too now but the next and prev labels just don't appear, I wish it would show all the images on my product page.
    I think there might be a problem with how my pictures are named and how it is organized in the folders.

    I installed the Sql query and Fual slimbox shows in my admin too.

    I am on Zencart 1.3.7 and I used an unorthodox method as I don't use the override system.

    My website is http://www.recycledbyhyena.com/

    In advance thank you for the help!!

  10. #510
    Join Date
    Jul 2009
    Posts
    127
    Plugin Contributions
    0

    Default Re: Fual Slimbox (Lightbox) - Support

    Can slimbox be used to "light-box" whole divs.

 

 
Page 51 of 52 FirstFirst ... 4149505152 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