Plugin Author
w3dev
(@w3dev)
We switched the way we call for fancyBox to be applied to images and galleries with this update. Can you post an example of the code / shortcode you are using on your site?
What is it supposed to be now? I have a static html website, and on my wordpress website I manually called the galleries, the same way I do on my static site, for example:
<a href="www.a.com/a.jpg" data-fancybox="group1" data-caption="a"><img src="www.a.com/a.jpg" alt="a" /></a>
And I would call all the other images, within a hidden div to be part of the same gallery via data-fancybox="group1".
Thanks for making the plugin, by the way.
Plugin Author
w3dev
(@w3dev)
This plugin will automatically create the group attribute for you. Please note, it is designed to work with WordPress Gallery functionality and not necessarily custom galleries.