Copy link to clipboard
Copied
I am using Lighbox Gallery Widget for my site and when I click on the lightbox images, I can't get the (Next) and (Previous) buttons to show up in any of the following broswers.....(Chrome, Opera, Foxfire) but they show up in Internet Explorer. Also The (Close) button shows up in every broswer so this is really throwing me off. Below is a link to my page where I am having the problem. Any help is much appreciated, I plan to launch the site in the next couple of weeks.
http://www.luckielosers.com/Build.php
Thanks
There is a problem with the location of the images. Look at the constructor
...
<script type="text/javascript">
// BeginOAWidget_Instance_2127022: #gallery
$(function(){
$('#gallery a').lightBox({
imageLoading: '/Thumbnail Widget Files/images/lightbox/lightbox-ico-loading.gif', // (string) Path and the name of the loading icon
imageBtnPrev: '/Thumbnail Widget Files/images/lightbox/lightbox-btn-prev.gif', // (strin
Copy link to clipboard
Copied
Can anyone please help me on this?
Copy link to clipboard
Copied
There is a problem with the location of the images. Look at the constructor
<script type="text/javascript">
// BeginOAWidget_Instance_2127022: #gallery
$(function(){
$('#gallery a').lightBox({
imageLoading: '/Thumbnail Widget Files/images/lightbox/lightbox-ico-loading.gif', // (string) Path and the name of the loading icon
imageBtnPrev: '/Thumbnail Widget Files/images/lightbox/lightbox-btn-prev.gif', // (string) Path and the name of the prev button image
imageBtnNext: '/Thumbnail Widget Files/images/lightbox/lightbox-btn-next.gif', // (string) Path and the name of the next button image
imageBtnClose: '/Thumbnail Widget Files/images/lightbox/lightbox-btn-close.gif', // (string) Path and the name of the close btn
imageBlank: '/images/lightbox/lightbox-blank.gif', // (string) Path and the name of a blank image (one pixel)
fixedNavigation: false, // (boolean) Boolean that informs if the navigation (next and prev button) will be fixed or not in the interface.
containerResizeSpeed: 400, // Specify the resize duration of container image. These number are miliseconds. 400 is default.
overlayBgColor: "#000000", // (string) Background color to overlay; inform a hexadecimal value like: #RRGGBB. Where RR, GG, and BB are the hexadecimal values for the red, green, and blue values of the color.
overlayOpacity: .6, // (integer) Opacity value to overlay; inform: 0.X. Where X are number from 0 to 9
txtImage: 'Image', //Default text of image
txtOf: 'of'
});
});
// EndOAWidget_Instance_2127022
</script>
The only images that can be found
lightbox-blank.gif
lightbox-ico-loading.gif
lightbox-btn-close.gif
I have found the next button here images/lightbox/lightbox-btn-next.gif which is not what you have in the constructor - /Thumbnail Widget Files/images/lightbox/lightbox-btn-next.gif
Correct the above and all is well.
Gramps
PS This is the answer to your PM
Copy link to clipboard
Copied
Gramps,
Thanks for your reply and I appreciate your help!!!! This did solve my problem, I have been trying to solve this for about 2 months lol. Thanks again!!!!
Copy link to clipboard
Copied
I am having the same issue with the lightbox widget, the nex, prev, and close buttons do not show up.
http://www.jl-landarch.com/Residential_commercial.html
I have tried your suggestions, making sure the gifs are in the right location, still can't figure it out.
Any other suggestions?
Copy link to clipboard
Copied
The images cannot be found. Have a look at a portion of your markup
imageBtnPrev: 'images/lightbox/lightbox-btn-prev.gif',
This tells me that the image is to be found here http://www.jl-landarch.com/images/lightbox/lightbox-btn-prev.gif. If I go there I get a 404 error meaning that the file cannot be found.
Either upload the files to the named directory/folder or change the path to where the images can be found.
Gramps
Copy link to clipboard
Copied
But when I look at the images folder, there they are. Not sure what else to do.
Copy link to clipboard
Copied

What can I say?
Gramps
Get ready! An upgraded Adobe Community experience is coming in January.
Learn more