Skip to content

How To Add a Carousel Anything Slider in WordPress?

Key Takeaways

  • Carousel Anything slides any content, including pricing tables and custom cards, because each slide holds ordinary blocks rather than one fixed content type.
  • Nexter Blocks Pro is required for Carousel Anything, and the block is enabled under Nexter > Blocks in the WordPress dashboard.
  • Carousel Anything renders a Splide carousel with its full configuration in a data-splide attribute, and measured defaults include autoplay: true with a 1500 ms interval, perPage: 1, perMove: 1, dots shown, and arrows hidden.
  • Carousel Anything uses per-device column counts, with measured breakpoint entries at 1024 and 767 producing three columns on desktop, two on tablet, and one on phone.
Table of Contents

Most carousel plugins slide one kind of thing: images, or posts, or testimonials. The moment you want to slide a pricing table or a set of cards you built yourself, they stop being useful.

Carousel Anything slides whatever you put in it. Each slide holds ordinary blocks, so the carousel does not care what the content is.

Before You Start

  • Edition: Pro — the Carousel Anything block needs Nexter Blocks Pro.
  • Block to enable: Carousel Anything, switched on under Nexter > Blocks in your WordPress dashboard.
  • Content ready to slide — a template per slide, or blocks built in place.
  • Test with several slides. A carousel with one slide has nothing to move to, so most settings will look broken when they are simply idle.

Steps

  1. Add the Carousel Anything block to your page.
Adding the Carousel Anything block
  1. Add a slide for each item you want in the carousel.
Adding slides to the carousel
  1. Put your content into each slide.
Adding content to a slide
  1. Set how many slides show at once, and how many move per step.
Setting the columns and scroll amount
  1. Choose whether arrows and dots appear.
Choosing arrows and dots
  1. Set autoplay to suit — it is on by default.
The autoplay settings
  1. Style the arrows and dots, then publish.
Styling the carousel

How It Behaves

The block renders a Splide carousel and hands it every setting at once.

  • Every setting ends up in one place. The block writes its whole configuration into a data-splide attribute on the carousel, which is what the slider script reads. If a setting is not doing what you expect, that attribute is where to look. Measured on a published page, six slides rendered six splide__slide elements with the whole configuration in that one attribute.
  • Autoplay is on by default. Measured: a carousel with nothing configured rendered autoplay: true with a 1500 ms interval. If you want a static carousel you have to switch it off deliberately — see the autoplay guide.
  • Sensible defaults for everything else, measured: one slide at a time (perPage: 1), moving one at a time (perMove: 1), left to right, dots shown, arrows hidden.
  • Columns are per device. Measured: three columns on desktop with two on tablet and one on phone produced exactly that, as breakpoint entries at 1024 and 767.
  • It can drive or be driven by other blocks through a shared ID — see the Carousel Remote and Process Steps guides.
  • Measured with Nexter Blocks Pro deactivated: the carousel renders nothing at all — no wrapper, no configuration and no slides. This is a Pro-only block.

Limitations

  • Pro only — measured with Nexter Blocks Pro deactivated, nothing renders at all, not even a fallback list.
  • Everything in every slide loads with the page. Hidden slides are hidden, not absent, so ten image-heavy slides cost ten slides’ worth of loading.
  • Carousels hide content. Most visitors see the first slide and no more, so do not put anything essential on slide four.
  • Autoplay fights the reader. A slide that moves while someone is reading it is a common complaint; if you keep autoplay on, set pause on hover.
  • One carousel per block. Two independent carousels means two blocks, and if you connect them, two different IDs.

Troubleshooting

Nothing renders

Check Nexter Blocks Pro is active. Measured with Pro off, the block produces no output whatsoever.

It moves on its own and I did not ask for that

Autoplay is on by default. Switch it off — see the autoplay guide.

Only one slide shows

That is the default. Raise the number of columns — see the multiple columns guide.

There are no arrows

Arrows are off by default; dots are on. See the arrows and dots guide.

It looks wrong on mobile

Set the column count per device. Measured, the desktop value is inherited unless you override it at the smaller breakpoints.

Related Docs

Share your Thoughts

Still in Doubt? Let’s Assist You

Have Feedback or Questions?

Join our WordPress Community on Facebook!

Related Frequently Asked Questions

What do I need before adding a Carousel Anything slider in WordPress?

Carousel Anything in Nexter Blocks Pro needs two things up front: the Pro edition and content ready to slide. Each slide can hold ordinary blocks, so it works best when you already have a template per slide or blocks built in place. A single-slide carousel is a common trap because there is nothing to move to, so several settings can look broken when the slider is just idle.

Why does nothing render when I add the carousel block?

That usually points to Nexter Blocks Pro being inactive. The page says that with Pro deactivated, the carousel renders nothing at all, not even a wrapper, configuration, or fallback list. This block is Pro-only, so if the output is blank, activation is the first thing to verify before chasing layout or content issues.

Can I use Carousel Anything for pricing tables or custom card layouts?

That is exactly what Carousel Anything is for. Unlike image-only or post-only sliders, it slides whatever you put inside it, and each slide can contain ordinary blocks. That makes it a fit for pricing tables, custom cards, testimonials, or any other block-based layout that standard carousel plugins usually cannot handle.

Why does my carousel move by itself even though I did not turn anything on?

Autoplay is on by default in this block. Measured on a published page, the default configuration rendered autoplay: true with a 1500 ms interval. If you want a static carousel, autoplay has to be switched off deliberately. If you keep it on, the page also notes that pause on hover helps avoid fighting with readers.

How many slides should show at once in a WordPress carousel like this?

The default behavior is one slide at a time with perPage: 1 and perMove: 1. That keeps the interaction simple and avoids crowding the layout before you decide otherwise. If only one slide shows when you expected more, raise the number of columns using the multiple columns setup described in Multiple columned carousel slider in WordPress.

Why does my carousel look wrong on mobile?

Columns are set per device, and the desktop value carries over unless you override it at smaller breakpoints. The page measured three columns on desktop, two on tablet at 1024, and one on phone at 767. That means mobile issues usually come from forgetting to set separate values for tablet and phone instead of relying on the desktop layout.

Last reviewed: September 21, 2026

Related Docs