Combining Slideshows
Is it possible to create a new slideshow by combining two or more already created slideshows (i.e., combining [new_royalslider id="1"], [new_royalslider id="50"], and [new_royalslider id="60"] to make a new slideshow)? I am using the wordpress version of Royalslider.
Thanks,
Donna
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Dmitry Semenov on 18 Nov, 2020 07:17 PM
Hello,
Unfortunately, there is no such option. You may use PHP filters like
new_rs_slides_filter
fromclasses/rsgenerator/NewRoyalSliderGenerator.php
, but it's not too simple to do.