according to your code in the lightbox.js file, the code should be:
var fileLoadingImage = “../images/lightbox/loading.gif”;
var fileBottomNavCloseImage = “../images/lightbox/closelabel.gif”;
Since this file is located in the /magento/js/lightbox folder, wouldn’t this code only go back one level to the /magento/js/images folder which is not created.
However, I tried to create a /magento/js/images/lightbox to match the code and the loading.gif and closelabel.gif would not show up.
To close the lightbox images, I just click away from the pictures.
Besides this, it is a FANTASTIC addition that many of us have been trying to figure out for some time.
I had to play around with the paths too, to get it to work. I did finally get it working. I right clicked on the location where the arrow pictures were supposed to be and looked at the propeties and it told me where it was looking then I adjusted the path in the file accordingly. Only thing now is that i doesn’t scale the picture to fit the screen, it shows it full size. I realize I should scale down my own to save loading time it’s just that It’s alot of extra work to resize all of my pictures. I looked into the file and saw what to me seemed like instructions for resizing to fit the client display...but it doesn’t work. Any ideas?
according to your code in the lightbox.js file, the code should be:
var fileLoadingImage = “../images/lightbox/loading.gif”;
var fileBottomNavCloseImage = “../images/lightbox/closelabel.gif”;
-Russ
I have the same problem. I moved the two gif images to the same directory as the lightbox.js, and change path to
var fileLoadingImage = “loading.gif”;
still not showing up.
By the way, you may see the overlapping with the category menu, this is because the
#nav { padding:0 20px; font-size:1.1em; z-index:999; } in the menu.css sets to ‘999’.
Simply change the z-index value higher than that in the #lightbox like so.
chiara - I released the extension prematurely - it will cause problems if you uninstall it - I will be releasing an updated version early next week - which will work with all themes that you may create as well. I got magento to remove this extension so it would not be downloaded with it having a problem.
chiara - I released the extension prematurely - it will cause problems if you uninstall it - I will be releasing an updated version early next week - which will work with all themes that you may create as well. I got magento to remove this extension so it would not be downloaded with it having a problem.
I have followed the instructions, but can’t manage to get it working. When I try to open the alt image, it will open in full screen. I am not getting errors in my logs. Really would appreciate any help.
After spending hours making the jquery tab working for product collateral section (production description, additional info etc), I am dismay to find out it disables the lightbox and the image slider.
http://74.52.59.43/index.php/bluetooth-accessories/jawbone-headset-black.html
If I remove the jquery scripts, lightbox and image slider come back.
First found the jQuery.noConflict( ) mode, got the image slider working, but not with lightbox. More testing, found out the jquery files have to place AFTER the lightbox.js in the page.xml
How would I be able to debug so I could see where the script is failing/not loading. I tried changing the position of lighbox.js in the head block wiht no luck. I there any other special consideration I should have?
I’d just noticed that in the configurable product, the ‘x’ close icon is gone but it’s showing up fine with simple product. Anybody has the same problem?