Hello,
Do you need it for integration with 3rd party gallery plugin? Is it possible to see a sample page?
Hello,
Thank you for help.
It’s not integration with 3rd party gallery but wordpress original gallery.
Page url is https://jsfiddle.net/gueyuan/ogda59ny/
As you can see photos with figcaption is not showing when entering slide mode.
Open “ARI Fancy Lightbox -> Advanced” page and populate “Custom JS code” parameter with the following code:
$('.blocks-gallery-item figure').each(function() { var $container = $(this); $container.find('A').data('caption', $container.find('figcaption').html()); });
PS: You can also use PRO version, it retrieves titles from figcaption automatically.
Many thanks for your help.