Easy Slider
Easy Slider allows you to create stunning sliders with ease, fully integrated into the Gutenberg editor. With its user-friendly interface and robust features, you can create a variety of sliders to enhance the visual appeal of your website. Easy Slider may work with Classic Themes but was mainly optimized for WordPress Block Themes. Transition Types and Speed Easy Slider offers two transition types: slide and fade. The transition speed can be customized to suit your preferences, allowing you to control the pace of your slider. Autoplay with Optional Pause/Play Button and Spinner Easy Slider allows you to set your slider to autoplay, with the option to include a pause/play button and spinner. This feature enables you to create an interactive and engaging experience for your visitors. Mobile Swipe Easy Slider is fully responsive and mobile-friendly, allowing your visitors to swipe through your slider on their mobile devices. This feature ensures that your slider looks great on all devices, providing an optimal user experience. Create Single Slides with Standard Gutenberg Blocks Easy Slider allows you to create single slides using standard Gutenberg blocks. This feature enables you to create a variety of slides, including image and text-based slides, using the familiar Gutenberg block editor. Create Multiple Slides with a Query (Query Posts, Pages, or Custom Post Types) Easy Slider also allows you to create multiple slides using a query. You can query posts, pages, or custom post types to create a dynamic and engaging slider that showcases your content. This feature is ideal for creating sliders that display a selection of blog posts, products, or other content types. Features * Fully integrated into Gutenberg * Transition types: slide and fade * Transition speed * Autoplay with slider speed / optional pause/play button and spinner * Mobile swipe * Create single slides with standard Gutenberg blocks * Create multiple slides with a query (query posts, pages or custom post types) * Masks for top and bottom of slider * Completely free
Top keywords
- slider14×4.35%
- slides8×2.48%
- types7×2.17%
- gutenberg6×1.86%
- query6×1.86%
- transition5×1.55%
- allows4×1.24%
- posts4×1.24%
- speed4×1.24%
- autoplay3×0.93%
- blocks3×0.93%
- button3×0.93%
WP Swiper
WP Swiper adds a flexible carousel block to the WordPress editor. Each slide accepts standard nested blocks, so you can combine images, headings, buttons, video, and other block content without using a separate page builder. Highlights Build slides with nested WordPress blocks. Choose from seven editable in-block starter templates without adding extra block types. Create horizontal or vertical responsive carousels. Configure navigation, pagination, autoplay, loop mode, free mode, and transition effects. Set responsive breakpoints, spacing, offsets, and slides per view. Add background images, focal points, overlays, thumbnails, and custom navigation icons. Drag image files into the editor to create slides. Load frontend assets only when a slider is detected, with an optional global-loading setting for custom setups. Use the bundled Swiper 14 runtime without a jQuery dependency. Accessibility Since version 1.4.6, WP Swiper removes non-visible slides from the accessibility tree and keyboard tab order. Focusable content is restored when its slide becomes visible, including in responsive layouts that display multiple slides. This behavior addresses one carousel accessibility barrier, but it is not a certification that WP Swiper or a website using it conforms to WCAG. Conformance must be evaluated for the complete published page and depends on the carousel configuration, slide content, theme, and other integrations. Site authors remain responsible for accessible content and configuration. Provide meaningful image alternatives, logical headings, readable contrast, and clear control labels. If autoplay is enabled, enable the pause/play control so users can stop rotation. Rotation stops when keyboard focus enters the carousel and restarts only after an explicit user request. See the W3C carousel accessibility guidance. Privacy WP Swiper does not include analytics, advertising, tracking, or telemetry. Images selected through the editor are handled by the standard WordPress Media Library and REST API. Support and development For usage questions, use the WordPress.org support forum. Report reproducible bugs and feature requests on GitHub. Security issues should be reported privately according to the repository security policy. Development is supported through Buy Me a Coffee. Developer filter The wpswiper_frontend_js_register_args filter can change the dependencies and loading arguments used for the plugin’s frontend script. add_filter( 'wpswiper_frontend_js_register_args', function ( $args ) { $args['deps'][] = 'jquery'; $args['args'] = array( 'in_footer' => true, 'strategy' => 'defer', ); return $args; } ); See the wp_enqueue_script() documentation for supported loading arguments. Frontend lifecycle WP Swiper automatically initializes blocks added after page load. Navigation and AJAX integrations can also call window.wpSwiperInit(element), window.wpSwiperDestroy(element), or window.wpSwiperReinit(element) with a .wp-swiper block wrapper. Runtime configuration corrections dispatch a wp-swiper:warning browser event with a structured diagnostic. Initialization failures dispatch wp-swiper:error, and explicit destruction dispatches wp-swiper:destroy. Contributing WP Swiper is developed openly on GitHub, and community contributions are welcome. Report reproducible bugs through the GitHub issue tracker. Suggest focused improvements and new features. Improve documentation, translations, accessibility, or test coverage. Submit pull requests after reviewing the contribution guide. Please report security issues privately according to the security policy.