lokesh / lightbox2

THE original Lightbox script (v2).
http://lokeshdhakar.com/projects/lightbox2/
MIT License
6.17k stars 1.76k forks source link

Navigation Buttons Not Working #633

Closed ghost closed 5 years ago

ghost commented 5 years ago

I can't seem to get the lightbox navigation buttons to show up. everything else works fine, but you can't navigate from image to image.

WildCrasher commented 5 years ago

I have the same problem on slimbox2. Sometimes previous button doesn't show up. I discovered, that "a" tag displayed as block of next button overlays "a" tag of prev button. I will try to fix it locally in my project, but i send tip for you. EDIT: I have file slimbox2-fs.css and this part:

lbNextLink {

width: 100%;
right: 0;

}

I changed it to:

lbNextLink {

width: 50%;
right: 0;

}

This file isn't provided by this library. So maybe you have similar file and similar problem.

And working fine. Maybe that will help you in fixing that.

lokesh commented 5 years ago

Closing old issues.

Hope everything worked itself out. If there are other issues implementing, please post on Stackoverflow.