Hi Joshua,
Thanks for getting back to me. I will check out the photoswipe if I can put normal text content in there...
Regarding the plugin, activated it again:
http://bit.ly/2b06D1eThe orange buy buttons should open a lightbox. But as you can see, the div that should be hidden until click on the button is already visible. I've also tested this on subpages without a button but it does not seem to work.
I used the code provided by the plugins documentation
- Code: Select all
By default, featherlight acts on all elements using the 'data-featherlight' attribute. An element with this attribute triggers the lightbox. The value of the attribute acts as selector for an element that's opened as lightbox.
<a href="#" data-featherlight="#mylightbox">Open element in lightbox</a>
<div id="mylightbox">This div will be opened in a lightbox</div>
https://nl.wordpress.org/plugins/wp-featherlight/