Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author arisoft

    (@arisoft)

    Hello,

    Do you need it for integration with 3rd party gallery plugin? Is it possible to see a sample page?

    Thread Starter lovemp3

    (@lovemp3)

    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.

    Plugin Author arisoft

    (@arisoft)

    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.

    Thread Starter lovemp3

    (@lovemp3)

    Many thanks for your help.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘show slide caption from figcaption?’ is closed to new replies.