• Resolved eimulex

    (@eimulex)


    Hi,

    I wanted to ask whether its possible to make a the integrated lightbox gallery appear with thumbnails or use a different gallery instead of the integrated one?

    Kind regards,
    Eimantas.

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Ramona

    (@nextend_ramona)

    Hi @eimulex ,

    We’re using a 3rd party lightbox library which doesn’t have option to show thumbnails.

    If you know a lightbox plugin which can show thumbnails first you should check how to trigger this plugin. Usually you’ll need to add a class to the image which you can do at the layer window’s settings tab: https://smartslider3.helpscoutdocs.com/article/392-layer-window-settings#class then you can use it instead of ours.

    Thread Starter eimulex

    (@eimulex)

    Thank you for your response.
    I have tried many different options like adding classes and etc.
    To be honest, I just need the gallery button (TWO) to trigger the normal wordpress gallery (ONE) as it shows thumbnails.
    http://prntscr.com/hjubqj
    Is there a way to make the slider trigger normal wordpress gallery instead of the integrated one?

    Ramona

    (@nextend_ramona)

    Hi @eimulex ,

    Unfortunately we don’t have such option. We’ll check it out, but it can take time to implement it.

    Thread Starter eimulex

    (@eimulex)

    Hi,

    I believe its a key function that should have been implemented…

    Is it being sorted or maybe you have some sort of guidance how to generate them from array?

    Plugin Author Nextendweb

    (@nextendweb)

    Hi @eimulex,

    I created a video for you with a lightbox plugin called “Easy FancyBox” https://hu.ww.wp.xz.cn/plugins/easy-fancybox/

    You can watch the video here: https://www.youtube.com/watch?v=ZThTv8FWxpM

    First I create a gallery with WordPress, then I show that the lightbox works fine with this plugin.
    Then I use the following code in Smart Slider to trigger the lightbox to open:
    javascript:jQuery('#gallery-1 a').eq(0).trigger('click')

    Then I wrap the gallery with the following HTML code to make it disappear:

    <div class="fancybox-hidden">
    
    </div>

    I hope it does help you 🙂

    @nextendweb Buddy you made my day thanks alot.

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

The topic ‘Button click Lightbox gallery with thumbnails’ is closed to new replies.