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

7 Replies to “Really simple responsive image slider for WordPress”

  1. 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,

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

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

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

  3. Hello,
    I use your plugin, it’s perfect for me !
    One question : is it possible to make the scrolling automatiqe?
    Thank !

Leave a Reply

Your email address will not be published. Required fields are marked *