📄️ [WP] Adding custom skin without modifying core of slider
Skin is a CSS file with styled slider controls. You can find existing skins by default in:
📄️ [WP] Adding custom {{variables}} to Slide Markup Editor
This tutorial requires PHP knowledge!
📄️ [WP] List of supported variables for "Custom Slider"
List of variables inside Slide Markup Editor for custom slider.
📄️ [WP] List of supported variables for "Default image gallery"
"Default image gallery" refers to the type of slider that overrides default WordPress [gallery] shortcode or Gutenberg block.
📄️ [WP] List of supported variables for "Flickr or 500px gallery"
{}
📄️ [WP] List of supported variables for Instagram gallery
{}
📄️ [WP] List of supported variables for "Posts Slider"
List of supported variables for Slide Markup Editor:
📄️ [WP] Modifying order of posts in the slider
There is newroyalsliderpostssliderquery_args filter that allows filtering of query arguments.
📄️ [WP] Overriding default Gutenberg gallery block
To override the default Gutenberg gallery with the RoyalSlider on the frontend:
📄️ [WP] Using WordPress image sizes
There is a filter newrsimage_sizes that allows you to modify image sizes that slider uses.
📄️ [WP] Using WordPress responsive images
Since version 4.4 WordPress supports responsive images. To use this feature in RoyalSlider, you need to modify slide markup.
📄️ [WP] Where to put slider JavaScript API code?
The slider is initialized in the footer of WordPress page and in document.ready event.