What?s inside download package?+-
The download package includes:
- Installable Master Slider WordPress plugin.
- Documentation.
- Codecanyon License file.
- Sample sliders (all are embedded in plugin)
The download package includes:
Yes it is, and there are several options available for this purpose.
Right now it is not, but we plan to add this feature in future.
Yes it is, and you can create awesome sliders with that.
Normally mobile devices use their native application to play video for this reason Master Slider disables background video on mobile devices.
You can add a background image to show on mobile devices instead of background video.
Just deactivate the free version and install paid version. All of data and customization would be safe in database.
As you have received MasterSlider plugin via a theme purchase, not directly, you don’t have direct access to our premium support as well as automatic update. It’s the responsibility of your theme author to included the latest updates of the bundled plugins in new releases of the theme. Therefore, please contact your theme author and ask them about.
You are expected to activate your?license to get automatic update; therefore, please make sure to activate the license in “Master Slider setting > Enable automatic update”.
function(event){ var api = event.target; var currentSlide = api.index(); var allSlide =api.count(); // remove left arrow on first slide if(currentSlide == 0) { jQuery('.ms-nav-prev').addClass( "ms-prev-temp" ); jQuery('.ms-nav-prev').removeClass( "ms-nav-prev" ); } else { jQuery('.ms-prev-temp').addClass( "ms-nav-prev" ); } // remove right arrow on last slide if(allSlide == (currentSlide+1)) { jQuery('.ms-nav-next').addClass( "ms-next-temp" ); jQuery('.ms-nav-next').removeClass( "ms-nav-next" ); } else { jQuery('.ms-next-temp').addClass( "ms-nav-next" ); } }
Please remember to disable loop option as well.
When you intend?to insert a slider in a page in your website, it is important to make sure?the corresponding?ID (slider’s ID) exists in?the slider list page. Because, when you remove some sliders, their IDs would not?be re-indexed and the sequence may broke up.
As a result, if you have received?the message?”Invalid slider id. Master Slider ID must be a valid number.”, you might have inserted slider shortcode with wrong slider ID, or after inserting the slider shortcode, you have removed the main slider from the slider list page.