Really simple responsive image slider for WordPress

Plugin is no longer active
Really simple responsive image slider for WordPress is a small plugin a created for the ivaerksaetterpress.dk site. It’s the same slider that features the screen shots on this page.
[rsris_slider]
If you want to use it, grap it from the WordPress Plugin page
Hi,
I’ve to implement a slider in homepage. there no content administration, only <?php code.
I want to made the slider appear with <?php echo do_shortcode() functions.
As well, how do I make the choice of slider1, slider2 and so on… directly in php instruction ?
Thanks a lot for quick answer.
Regards,
Hi Jean Michel,
If you have set a static page as the homepage under the settings panel in WordPress setting -> Reading, add the slides to that page and in your template put this in your php:
echo do_shortcode(‘[rsris_slider]’);
If you’re using the standard index.php I’m afraid it’s not possible as for now – sorry.
But I have it on the ToDo list.
This should display the slider, where you want it.
I hope this helps.
/farvig
Hi,
I know the do_shortcode, but how do I make a choice between slides ?
REgards
Hi,
I’ve just updated the plugin, so it supports programaticly added slides like so [rsris_slider slides=”ID OF SLIDE 1, ID OF SLIDE 2″]
I hope this helps.
I’m afriad thats not possible right now – sorry.
I have it on my ToDo list and I’ll hope to get around to it soon.
Hello,
I use your plugin, it’s perfect for me !
One question : is it possible to make the scrolling automatiqe?
Thank !
It is possible, if you know a little bit of JavaScript.