Plugin info

Total downloads: 1,131
Active installs: 100
Total reviews: 0
Average rating: 0
Support threads opened: 1
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 1
Last updated: 4/7/2026 (14 days ago)
Added to WordPress: 3/21/2026 (0 years old)
Minimum WordPress version: 5.8
Tested up to WordPress version: 6.9.4
Minimum PHP version: 7.4

Maintenance & Compatibility

Maintenance score

Actively maintained • Last updated 14 days ago • Support resolved 0%

58/100

Is Flavor Block Visibility abandoned?

Likely maintained (last update 14 days ago).

Compatibility

Requires WordPress: 5.8
Tested up to: 6.9.4
Requires PHP: 7.4

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

SnapAura Menu Manager
Rating 0.0/5 (0 reviews)Active installs 0
If Menu – Visibility control for Menus
Rating 4.1/5 (130 reviews)Active installs 50,000
Dynamic Visibility for Elementor
Rating 4.6/5 (87 reviews)Active installs 50,000
Block Visibility — Conditional Visibility Control for the Block Editor
Rating 4.9/5 (106 reviews)Active installs 40,000
Visibility Logic for Elementor
Rating 4.8/5 (57 reviews)Active installs 30,000
My Private Site
Rating 4.5/5 (80 reviews)Active installs 20,000

Description

Flavor Block Visibility adds three simple toggle switches to the Advanced panel of every Gutenberg block:

  • Hide on Desktop — hides the block on large screens
  • Hide on Tablet — hides the block on medium screens
  • Hide on Mobile — hides the block on small screens

Features

  • Works with every core and third-party Gutenberg block
  • Controls appear in the native Advanced panel — no extra sidebars
  • Customizable breakpoints via Settings Block Visibility
  • Lightweight — CSS is only loaded on pages that actually use visibility toggles
  • Visual indicators in the editor show which blocks have visibility rules
  • No JavaScript on the frontend — pure CSS media queries
  • No build step required
  • Clean uninstall — removes all plugin data

Default Breakpoints

  • Mobile: 0 – 767px
  • Tablet: 768px – 1024px
  • Desktop: 1025px and above

Breakpoints can be customized in Settings Block Visibility.

Installation

  1. Upload the flavor-block-visibility folder to /wp-content/plugins/
  2. Activate through the Plugins menu in WordPress
  3. Select any block open the Advanced panel in the sidebar use the toggles
  4. Optionally adjust breakpoints in Settings Block Visibility

Frequently Asked Questions

Does this work with third-party blocks?

Yes. The plugin adds responsive controls to every registered Gutenberg block, including blocks from other plugins and themes.

How does the hiding work?

The plugin uses CSS media queries with display: none !important. No JavaScript is used on the frontend. The CSS is only loaded on pages where at least one block uses a visibility toggle.

Can I customize the breakpoints?

Yes. Go to Settings Block Visibility to change the pixel values for mobile, tablet, and desktop breakpoints.

Will this affect SEO?

CSS-based responsive hiding is a standard web practice. Search engines understand media queries and do not penalize content that is responsively hidden.

Does it work with Full Site Editing (FSE)?

Yes. The plugin supports both classic themes and block themes with Full Site Editing.

Review feed

No reviews available

Screenshots

  1. Toggle controls in the Advanced panel of the block sidebar.

    Toggle controls in the Advanced panel of the block sidebar.

  2. Settings page for customizing breakpoints.

    Settings page for customizing breakpoints.

Changelog

1.1.0

  • Editor: blocks hidden on the current preview device now display a grey overlay with a label — so it’s clear they won’t appear on that device.
  • Editor: blocks with any hide rule show a thin blue outline and a small badge on other devices — visual confirmation the plugin is active.
  • Removed the old dashed outline in favour of the new per-device-aware indicators.

1.0.0

  • Initial release.
  • Hide on Desktop, Tablet, and Mobile toggles for all Gutenberg blocks.
  • Customizable breakpoints via Settings page.
  • Conditional CSS loading — styles only load when needed.
  • Visual editor indicators for hidden blocks.