FAQs
Autoplay Policy on Videos
Visit this link for full documentation of SplideJS on video extension.
Delete multiple slides at once
To delete multiple slides, you need to click the box beside the slide type dropdown. After clicking, a delete button will appear at the top inline with the add buttons.
Does AIOS Slider enqueue unnecessary file when using
AIOS Slider plugin only enqueue files on frontend view when you use the given shortcode when creating your own slider
How to create my own AIOS Slider theme
To create your own theme, visit Help menu under AIOS Slider > Help and follow the steps below:
Step 1. Get the Starter Files
- Click the download button to get the Boilerplate theme zip file.
Step 2. Prepare Theme Directory
- After download, create a new folder named
aios-slider-themes
inside your active theme.
Step 3. Extract Boilerplate Theme
- Extract the downloaded zip file inside the created folder.
Step 4. Follow Development Guide
- After extracting, please visit the
README.md
inside the boilerplate folder.
How to sort between slides
You just need to place your mouse on the top of the slide then once you notice the cursor change into move
, you may now drag it between slides for sorting.
How to set your slider as fullpage
To set your slider as fullpage, change your unit settings on minimum height to 100 and its unit to vh
How to use SplideJs Events on AIOS Slider
To listen on any events found on SplideJS events page, you must follow the scripts below and add it to your theme scripts file:
window.aiosSliderInstances['MY_SLIDER_ID'].on('SPLIDEJS_EVENT_NAME', function () {
// do something
});
You can access all AIOS Slider instances found on the page via: window.aiosSliderInstances
.
To access your specific slider, replace the MY_SLIDER_ID
with your AIOS Slider ID
found via: inspect element.
Video not working
Please check if you disabled the Video extension on the backend settings (by default this extension was set to enable).
Video slide type recommendation
For best output, use HTML5 Video slide type and upload your video file on our Vimeo Account since Youtube and Vimeo slide uses iframe element on video.