A customizable JQuery content slider with CSS3 animations and parallax effects.
You can fork this project on GitHub and I'll consider all interesting pull requests :)
If you want to contribute by adding your language to the plugin, you can send me your .po files
Feel free to contact me via twitter (Only for contributions, I won't reply to support requests in 140 chars)
In static display mode, the plugin use the slides which are in the file static-slides-sample.php.
In dynamic display mode, the plugin generate slides based on your wordpress posts.
In static display mode, the plugin simply use the 4 slides which are in the file static-slides-sample.php. So if you want to add/edit slides, you’ll have to edit manually this file! (I recommand to copy the sample file and rename it, then change the inclusion in wp-parallax-content-slider.php:
include('static-slides-sample.php');
to
include('static-slides-customized.php');
Many users have reported this problem and almost everytime, that's due to a javascript conflict with other custom themes or plugins which don't respect development best-practices.
Your browser development console will help you to see if there is an error, and most of the time, this error will be:
Uncaught TypeError: Object # has no method 'cslider'
Go to the support section, you should find something interesting among the existing threads.
Unfortunately for IE users, this slider use CSS3 transitions & animations which are not yet supported by these IE versions :(
http://caniuse.com/#feat=css-transitions
http://caniuse.com/#feat=css-animation
So the slider will works, but without the parallax effect!
Yes, it is! I have tried to improve display for at least 3 kind of resolutions (Desktop, Tablet, phones).
You can see the how the slider will be displayed on different devices on the responsinator web site: here
Requires: 3.0 or higher
Compatible up to: 3.5.1
Last Updated: 2013-4-23
Downloads: 30,091
11 of 18 support threads in the last two months have been resolved.
Got something to say? Need help?