---
title: "How to Change Carousel Slider automatically with autoplay in WordPress?"
url: https://nexterwp.com/docs/wordpress-carousel-slider-autoplay/
date: 2023-02-17
modified: 2026-09-21
lang: en
author: "Aditya Sharma"
description: "Autoplay is the setting people argue about. It shows visitors there is more to see; it also moves content out from under them while they are reading it. This page..."
image: https://nexterwp.com/wp-content/uploads/2024/05/wordpress-carousel-slider-autoplay-1024x519.jpg
word_count: 608
---

# How to Change Carousel Slider automatically with autoplay in WordPress?

## Key Takeaways

- Carousel Anything in Nexter Blocks Pro is a Pro-only block, and measured with Nexter Blocks Pro deactivated it renders nothing at all, no wrapper, no configuration and no slides.
- Autoplay is on by default, and an untouched carousel renders autoplay: true with a 1500 millisecond interval on a published page.
- Interval and speed are separate settings, with a measured example of interval: 2500 as the pause on each slide and speed: 800 as the movement time.
- Pause on hover is off by default, loop is separate from autoplay, and without loop the carousel autoplays to the last slide and stops.

Autoplay is the setting people argue about. It shows visitors there is more to see; it also moves content out from under them while they are reading it.

This page covers what the settings do, measured, so you can make that call deliberately — starting with the fact that it is already on.

[LIVE BLOCK LINK](https://nexterwp.com/nexter-blocks/blocks/wordpress-advanced-carousel-sliders/)

## 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.- A **Carousel Anything** block with several slides — see the [Carousel Anything guide](https://nexterwp.com/docs/add-carousel-anything-in-wordpress/).- **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.

> *Autoplay is on by default. Measured on a published page, a carousel with nothing configured already moves, on a 1500 millisecond interval.*

## Steps

- Select your **Carousel Anything** block.

![The autoplay settings](https://nexterwp.com/wp-content/uploads/2023/02/carousel-anything-autoplay-new1.png)

- Switch **autoplay** on or off deliberately, rather than leaving it.

- Set the **interval** — how long each slide is held.

- Set the **transition speed** — how long the movement itself takes.

- Switch **pause on hover** on, so a reader can stop it.

- Switch **infinite loop** on as well, or it will stop at the last slide.

- Publish and watch the real page.

## How It Behaves

Four separate settings feed the carousel configuration, and they are easy to confuse.

- **Autoplay is on unless you turn it off.** Measured: an untouched carousel rendered `autoplay: true` with `interval: 1500`. Switching it off rendered `autoplay: false`.- **Interval and speed are different things.** Measured with an interval of 2500 and a speed of 800: `interval: 2500` is the pause on each slide, `speed: 800` is how long the slide takes to move.- **Pause on hover is off by default.** Measured: switching it on rendered `pauseOnHover: true`.- **Autoplay and loop are separate settings.** Without loop the carousel autoplays to the last slide and stops — see the [infinite loop guide](https://nexterwp.com/docs/carousel-infinite-loop-scroll-in-wordpress-carousel-slider/).- **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 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.- **Autoplay is an accessibility problem.** Content that moves on its own is difficult for people who read slowly, use magnification, or have vestibular conditions. If you keep it, keep pause on hover on.- **A fast interval makes content unreadable.** Anything under about four seconds is too quick for a slide with a sentence on it.- **Hover does not exist on touch screens**, so pause on hover protects desktop visitors only.- **An autoplaying carousel still hides content.** Movement does not mean slide four gets read.

## Troubleshooting

### My carousel moves and I never switched it on

Autoplay is on by default. Measured, an untouched carousel renders `autoplay: true`. Switch it off.

### It stops after the last slide

Loop is off. Autoplay and loop are separate — switch loop on too.

### Changing the speed does nothing

Check which setting you changed. The interval is the pause on each slide; the speed is the movement itself. Measured, they render as `interval` and `speed` respectively.

### It does not pause when I hover

Pause on hover is off by default. Switch it on.

### It keeps moving while I am reading

Raise the interval, or switch autoplay off. This is the most common complaint about carousels.

## Related Docs

- [Carousel infinite loop scroll](https://nexterwp.com/docs/carousel-infinite-loop-scroll-in-wordpress-carousel-slider/)- [Add Carousel Anything in WordPress](https://nexterwp.com/docs/add-carousel-anything-in-wordpress/)- [Show or hide arrows and dots](https://nexterwp.com/docs/showhide-arrows-dots-in-wordpress-carousel/)- [Advanced tab settings](https://nexterwp.com/docs/use-advanced-tab-in-nexter-blocks/)

## Frequently Asked Questions

**Q: Why is my WordPress carousel slider autoplay not moving on its own?**
A: AutoPlay is the setting that makes the Carousel Anything block advance slides on a timer instead of waiting for clicks. In Nexter Blocks, that matters because later slides stay hidden if the carousel only sits on slide one. If the slider still feels static, check that AutoPlay is enabled in the Carousel Options tab and that the Autoplay Speed has a value. A fast-moving carousel can also feel broken to readers, so slower pacing is often better for testimonials or case studies.

**Q: What autoplay speed works best for a WordPress carousel slider with testimonials?**
A: A value between 2000 and 5000 milliseconds is a comfortable viewing pace for content-heavy carousels like testimonials or case studies. Lower values move faster, higher values move slower, so the speed should match how much text people need to read. In Nexter Blocks, Autoplay Speed is a plain millisecond field, which makes it easy to tune per carousel instead of using one fixed timing everywhere.

**Q: Should I use autoplay or auto scroll for a logo strip in WordPress?**
A: Auto Scroll is the better fit for logo strips and tickers because it creates continuous, uninterrupted motion. AutoPlay advances slide by slide on a timer, while Auto Scroll is designed as a separate motion mode. The block guidance says to disable AutoPlay when using Auto Scroll, since they are alternate behaviors rather than settings meant to run together.

**Q: How do I stop autoplay from interrupting someone reading a carousel slide?**
A: Pause On Hover is the setting that prevents the timer from fighting active reading. When a visitor’s cursor sits over the carousel, the automatic advance stops and resumes on mouse-out. That matters most for slides with longer copy, because a fast Autoplay Speed can otherwise cut off attention mid-read. In Nexter Blocks, this sits in the same Carousel Options tab as AutoPlay.

**Q: Does WordPress carousel slider autoplay work with infinite loop scrolling?**
A: AutoPlay and Infinite Mode work together so the carousel can keep advancing and loop back to the first slide once it reaches the end. That combination is what makes an autoplaying slider feel continuous instead of stopping at the last item. The page points to [Infinite Loop](https://nexterwp.com/docs/carousel-infinite-loop-scroll-in-wordpress-carousel-slider/) for how those two interact, which is useful if you want a repeating showcase rather than a one-pass rotation.

**Q: Why does autoplay feel too aggressive when I try to drag or use wheel navigation?**
A: AutoPlay does not automatically pause for Wheel Navigation or Draggable unless Pause On Hover is also enabled. That means a fast Autoplay Speed can keep advancing while someone tries to interact manually, which feels like the slider is resisting them. In practice, slower timing plus Pause On Hover gives visitors room to read and control the carousel without losing their place.
