Next and Prev link not working on lightbox image
-
https://jcreolemusic.com/site/j-creoles-photo-gallery/
I have the most current versions of WordPress and NextGEN.
I am using the Starkers naked theme to create my theme.
When you click on an image, the photo pops up in a lightbox. You cannot click on the next or prev links on the bottom of the lightbox. However, you can click on the image to close.
I did have to give the “twitter follow” and “FB like” links at the top left a z-index of 1 for it to work. Not sure why as I have never had to do that with those buttons before.
I tried disabling the z-index of the “follow” and “like” PLUS turned off the sidebar in case it was something there PLUS emptied the “reset.css” of the starkers theme. Didn’t solve the problem.
However, if I delete the following from the style.css (code that was in there to begin with) it works but my template goes a bit wirey…
div, article, section, header, footer, nav, li { position:relative; /* For absolutely positioning elements within containers (add more to the list if need be) */ } .group:after { display:block; height:0; clear:both; content:"."; visibility:hidden; /* For clearing */ } body { background:#fff; /* Don't forget to style your body to avoid user overrides */ } ::-moz-selection { background:#ff0; color:#333; } ::selection { background:#ff0; color:#333; }
…what is it on there that is causing it?
- The topic ‘Next and Prev link not working on lightbox image’ is closed to new replies.