There is no limitation in the plugin, so you can show multiple sliders on a single page.
It is not possible to nest a slider within an other slider, you should merge them to one instance.
You can trigger a popup slider with clicking on an image inside a slider. You should add a specific class or Id to your image layer and after that you should use that selector in the open by click option of the popup.
You should try to add the 'open-popup' class to your image layer. After that in the initalization code of the popup, you should use the following attribute: popupShowOnClick: '.open-popup'
Is it possible to do the following?
1. Have multiple sliders on a single page
2. Nest a slider within another slider
3. Use popups from inside a slider (to function like a modal or lightbox when a user clicks an image)
Hello,
Thank you for getting in touch with us!
There is no limitation in the plugin, so you can show multiple sliders on a single page.
It is not possible to nest a slider within an other slider, you should merge them to one instance.
You can trigger a popup slider with clicking on an image inside a slider. You should add a specific class or Id to your image layer and after that you should use that selector in the open by click option of the popup.
Best Regards,
Andrea | Kreatura Support Team
Could you provide an example of #3? I'm having trouble getting it to work.
Hello,
You should try to add the 'open-popup' class to your image layer.
After that in the initalization code of the popup, you should use the following attribute:
popupShowOnClick: '.open-popup'
Best Regards,
Andrea | Kreatura Support Team