WPNewCarousels free WordPress plugin
Description
WPNewCarousels free WordPress plugin
This plugin is used to create the responsive carousel that can be inserted to any wordpress page/post. This plugin also support wordpress multisite setup.
Features
Responsive carousel
wpnewcarousel button added to your default editor
Support wordpress multisite setup
Manage carousel width,height,effects,speed,animation using short code or dashboard
Add multiple carousel on same page
Manage carousel slide order
For Demo Click Here
Support
For critical issue related to functionality, create the new issue on github
Refer this wiki
Fill up this form to leave comments,ask question,suggest new feature or directly mail at arjun@arjunjain.info
For Demo Click Here
Using the WPNewCarousels
You can refer wiki
Add new carousel in wpnewcarousel settings page.
Use shortcode on any wordpress page
[wpnewcarousel name=”CAROUSEL_NAME” height=”” width=”” startslide=”” animationspeed=”” imagepausetime=”” shownav=”” hoverpause=””]
“height” and “width” are the optional parameters when using short code, if use then these parameter will replace the default values of height and width.
Only “name” is the required parameter, other parameter are optional when using short code.
“effect” is the type of effect you want to show between image transition.
The effect parameter can be any of the following:
sliceDown, sliceDownLeft, sliceUp, sliceUpLeft, sliceUpDown, sliceUpDownLeft,
fold, fade, random, slideInRight, slideInLeft, boxRandom, boxRain,
boxRainReverse, boxRainGrow, boxRainGrowReverse
“startslide” is the starting slide number, default value is 0.
“animationspeed” is the speed of carousel animation, default value is 500 [ where 1000 = 1sec ].
“imagepause” is the time between image transition, default value is 3000.
“shownav” is the flag to show navigation control with carousel, default value is true.
“hoverpause” is the flag to stop carousel on mouse over, default value is true.