• Resolved ladybird12

    (@ladybird12)


    As it’s written in description, ‘Option to trigger lightbox on custom jquery events’. I’d like to put thumbnails in a hidden div and show popup gallery on clicking the text link but didn’t find any tutorial on using triggers. How can I do it? Added $('#showgallery').click to custom jQuery events in options but no luck

    https://www.ads-software.com/plugins/responsive-lightbox/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author dFactory

    (@dfactory)

    Unfortunatelly, this is not what this option is ment for.

    What you’re trying to achieve requires some html/css tricks orajax based solutions – pls check our support forum – as far as i remember there was a code example for sth similar.

    Thread Starter ladybird12

    (@ladybird12)

    Ok, thanks.
    Achieved this by triggering click on preview image link.

    $('#showgallery').on('click', function () {
        $('.hidden-gallery a').first().click();
    });

    Btw, it would be nice if there was a more detailed description. I was misled by this ‘Option to trigger lightbox’ ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Trigger lightbox gallery on text link’ is closed to new replies.