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.
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?
Hi @eimulex ,
Unfortunately we don’t have such option. We’ll check it out, but it can take time to implement it.
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?
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.