WordPress.org

Plugin Directory

Carousel Slider Block for Gutenberg

Carousel Slider Block for Gutenberg

Descripció

A responsive modern carousel slider for the Gutenberg block editor that lets you add any blocks to your slides. Easily create sliders for hero sections, testimonials, products, and anything else using Gutenberg blocks.

🚀 Carousel Slider Version 2 is built on the modern Swiper.js library for improved performance and better mobile compatibility.

Plugin site: carouselblock.com

Features

Settings

Advanced Settings

For dynamic layouts where the slider or its surrounding layout changes after load, such as tabs, accordions, or lazy-loaded content.

Plugin Settings

Plugin settings are available from Settings > Carousel Slider in the WordPress admin.

Available options include showing legacy carousel blocks, hiding the legacy warning notice, and loading the full Swiper bundle instead of the default custom Swiper build.

Included Patterns

The final look of these sliders depends on your theme styles. You can also fine-tune the design using custom CSS variables (see below).

Requirements

PHP 5.6+ is recommended, WordPress 5.8+, with Gutenberg active.

Documentation

Full documentation: carouselblock.com/docs

Select the Carousel Slider block from the Design category. Click the + button located at the end of the carousel to add slides. Add any block within the slides. Use the horizontal scrollbar to preview the slides in the editor.

You can reorder the slides by using the left and right arrow buttons in the toolbar.

To remove a slide, select the slide and click the three dots right above it. Click the option to remove that slide.

Click the Carousel Block (the block nesting all the slides) to show the carousel settings.

Upgrading from Legacy Carousel

See the support topic for upgrading legacy blocks to Carousel Slider Version 2.

Carousel Slider settings are available from Settings > Carousel Slider in the WordPress admin.

Customizing Styles

Carousel Slider v2 supports custom styling via CSS variables:

Styling documentation: carouselblock.com/docs?doc=styling

Navigation

Pagination (dots)

Block Spacing

Theme JSON Support

All the CSS variables can also be defined directly inside your theme’s theme.json under the settings.custom key.

For example:

{
  "settings": {
    "custom": {
      "carousel-block": {
        "navigation-size": "22px",
        "navigation-color": "#000",
        "pagination-bullet-active-color": "#000"
      }
    }
  }
}

Frontend API

Carousel Slider exposes a small frontend API for integrations with tabs, accordions, modals, or other hidden UI.

For some of these dynamic layout cases, the Advanced Settings observer options can also handle updates automatically.

Captures

Blocs

Aquesta extensió proporciona 2 blocs.

Carousel Slider Display a carousel using any blocks as slides. Slide A single slide within the carousel.

Instal·lació

  1. From your WordPress dashboard go to Plugins > Add New.
  2. Search for Carousel Slider Block in the Search Plugins box.
  3. Click Install Now to install the Carousel Slider Block Plugin.
  4. Click Activate to activate the plugin.
  5. Carousel Slider Block will be added to the Design block group in the editor.

If you still need help. visit WordPress codex

PMF

What is Gutenberg?

Gutenberg is the name of the new block based editor introduced in WordPress 5. Gutenberg makes it easy to create content within the editor using blocks.

How do I add a carousel to WordPress?

Select the Carousel Slider block from the Design category.

How do I add a slide to WordPress?

Select the Carousel Slider block. Click the plus button to add slides to the carousel.

How do I add an image carousel in Gutenberg?

Add the Carousel Slider block from the block inserter and upload images or create slides inside the block. Each slide can contain images, text, or other blocks.

Can I add multiple carousels on the same page?

Yes. You can add multiple Carousel Slider blocks to a page or post and each carousel will work independently.

Can I add images and text inside carousel slides?

Yes. Each slide can contain images, text, buttons, or other blocks depending on how you want to design your carousel.

Is the carousel mobile friendly?

Yes. The carousel is fully responsive and works on mobile phones, tablets, and desktop devices.

Can I use the carousel in posts and pages?

Yes. The Carousel Slider block works in both WordPress posts and pages anywhere the block editor is available.

How can I make the carousel performant in WordPress?

The Carousel Slider block uses the lightweight Swiper library for fast and smooth performance. For best results, use optimized images and enable lazy loading on any Image blocks inside slides so images load only when needed.

How do I make the slider update inside tabs, accordions, modals, or other dynamic layouts?

Use the Advanced Settings observer options when the slider or its surrounding layout changes after load. For custom integrations, you can also call window.CarouselSliderBlock.init( container ) or window.CarouselSliderBlock.update( container ) after the layout changes.

Why does the plugin use Swiper.js?

The Carousel Slider block uses the lightweight Swiper.js library because it provides fast, smooth, and responsive sliders. Swiper is widely used, mobile-friendly, and optimized for performance.

How do I add a slider to WordPress without coding?

Install the Carousel Slider plugin and add the Carousel Slider block to your page or post using the block editor.

Ressenyes

8 de juny de 2026
This came after I tried 5 or so others (including one I tried to code myself). Those were all flawed, this one works out of the box. I haven’t delved too deeply in how it works or what it does, but so far seems to combine configurability with smart defaults. One minor issue, not enough to subtract a point, is I do not seem to be able to change the shape of the arrows.
4 de maig de 2026 1 resposta
In my experimentation, this does what it says and is easy to use, except the responsive aspect of the slider is very vulnerable to flex box issues. In my case using a theme based on _s, had to add: .entry-content {min-width: 0;width:100%;}
1 de maig de 2026 1 resposta
I wonder how WordPress decides which sliders to recommend when I enter «slider» in the block selection menu, and why it can’t detect that my theme is FSE and only offer Gutenberg-friendly sliders, and why this one isn’t at the top of the list!
6 de setembre de 2025
Thank you for a great little plugin. It handles slides really well and the block settings are intuitive and allows for a lot of style variations and layouts. I have a few ideas on how to further improve it. Is is on GitHub? I’d like to do a PR to contribute some code. Some ideas for improvement: – allow the slides to pause on mouse hover over the arrows or pagination dots. – enable custom navigation by allowing a custom element with the right css to listen for click events.
16 de juliol de 2025
This slider operates as a block inserted on a page/post. It them accepts other Gutenberg blocks, (text, image, header, etc.) as content for the slider. All controls for the slider are on the block itself. Save as a pattern to repeat the configured slider on other pages.This is a very simple yet flexible plugin. Highly recommended
Llegiu totes les 53 ressenyes

Col·laboradors i desenvolupadors

«Carousel Slider Block for Gutenberg» és programari de codi obert. La següent gent ha col·laborat en aquesta extensió.

Col·laboradors

“Carousel Slider Block for Gutenberg” s’ha traduït a 12 configuracions regionals. Gràcies als traductors per les seves aportacions.

Traduïu «Carousel Slider Block for Gutenberg» a la vostra llengua.

Interessats en el desenvolupament?

Navegueu pel codi, baixeu-vos el repositori SVN, o subscriviu-vos al registre de desenvolupament per fisl de subscripció RSS.

Registre de canvis

2.1.4

2.1.3

2.1.2

2.1.1

2.1.0

2.0.10

2.0.9

2.0.8

2.0.7

2.0.6

Additional CSS variables

2.0.5

Fix block insert

2.0.4

2.0.3

Removed block.json from legacy blocks

2.0.2

2.0.1

2.0.0

1.0.16

Fix slider init.

1.0.15

Button block appender fix.

1.0.14

Update CSS for image block centering.

1.0.13

Reverted Slick init to working solution – outside the WP block build process.

1.0.12

Added tag dependency.

1.0.11

Fixed layout issue in rows.
Code refactoring.

1.0.10

Fixed lodash error with latest WordPress 6.4 update.

1.0.9

Fixed error message on Widget Editor screen. Tested on WordPress 6.3.1.

1.0.8

Small CSS improvements in the editor. Updated slick CSS stylesheet handle. Tested on WordPress 6.0.

1.0.7

Added responsive setting for slides to scroll at a time.

1.0.6

Eliminated block margin CSS issue in slides.
Changed the style of the «Add slide» button.

1.0.5

Added block.json. Improved carousel block layout in the editor. Updated slide block icon. Tested for WordPress 5.9.

1.0.4

Improved UI experience by using inner blocks controls. Added RTL option. Removed padding option. Updated slide block icon.

1.0.3

Added autoplay settings.

1.0.2

Updates for latest WP Gutenberg version. Fixed editor CSS.

1.0.1

Fixed lodash issue.

1.0.0

First release of the plugin.

Meta

Valoracions

4.8 sobre 5 estrelles.

Col·laboradors

Suport

Problemes resolts durant els darrers dos mesos:

7 de 9

Visualitza els fòrums de suport

Feu una donació

Voleu ajudar a què l’extensió millori?

Feu una donació a aquesta extensió