No luck!

There's no project that matches .

Maybe it doesn't exist, maybe it hasn't been approved yet. After all, it does take community kudos from at least 15 people to make it inside this repository

uSkySlider Install package

Project owner:
Antoine
Package downloads
6364
Package karma
16
Compatibility:
This project is compaitible with Version 7.1.x, Version 7.0.x
.NET Version: 4.0
Supports Medium Trust: No
Created:
17 June 2014
Is Stable:
Project is stable
Current version
0.9.2
License
MIT

uSkySlider 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.



Dependency 

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

  1. Copy the “rs-plugin” to the site’s root.
  2. Copy the “style.css” file into your css folder.
  3. Add the links in your base template:

<!-- get jQuery from the google apis -->

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.js"></script>

<!-- CSS STYLE-->

<link rel="stylesheet" type="text/css" href="/css/style.css" media="screen" />

<!-- SLIDER REVOLUTION 4.x SCRIPTS  -->

<script type="text/javascript" src="/rs-plugin/js/jquery.themepunch.plugins.min.js"></script>

<script type="text/javascript" src="/rs-plugin/js/jquery.themepunch.revolution.min.js"></script>

 

<script type="text/javascript" src="/rs-plugin/js/jquery.themepunch.tools.min.js"></script>

<!-- SLIDER REVOLUTION 4.x CSS SETTINGS -->

<link rel="stylesheet" type="text/css" href="/rs-plugin/css/settings.css" media="screen" />

 

How to install

  1. Install uSky.Slider package on your Umbraco 7 instance
  2. Create a new uSky.Slider dataType
  3. Add a new property of type uSky.Slider to a Document Type. By default uSkySlider looks for a property called “slider”.
  4. Render the uSkySlider.cshtml partial view in your template with Html.Partial(“uSkySlider”) to display the slide.

=== uSkySlider ===

 

>> Version 0.9.0

 

>> Version 0.9.1 

  • Bug fix image cropper
  • Default size in datatype config
  • Duplicate slide option

>> Version 0.9.2 

  • Upgrate for Slider Revolution 4.6 
  • Default editor sizes

 

Screenshots