Skip to content Skip to sidebar Skip to footer

Colorbox Previous And Next Buttons Not Showing

I have been working on a e-commerce site to show the images of a product however i am having some trouble. I am using colorbox to show the image in a popup window my code for that

Solution 1:

My guess is that you have missed one of these 2 things.

Not copied the colorbox images into your project

Or

Copied them into your project but forgotten to update the CSS file to point the images to the right location.

Solution 2:

The reason i wasnt seeing the previous and next buttons was because of the z-index. The buttons were hidden behind the image that was being shown within colorbox. To fix this i increased the z-index of the buttons within the css of colorbox and then repositioned them to where I wanted them

To learn more about z-index click below:

Click Here for z-index

Post a Comment for "Colorbox Previous And Next Buttons Not Showing"