Plugin info

Total downloads: 590,282
Active installs: 30,000
Total reviews: 31
Average rating: 3.5
Support threads opened: 2
Support threads resolved: 0 (0%)
Available in: 11 language(s)
Contributors: 7
Last updated: 8/7/2023 (877 days ago)
Added to WordPress: 3/13/2012 (13 years old)
Minimum WordPress version: 3.2
Tested up to WordPress version: 6.3.3
Minimum PHP version: f

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 877 days ago • Support resolved 0% • 31 reviews

16/100

Is Genesis Responsive Slider abandoned?

Possibly abandoned (last update 877 days ago).

Compatibility

Requires WordPress: 3.2
Tested up to: 6.3.3
Requires PHP: f

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

Genesis Bootstrap Carousel
Rating 3.4/5 (5 reviews)Active installs 70
Genesis eNews Extended
Rating 4.7/5 (28 reviews)Active installs 50,000
Genesis Simple Sidebars
Rating 4.4/5 (27 reviews)Active installs 20,000
Genesis Simple Hooks
Rating 4.6/5 (22 reviews)Active installs 20,000
Genesis Title Toggle
Rating 4.3/5 (30 reviews)Active installs 10,000
Genesis Columns Advanced
Rating 4.8/5 (25 reviews)Active installs 10,000

Description

This plugin allows you to create a simple responsive slider that displays the featured image, along with the title and excerpt from each post.

It includes options for the maximum dimensions of your slideshow, allows you to choose to display posts or pages, what category to pull from, and even the specific post IDs of the posts you want to display. It includes next/previous arrows and a pager along with the option to turn both on or off. Finally, you can place the slider into a widget area.

The slideshow is also responsive and will automatically adjust for the screen it is being displayed on.

Note: This plugin only supports Genesis child themes.

Child Theme Integration

To adjust the slider defaults for a child theme use a filter similiar to the following:

add_filter( 'genesis_responsive_slider_settings_defaults', 'my_child_theme_responsive_slider_defaults' );

function my_child_theme_responsive_slider_defaults( $defaults ) {
    $defaults = array(
        'post_type' => 'post',
        'posts_term' => '',
        'exclude_terms' => '',
        'include_exclude' => '',
        'post_id' => '',
        'posts_num' => 5,
        'posts_offset' => 0,
        'orderby' => 'date',
        'slideshow_timer' => 4000,
        'slideshow_delay' => 800,
        'slideshow_arrows' => 1,
        'slideshow_pager' => 1,
        'slideshow_loop' => 1,
        'slideshow_height' => 400,
        'slideshow_width' => 920,
        'slideshow_effect' => 'slide',
        'slideshow_excerpt_content' => 'excerpts',
        'slideshow_excerpt_content_limit' => 150,
        'slideshow_more_text' => '[Continue Reading]',
        'slideshow_excerpt_show' => 1,
        'slideshow_excerpt_width' => 50,
        'location_vertical' => 'bottom',
        'location_horizontal' => 'right',
        'slideshow_hide_mobile' => 1
    );
    return $defaults;
}

Installation

  1. Upload the entire genesis-responsive-slider folder to the /wp-content/plugins/ directory
  2. DO NOT change the name of the genesis-responsive-slider folder
  3. Activate the plugin through the ‘Plugins’ menu in WordPress
  4. Navigate to the Genesis > Slider Settings menu
  5. Configure the slider
  6. In the “Widgets” screen, drag the “Genesis Responsive Slider” widget to the widget area of your choice

Frequently Asked Questions

No FAQ available

Review feed

No reviews available

Screenshots

No screenshots available

Changelog

1.0.1

  • Tested on WordPress 5.2.2

1.0.0

  • Major restructuring
  • Coding Standards compatibility
  • Added clean up settings on uninstall

0.9.6

  • WordPress compatibility

0.9.5

  • Plugin header i18n

0.9.4

  • Update POT file.

0.9.2

  • add alt attribute to images for validation
  • Fix image links

0.9.1

  • Fix slider HTML markup for validation
  • Fix SSL mixed content warning
  • Add setting to turn off image links
  • Fix Excerpt More filter to only apply to slides
  • UI text changes

0.9.0

  • Beta Release