Solution to Lightbox navigation not working
-
Hi
I am just posting this here in case it helps someone else with a similar problem, as this drove me mad trying to solve it.
I had an issue where if I clicked on the navigation arrows in the lightbox it closed the entire lightbox rather than navigating to the next image.
I eventually tracked it down to this piece of CSS that had been added to the button:
&:active { top: 1px; // adds a tiny hop to the click }I disabled that and voila it started working again – problem solved 🙂
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Solution to Lightbox navigation not working’ is closed to new replies.