Wypo Logo Header@2x
Documentations / Gutenberg Visibility

Gutenberg Visibility

The Gutenberg Visibility plugin lets you hide all Gutenberg blocks. You can define whether a block is visible on mobile or tablet devices using a breakpoint system.

Requirements

  • WordPress: Version 5.9 or higher
  • PHP: Version 7.0 or higher

Installation

To install the plugin, please refer to the “Installing a plugin” documentation.

Example

We invite you to minimize your window to reveal the following blocks.

This block is always visible.

This block is visible on screens larger than 1200px.

This block is visible on screens larger than 992px.

This block is visible on screens larger than 768px.

This block is visible on screens larger than 576px.

This block is visible on screens larger than 400px.

Personalization

Blocks

By default, settings are available on all blocks, but you can exclude blocks with the following PHP code in your theme’s functions.php file:

PHP

Breakpoints

By default, the plugin adds the following breakpoints:

PHP

Add a breakpoint

PHP

Edit a breakpoint

PHP

Delete a breakpoint

PHP