✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount

AI chatbot for EditorPlus: visual block editor tips on demand

SleekAI maps EditorPlus's editorplus_settings option, the block attributes EditorPlus injects into core Gutenberg blocks, and the per-post block CSS into the chatbot, so editors can ask why padding looks different on tablet or which animation a block uses. Bring your own OpenAI, Anthropic, Google, or OpenRouter key.

♾️ Lifetime License available

SleekAI chatbot for EditorPlus

A copilot that reads EditorPlus block controls

EditorPlus extends core Gutenberg blocks with extra controls: responsive padding and margin, typography per device, hover states, animations, transforms, and shape dividers. Those settings end up serialized inside the block markup as attributes prefixed with editorplus, with a global config stored in the editorplus_settings option. The trouble is, an editor looking at a block sidebar sees a dozen new panels and rarely remembers which one controls what. When a layout breaks on tablet, the cause is often one EditorPlus setting hidden under a collapsed panel.

SleekAI exposes the EditorPlus block attributes and the global options as named variables. An editor on a post edit screen can type, why is the padding bigger on tablet than mobile, and the bot reads the actual responsive padding values from the block attributes and points to the override that produced the mismatch. Display conditions limit the bot to logged-in editors and a public FAQ bot can run alongside under multibot, so visitors are never exposed to the admin copilot.

Generic chatbots cannot parse Gutenberg block JSON, and they certainly do not know what an EditorPlus animation easing or shape divider count attribute means. SleekAI's Wizard exposes the relevant postmeta, options, and parsed block JSON in two clicks. Conversations log model name, tokens, and the page each question came from, so support teams see which EditorPlus features actually confuse editors most often.

Workflow

How SleekAI plugs into EditorPlus

1

Parse block attributes

Use the Wizard to expose parsed post_content so the bot can read EditorPlus-prefixed attributes on every block. That covers padding, margin, typography, animations, hover states, transforms, and shape dividers per device.
2

Map the global option

Add editorplus_settings as a variable so the bot can quote site-wide defaults, like the default animation duration or the global Grid Builder breakpoints, and explain when a block overrides them on a specific post.
3

Scope to editors

Set display conditions for /wp-admin/post.php and /wp-admin/post-new.php and limit to the editor and administrator roles, so the copilot helps the team without showing up on the public site for visitors.
4

Bring your own key

Plug in an OpenAI, Anthropic, Google, or OpenRouter key. A cheap fast model handles routine spacing or animation questions. Use a stronger model only when the bot has to summarize EditorPlus customizations across an entire long post.

Try it now

A typical EditorPlus editor conversation

An editor working on a post asks the in-admin chatbot why responsive padding differs across devices and what EditorPlus animation is on a heading.

Comparison

Generic chatbot vs SleekAI for EditorPlus

Generic chatbot

  • Cannot parse EditorPlus block attributes added to core Gutenberg blocks
  • Has no concept of responsive padding, margin, or typography overrides
  • Cannot quote animation duration, easing, or trigger settings per block
  • Will not surface shape divider config or hover state values
  • Hallucinates spacing fixes that ignore the actual EditorPlus values

SleekAI chatbot

  • Reads EditorPlus block attributes from parsed post_content live
  • Quotes responsive padding, margin, and typography per device
  • Lists active animations with duration, delay, easing, and trigger
  • Surfaces shape dividers, hover states, and transforms in plain English
  • Logs every editor question with model name and token usage for audit

Features

What SleekAI gives you for EditorPlus

Responsive values exposed

EditorPlus stores padding, margin, and typography per device. The bot quotes each device's value so editors stop tapping through three device tabs to find a single mismatched number that broke their tablet layout.

Animation aware

Ask which animation is on a block and the bot returns name, duration, delay, easing, and the scroll trigger threshold. That makes it possible to keep animations consistent across pages without opening each block sidebar.

Shape dividers and hover states

The bot lists active shape dividers, their height, flip, and color, plus block hover states for typography and background. Editors stop hunting through collapsed EditorPlus panels to find the one that changed.

Use cases

Where teams use SleekAI with EditorPlus

Editor responsive triage

When a layout looks wrong on one device, the editor types a plain question and the bot reads the actual EditorPlus responsive values to point at the override producing the bug.

Animation consistency check

Ask the bot to list every EditorPlus animation on a page. Inconsistent durations, delays, or easings show up at a glance so the design feels deliberate instead of random.

Style audit before launch

Before publishing, get the bot to summarize all EditorPlus customizations on a post, including shape dividers, hover states, and transforms. Anything off-style gets caught.

The bigger picture

Why EditorPlus editors benefit from chat

EditorPlus turns the standard block editor into a near-page-builder by adding responsive controls, animations, hover states, transforms, shape dividers, and a CSS Grid Builder. Each of those features is valuable. Each one adds another panel in the block sidebar that editors collapse and forget.

When something looks off on tablet or an animation feels inconsistent, the cause is almost always a value buried in one of those panels. Editors give up looking or, worse, copy a block from another post and ship the mismatch. A chat interface compresses that workflow.

The editor types a plain question, the bot reads the same block attributes the editor sidebar reads, and the answer cites the actual value that produced the result. That changes EditorPlus from a power tool only the designer uses into a tool the whole team can ship with. It also means agencies stop hand-holding clients through the same five sidebar panels every week.

SleekAI does not duplicate EditorPlus. It surfaces what EditorPlus already knows.

Questions

Common questions about SleekAI for EditorPlus

Yes, and SleekAI does that automatically. The Wizard exposes post_content already parsed into blocks and attributes. The bot reads only the EditorPlus-prefixed attributes for each block on the current post, so it can quote real values without you setting up a custom parser or writing PHP.

 

The Wizard exposes the editorplus_settings option and the parsed block attributes for core Gutenberg blocks like Group, Cover, Columns, Heading, and Buttons. You can map any custom EditorPlus extension attribute in two clicks if you have a custom block or a third-party EditorPlus addon installed.

 

Yes. Because it knows the actual current values, it can suggest a smaller tablet padding, a consistent animation duration, or a missing mobile margin. You still apply changes by editing the block in the block sidebar, which keeps Gutenberg as the source of truth for the post content.

 

Yes if the post uses the Grid Builder. The bot can quote the number of columns, rows, gap, and which cell each block sits in. That makes it easy to debug a layout where a block has slipped into the wrong grid cell without the editor noticing on the larger desktop view.

 

Hover state is stored as a nested attribute on the block. The bot reads it and quotes the hover color, hover background, hover typography, and any hover transform. That is useful for buttons and headings where the hover state is supposed to match the brand.

 

Yes. Display conditions support user role, logged-in state, and URL pattern. A typical setup limits the editor copilot to administrators and editors on /wp-admin/post.php and /wp-admin/post-new.php, while a separate public FAQ bot answers visitor questions under multibot on the live site.

 

Only to the LLM provider whose key you supply. SleekAI sends only the relevant block attributes the system message asks for to OpenAI, Anthropic, Google, or OpenRouter under your own account, and you pick the model. Nothing routes through SleekAI servers, and you can pin to a strict retention provider.

 

Yes. The bot lists which Cover and Group blocks have an EditorPlus shape divider, the divider name, height, flip, and color. That is useful when a designer keeps adding wavy dividers and the site ends up with eight different curve heights across the homepage.

 

Pricing

More than 1000+
happy customers

Explore our flexible licensing options tailored to your needs. Upgrade your license anytime to access more features, or opt for a lifetime license for ongoing value, including lifetime updates and lifetime support. Our hassle-free upgrade process ensures that our platform can grow with you, starting from whichever plan you choose.

Starter

€79

EUR

per year

  • 3 websites
  • 1 year of updates
  • 1 year of support

Pro

€149

EUR

per year

  • Unlimited websites
  • 1 year of updates
  • 1 year of support

Lifetime ♾️

Most popular

€249

EUR

once

  • Unlimited websites
  • Lifetime updates
  • Lifetime support

...or get the Bundle Deal
and save €250 🎁

The Bundle (unlimited sites)

Pay once, own it forever

Elevate your WordPress site with our exclusive plugin bundle that includes all of our premium plugins in one package. Enjoy lifetime updates and lifetime support. Save significantly compared to buying plugins individually.

What’s included

  • SleekAI

  • SleekByte

  • SleekMotion

  • SleekPixel

  • SleekRank

  • SleekView