Genesis Responsive Slider

描述

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;
}

安裝

  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

評價

2018年10月16日 3 replies
I installed this today, then went to configure it. The settings appeared momentarily, before the page refreshed and the only options I was left with was a save settings button. The plugin appears to be broken. I tried de-activating/re-activating, and un-installing/re-installing. No joy. I am using the current Genesis Framework (2.6.1) and Child Theme (2.6.0).
2018年3月24日 1 reply
Sadly, had to disable this plugin, as it loaded jquery multiple times and completely broke my site's mobile menu. 🙁
2018年2月9日
This plugin use to work, now it's buggy had to move to a new plugin.
2017年6月23日 1 reply
I am baffled out of two reasons 1) The name "Responsive Slider" when this slider is clearly not responsive as it drops the excerpt box on small screens. 2) The fact that an incomplete feature like this is being used in a paid child theme to the Genesis theme I am now working to maintain the box when the screen is resized. The Excerpt needs to be re-centered and optimized. This should have been done by the guys who built this in order to deserve the title "responsive" slider.
2017年1月17日
I was looking for a slider for my Genesis child theme and this one did my job.
閱讀全部31個評價

貢獻者及開發者

“Genesis Responsive Slider” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

Genesis Responsive Slider 外掛目前已有 9 個本地化語言版本。 感謝所有譯者為這個外掛做出的貢獻。

將 Genesis Responsive Slider 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

修改日誌

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