Quote Originally Posted by capecodjoe View Post
I ended up making a work around that worked for me. I do have other add on's and it seems like it had nothing to do with the Image Handler 2, as far as I can tell it had a lot to do with Fual Slimbox. I just didn't understand why it was happening since I had already uninstall Fual Slimbox but the Prev and Next buttons was still not showing up in the Lightbox image.
Any way my fix is not pretty but it worked for me.

This is what I did:, (oh, the website I made is not a separate template but a combination of added modules and a lot of file editing of the default template that came with Zen Cart, so I don't know if this fix will work for everyone).

1. I made a new folder called called zen_lightbox and placed it here: includes/templates/classic/zen_lightbox
2. Inside the zen_lightbox folder I added the images that came with the Zen Lightbox addon. They were nextlabel.gif and prevlabel.gif.
3.Inside my css folder located at includes/templates/classic/css there was a file from the Fual Slimbox addon named stylesheet_slimbox_ex.css. Open this file up and add the following code:


#lbNextLink {
right: 0;
display: block;
width: 40px;
background: url(../images/zen_lightbox/nextlabel.gif) no-repeat right;
background-image: url(../images/zen_lightbox/nextlabel.gif)no-repeat right;
padding_left:40px;
margin-left:40px;
}


#lbPrevLink {
right: 0;
display: block;
width: 40px;
background: url(../images/zen_lightbox/prevlabel.gif) no-repeat left;
background-image: url(../images/zen_lightbox/prevlabel.gif)no-repeat left;
padding_left:40px;
margin-left:40px;
}





That's it, I refreshed my browser tested Lightbox out and it worked. Basically what I did was made the prev and next buttons show up on top of whatever div was blocking the other prev and next buttons from showing up.

I tried to explained this the best I could and I hope this will help those with a similar issue with Lightbox
Yes, it works, but I still have a problem with "Next" and "Previous" buttons.

The "Next" and "Previous" buttons displayed in the middle of the image. When I move the mouse to the "Next" or "Previous" buttons, the "Next" or "Previous" button moves to the top.

I don't know what is going on. Please give me some advice regarding this issue.

Thanks very much.