What is Otter Blocks plugin?
Otter Blocks is a Gutenberg block library plugin developed by ThemeIsle — the team behind the popular Neve and Hestia WordPress themes. It adds a focused collection of 20+ well-designed blocks to the WordPress block editor, with an emphasis on design quality, performance, and seamless integration with the block editor’s native experience. Unlike larger block libraries that add 60+ blocks, Otter takes a curated approach: each block is polished and the total plugin footprint remains lightweight.
Notable blocks include Advanced Heading with complex typography controls, Google Maps embedding, a Section (column layout) block with advanced background options, the Countdown Timer, Form block (contact forms built natively in Gutenberg), Popup blocks, Review blocks, and an Animation system that adds entrance animations to any block. Otter Pro ($49/year Personal, $99/year Business, $149/year Agency) adds WooCommerce-specific blocks, additional pro blocks, a section sticky positioning option, and access to premium page templates.
Otter Blocks is particularly well-suited for sites built on ThemeIsle themes (Neve, Hestia) where it is designed to integrate seamlessly, but works with any Gutenberg-compatible theme. For developers and site builders who prefer a lean Gutenberg toolkit over a comprehensive library like Essential Blocks or Spectra, Otter’s curated approach and clean code architecture make it a preferred choice.
Need Help With Otter Blocks Setup, Troubleshooting, or Customization?
Need help with Otter Blocks? Whether you are dealing with errors, broken functionality, styling problems, plugin conflicts, or advanced customization, we can help you fix the issue and get the plugin working properly on your WordPress site.
Get Otter Blocks Expert HelpKey Features
- Advanced Heading, Countdown Timer, Google Maps, Section (columns with advanced backgrounds), Form block (contact forms in Gutenberg), Popup, Review box, Team, Testimonials
- Animation system — entrance animations for any block
- WooCommerce product blocks (Pro)
- Sticky section support (Pro)
- Premium page templates (Pro)
Pros & Cons
Pros
- Curated, high-quality block set — fewer blocks but each is well-developed
- Native Gutenberg integration without shortcodes or external frameworks
- Built-in Form block creates contact forms without a separate form plugin
Cons
- Fewer total blocks (20+) than competing libraries — not suitable as a one-stop block solution
- WooCommerce blocks require Pro
Free vs Premium
Free: 20+ blocks, animation system, form block. Pro Personal ($49/year, 1 site): WooCommerce blocks, sticky sections, premium templates. Business ($99/year, 5 sites). Agency ($149/year, unlimited sites).
Common Problems & Fixes
Otter Blocks Section block is not displaying the background image on the frontend — the section appears with a plain background despite an image being set. How do I fix this?
The Section block background uses CSS background-image property. Issues: (1) the image URL generated by Otter may not be correct — open the block settings in Gutenberg and re-select the background image to regenerate the correct URL; (2) check browser DevTools to see if the background-image CSS is being applied and what URL it references; (3) a caching plugin may serve a cached page without the updated background — clear all caches; (4) the image may need to be re-sized or re-uploaded if the thumbnail dimensions have changed.
Otter Form block is not sending form submissions — the form submits without error but emails are not received. How do I configure email sending?
Otter’s Form block uses WordPress wp_mail() for sending. Check: (1) configure WP Mail SMTP with a proper SMTP server — Otter form emails (like all WordPress emails) often end up in spam without proper SMTP; (2) in the Form block settings, verify the “Email to” field has a valid recipient email address; (3) verify the From email address in the block settings is a valid address on your domain; (4) check spam folders for the recipient; (5) test WordPress email independently using WP Mail SMTP test email function.
Otter Blocks animations are not playing on the frontend — blocks appear without any entrance animation. How do I enable animations?
Otter animations use the Intersection Observer API (supported in all modern browsers). Check: (1) in the Gutenberg editor, select a block and go to the Otter → Animation panel in the block inspector — verify an animation type is selected and enabled; (2) Otter loads animation scripts only on pages where animated blocks are present — if scripts are deferred by a performance plugin, animations may not initialize correctly; (3) clear all caches; (4) test in an incognito window without browser extensions.
Customization & Developer Notes
How do I create a contact form using Otter Blocks' native Form block?
In the Gutenberg editor, search for “Form” in the block inserter and add the Otter Form block. The block provides a visual form builder: add fields (text, email, phone, textarea, checkbox, select) with label, placeholder, and required/optional configuration. Set the form submission behavior in the Form block settings: the To email address, success message, and whether to redirect after submission. No additional form plugin required — Otter handles form display, validation, and email sending natively within the Gutenberg editor.
How do I use Otter Blocks to create a popup that appears when visitors scroll to 50% of the page?
Add the Otter Popup block to your page. In the Popup block settings, configure: Trigger Type → “On Scroll” with a scroll percentage of 50. Design the popup content by editing the block’s inner content area (add text, images, buttons, or any Gutenberg block). Configure the popup width, overlay color, and close button appearance. Set whether to show the popup once per session (using a cookie) to avoid repeatedly showing it to the same visitor. Otter Popup works without shortcodes — it is a native Gutenberg block that integrates with WordPress block patterns.
Frequently Asked Questions
Is Otter Blocks better than Spectra for Gutenberg block editing?
Spectra (Ultimate Addons for Gutenberg) offers more total blocks (40+) than Otter (20+) and has deeper WooCommerce integration in the free version. Otter is preferred for its code quality, lightweight footprint, and ThemeIsle theme integration. For sites built on the Neve or Hestia themes, Otter is the natural complement. For sites needing maximum block variety in a single free plugin, Spectra or Essential Blocks provide more options. For developers who prioritize code quality and lean implementation, Otter’s curated approach is often preferred.
Does Otter Blocks work with the WordPress Site Editor (Full Site Editing)?
Otter Blocks are Gutenberg blocks that work in the standard post/page editor. For Full Site Editing (FSE) with block themes, Otter blocks are generally usable in template editing contexts, though FSE compatibility for some advanced Otter features (Popup, animations) may vary. Check the ThemeIsle changelog for FSE compatibility updates as the block editor ecosystem continues to evolve.
Can Otter Blocks break after updates?
Yes, that can happen, especially on older sites with many plugins. This usually happens when the plugin, theme, and add-ons are updated out of sequence. In most cases, testing on staging catches the issue before it reaches the live site. From experience, backups and changelog reviews save a lot of cleanup time.
What should I check before installing Otter Blocks?
Start by checking whether another plugin already does the same job. In most cases, overlap is what creates avoidable conflicts and performance issues. A common issue is installing a plugin because it looks convenient without checking the stack first. From experience, a short compatibility review avoids most of the pain later.