uSky.Slider is a simple slider editor for Umbraco, based on the famous jQuery plugin Slider Revolution http://codecanyon.net/item/slider-revolution-responsive-jquery-plugin/2580848.
It allows you to create and edit a slider’s layers and its slides in real time with just a few clicks.
This property editor only includes the slider editor, the Revolution Slider isn’t included in this package. The jQuery plugin can be found at codecanyon.net http://codecanyon.net/item/slider-revolution-responsive-jquery-plugin/2580848
The jQuery Slider Revolution plugin is needed to display the slider on the page. This plugin can be found at codecanyon.net: http://codecanyon.net/item/slider-revolution-responsive-jquery-plugin/2580848
- Copy the “rs-plugin” to the site’s root.
- Copy the “style.css” file into your css folder.
- Add the links in your base template:
- Install uSky.Slider package on your Umbraco 7 instance
- Create a new uSky.Slider dataType
- Add a new property of type uSky.Slider to a Document Type. By default uSkySlider looks for a property called “slider”.
- Render the uSkySlider.cshtml partial view in your template with Html.Partial(“uSkySlider”) to display the slide.