I have used this plugin before, on a different client site without issue. I am trying to implement it on WP 3.6.1 and it’s not working, same as reported above.
I have installed and activated the plugin on WP 3.6.1
My shortcode looks like:
[cSlider]
<img alt="" src="https://brooklinetaichi.org/freshwp/wp-content/uploads/btc_slider_1.jpg" />[slide]
<img alt="" src="https://brooklinetaichi.org/freshwp/wp-content/uploads/btc_slider_2.jpg" />[slide]
<img alt="" src="https://brooklinetaichi.org/freshwp/wp-content/uploads/btc_slider_3.jpg" />[slide]
<img alt="" src="https://brooklinetaichi.org/freshwp/wp-content/uploads/btc_slider_4.jpg" />[slide]
<img alt="" src="https://brooklinetaichi.org/freshwp/wp-content/uploads/btc_slider_5.jpg" />
[/cSlider]
But the pictures are all showing at once on my page, just in succession (one on top of the other given the width settings)
Any ideas? Is this plugin not compatible with 3.6.1?