SEO Slider

Description

SEO Slider creates a new slider custom post type and provides plenty of options to create multiple sliders with either a widget or a shortcode.

Slider Settings

  • Overlay Color
  • Text Color
  • Enable dots
  • Enable arrows
  • Enable loop
  • Enable autoplay
  • Effect style
  • Slide duration
  • Slide transition
  • Slider height

Shortcode Usage

Here is an example of the SEO Slider shortcode. The slider ID can be found from the Edit Slider screen:

[slider id="1234"]

Screenshots

  • Edit Slider screen

Installation

  1. Go to Plugins > Add New.
  2. Type in the name of the WordPress Plugin or descriptive keyword, author, or tag in Search Plugins box or click a tag link below the screen.
  3. Find the WordPress Plugin you wish to install.
  4. Click Details for more information about the Plugin and instructions you may wish to print or save to help setup the Plugin.
  5. Click Install Now to install the WordPress Plugin.
  6. The resulting installation screen will list the installation as successful or note any problems during the install.
  7. If successful, click Activate Plugin to activate it, or Return to Plugin Installer for further actions.

FAQ

How to enable unsupported HTML tags in slider content?

By default, SEO Slider uses the same markup filters as the WordPress editor: do_shortcode, wp_kses_post & wpautop. To remove these, you can use the ‘seo_slider_content_output’ filter by adding the following to your child themes functions.php file:

add_filter('seo_slider_content_output', function( $default, $raw ) {
    return $raw;
} );

How is this slider SEO friendly?

SEO Slider has been built with SEO in mind. We’ve taken extra care to ensure that it’s as lightweight as possible with only one JavaScript file and one CSS file. We’ve also added some extra schema markup to help search engines understand the content. While no slider is perfect for SEO, we’ll do our best to make sure this plugin is as SEO friendly as possible.

Is this plugin accessibility ready?

This plugin uses the Slick Slider JavaScript plugin which supports keyboard arrow key navigation. Give it a try yourself at https://demo.seothemes.com/corporate-pro/ using just the keyboard to navigate through the slides.

Reviews

Agosto 1, 2019 2 replies
I don't leave many plugin reviews, but for this one I'm making an exception. Too many sliders are bloated, offering every option under the sun, making some of them almost unusable. This one is different. It has what you need, and only what you need, to get a working attractive slideshow up in a minimal amount of time. The only other feature I'd like to see is an ability to reorder slides within a slider, but that's not a deal-breaker. The benefits vastly outweigh the tiny wishlist.
Marso 12, 2019 1 reply
Some sliders are clunky and can slow the site down, but this one is great. This usually comes bundled with one of their themes, which I would also recommend.
Marso 23, 2018
Just wanted to say this is a fantastic and under-installed slider. Works well, amazing options, and is flawless on Genesis. (actually running "Business Pro" child theme from SEO themes). Hopefully more people can find out about this lil gem. Thanks guys!
Read all 5 reviews

Contributors & Developers

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

Contributors

“SEO Slider” has been translated into 1 locale. Thank you to the translators for their contributions.

Translate “SEO Slider” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

1.1.1 – November 2, 2023

  • Clean up shortcode output
  • Always allow object fit

1.1.0

  • Added filter for content output
  • Added helper functions
  • Updated slick.js
  • Removed use of constants

1.0.10

  • Fix conflict with corporate pro

1.0.9

  • Move inline scripts and styles to footer

1.0.8

  • Fix minor bugs when no slider is set

1.0.7

  • Add extra args to hooks and filters

1.0.6

  • Add unique classes to slides

1.0.5

  • Fix missing assets

1.0.4

  • Fix compatibility with Gutenberg
  • Remove schema if Yoast is active

1.0.3

  • Enable shortcodes in slide content
  • Add filter for wysiwyg sanitization callback
  • Remove cmb2 plugin header comment

1.0.2

  • Update CMB2 to version 2.3.0

1.0.1

  • Added Gulp and minified assets
  • Added max width of slider wrapper
  • Added extra filters for image args
  • Fixed deprecated ‘default’ CMB2 field to ‘default_cb’
  • Removed CMB2 plugin header comment

1.0.0

  • Initial release.