Title: Responsive Slider
Author: Griden
Published: <strong>April 16, 2012</strong>
Last modified: February 3, 2017

---

Search plugins

![](https://ps.w.org/responsive-slider/assets/banner-772x250.png?rev=1429677)

This plugin **hasn’t been tested with the latest 3 major releases of WordPress**.
It may no longer be maintained or supported and may have compatibility issues when
used with more recent versions of WordPress.

![](https://ps.w.org/responsive-slider/assets/icon-256x256.png?rev=1429699)

# Responsive Slider

 By [Griden](https://profiles.wordpress.org/griden/)

[Download](https://downloads.wordpress.org/plugin/responsive-slider.zip)

 * [Details](https://pcd.wordpress.org/plugins/responsive-slider/#description)
 * [Reviews](https://pcd.wordpress.org/plugins/responsive-slider/#reviews)
 *  [Installation](https://pcd.wordpress.org/plugins/responsive-slider/#installation)
 * [Development](https://pcd.wordpress.org/plugins/responsive-slider/#developers)

 [Support](https://wordpress.org/support/plugin/responsive-slider/)

## Description

The _Responsive Slider_ plugin allows you to create slides that consist of linked(
to any url) images and titles. The slider would then take those slides and present
them as a jQuery-powered slideshow – at a chosen location within your theme, page,
or post. In whatever order you want them.

Check out the Demo to see the plugin in action:
 **[See the Demo](http://demo.alienwp.com/responsive-slider/)**

> Upgrade to a paid membership for support, themes & Pro version of plugin:
>  **[Upgrade for Support](http://alienwp.com/register/)**
> Includes 20 WordPress Themes, Customer Support for just $59

The main purpose of the _Responsive Slider_ is to serve as an effective addition
to **responsive WordPress themes**, as it would automatically adjust to its container.
This would work out of the box – there is no need for additional CSS or JavaScript
tweaks from your theme.

Please note, this plugin is only for use on Self-Hosted WordPress installations,
not WordPress.com. See this [Guide to the Best WordPress Hosting](https://themefurnace.com/blog/best-wordpress-hosting/)
if you need any help choosing one.

[How to Install and Use the plugin?](https://wordpress.org/extend/plugins/responsive-slider/installation/)

Make sure to read the plugin documentation in `docs/readme.html` as well.

#### About AlienWP

Responsive Slider was created by AlienWP, a [WordPress Theme Shop](https://alienwp.com)
which offers over 20 WordPress themes for you to download including 8 [free themes](https://alienwp.com/themes/).
We also provide amazing [WordPress Deals and Coupons](https://alienwp.com/wordpress-coupon-codes/)
and [Theme Collections](https://alienwp.com/collections/) for every possible type
of WP site.

If you like this plugin, check out our other projects:

 * [AlienWP](https://alienwp.com/) – Minimal WordPress Themes
 * [ThemeFurnace](https://themefurnace.com/) – WordPress Themes Club
 * [Kooc Media](http://kooc.co.uk/) – Kooc Media

## Installation

 1. Upload the plugin folder `responsive-slider` to the `/wp-content/plugins/` directory.
 2. Activate the plugin through the “Plugins” menu in WordPress. A new item **“Slides”**
    would appear in the admin menu (under “Pages”).
 3. Go to **Slides -> Settings** and configure the slider options.
 4. Go to **Slides -> Add New Slide** and create a few slides.
 5. Place `<?php echo do_shortcode( '[responsive_slider]' ); ?>` in your template –
    wherever you want it displayed. Alternatively you can use `[responsive_slider]`
    into a post or a page – just like any other shortcode.
 6. That’s it. Your site should now display the slider at the chosen location.

## FAQ

  Installation Instructions

 1. Upload the plugin folder `responsive-slider` to the `/wp-content/plugins/` directory.
 2. Activate the plugin through the “Plugins” menu in WordPress. A new item **“Slides”**
    would appear in the admin menu (under “Pages”).
 3. Go to **Slides -> Settings** and configure the slider options.
 4. Go to **Slides -> Add New Slide** and create a few slides.
 5. Place `<?php echo do_shortcode( '[responsive_slider]' ); ?>` in your template –
    wherever you want it displayed. Alternatively you can use `[responsive_slider]`
    into a post or a page – just like any other shortcode.
 6. That’s it. Your site should now display the slider at the chosen location.

  My slider disappeared when I upgraded!?

Make sure to use `<?php echo do_shortcode( '[responsive_slider]' ); ?>` instead 
of `<?php do_shortcode( '[responsive_slider]' ); ?>` if you are adding the slider
directly to your template file.

  But the slider is not responsive!

The slider addapts to it’s container width. If you are using a theme with non-responsive
layout, the slider won’t behave ‘responsively’ as well.

  Would the Responsive Slider work in my theme?

The plugin has been tested with more than 20 popular WordPress themes. It should
work in yours too.

  Does my theme need to be ‘responsive’ in order to use this plugin?

No, not at all. You can use it with any theme.

  Can I change the way it looks?

Sure, you can easily override the slider CSS in your theme. The easiest approach
is to use a tool like Firebug to find the snippet you need to override. Then copy
it to your theme CSS file (usually `style.css`) and edit it there, using a CSS selector
with higher priority.

  Can I create more than one slider?

No, currently the plugin can maintain only one slider.

## Reviews

![](https://secure.gravatar.com/avatar/a066709bfcb4478f3a28f5b701ffb2e7966fda7f2367b4747b76b8058e938c2c?
s=60&d=retro&r=g)

### 󠀁[Simple and Clean](https://wordpress.org/support/topic/simple-and-clean-53/)󠁿

 [Griden](https://profiles.wordpress.org/griden/) September 3, 2016

Simple, clean and responsive slider

 [ Read all 34 reviews ](https://wordpress.org/support/plugin/responsive-slider/reviews/)

## Contributors & Developers

“Responsive Slider” is open source software. The following people have contributed
to this plugin.

Contributors

 *   [ Griden ](https://profiles.wordpress.org/griden/)
 *   [ themefurnace ](https://profiles.wordpress.org/themefurnace/)

“Responsive Slider” has been translated into 2 locales. Thank you to [the translators](https://translate.wordpress.org/projects/wp-plugins/responsive-slider/contributors)
for their contributions.

[Translate “Responsive Slider” into your language.](https://translate.wordpress.org/projects/wp-plugins/responsive-slider)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/responsive-slider/),
check out the [SVN repository](https://plugins.svn.wordpress.org/responsive-slider/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/responsive-slider/)
by [RSS](https://plugins.trac.wordpress.org/log/responsive-slider/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 0.1.9

 * Updated some links, documentation in preparation for new version of plugin along
   with pro version

#### 0.1.8

 * Fix: omit the anchor tag if the ‘URL’ field is empty.

#### 0.1.7

 * Important: use `<?php echo do_shortcode( '[responsive_slider]' ); ?>` instead
   of `<?php do_shortcode( '[responsive_slider]' ); ?>` if you are adding the slider
   directly to your template file. Ignore this if you are using the `[responsive_slider]`
   shortcode.
 * Fix: the slider output is now correctly returned instead of echoed.
 * Added entries to the FAQ section.

#### 0.1.6

 * Updated some credit links in the readme.html file.
 * Added a question to the FAQ.

#### 0.1.5

 * Added wp_reset_query() to the output function – responsive_slider().

#### 0.1.4

 * Internationalized some strings.

#### 0.1.3

 * Fixed some translation bugs like loading the textdomain in the frontend.
 * Added Finnish translation.

#### 0.1.2

 * The slides are now ordered by the page attribute ‘order’ in the backend.
 * Internationalized some strings.
 * Fixed some translation errors.

#### 0.1.1

 * Removed the ‘Layout’ and ‘Stylesheet’ Hybrid Core meta boxes from the slide editor.
 * Added readme.html in a new ‘doc’ folder.
 * Added French translation.
 * Corrected some typos.
 * Updated plugin description.

#### 0.1

 * Initial release.

## Meta

 *  Version **0.1.9**
 *  Last updated **8 years ago**
 *  Active installations **3,000+**
 *  WordPress version ** 3.3 or higher **
 *  Tested up to **4.5.33**
 *  Languages
 * [Danish](https://da.wordpress.org/plugins/responsive-slider/), [English (US)](https://wordpress.org/plugins/responsive-slider/),
   and [German](https://de.wordpress.org/plugins/responsive-slider/).
 *  [Translate into your language](https://translate.wordpress.org/projects/wp-plugins/responsive-slider)
 * Tags
 * [flex slider](https://pcd.wordpress.org/plugins/tags/flex-slider/)[flexslider](https://pcd.wordpress.org/plugins/tags/flexslider/)
   [responsive](https://pcd.wordpress.org/plugins/tags/responsive/)[responsive slider](https://pcd.wordpress.org/plugins/tags/responsive-slider/)
   [slider](https://pcd.wordpress.org/plugins/tags/slider/)
 *  [Advanced View](https://pcd.wordpress.org/plugins/responsive-slider/advanced/)

## Ratings

 4.1 out of 5 stars.

 *  [  19 5-star reviews     ](https://wordpress.org/support/plugin/responsive-slider/reviews/?filter=5)
 *  [  8 4-star reviews     ](https://wordpress.org/support/plugin/responsive-slider/reviews/?filter=4)
 *  [  3 3-star reviews     ](https://wordpress.org/support/plugin/responsive-slider/reviews/?filter=3)
 *  [  1 2-star review     ](https://wordpress.org/support/plugin/responsive-slider/reviews/?filter=2)
 *  [  3 1-star reviews     ](https://wordpress.org/support/plugin/responsive-slider/reviews/?filter=1)

[Add my review](https://wordpress.org/support/plugin/responsive-slider/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/responsive-slider/reviews/)

## Contributors

 *   [ Griden ](https://profiles.wordpress.org/griden/)
 *   [ themefurnace ](https://profiles.wordpress.org/themefurnace/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/responsive-slider/)