Bold Bento Grid
A modern, responsive Bento-style grid for Gutenberg and Elementor with curated presets, per-tile content modes, and hover effects.
by Bold Span Technologies · github.com/boldspantechnologies/bold-bento-grid
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/boldspantechnologies/bold-bento-grid/archive/refs/heads/main.zipA modern, responsive Bento-style grid for Gutenberg and Elementor with curated presets, per-tile content modes, and hover effects.
Description
Bold Bento Grid brings the modern "bento box" layout to WordPress with a single, high-performance CSS Grid engine that renders identically in the block editor and on the front end.
Choose a curated preset, drop in your tiles, and the grid takes care of the geometry. Every tile can show an image with an overlay, text above or below its image, or a free-form stack of inner blocks.
Layout
- Curated presets for 2 to 5 tiles: Split 50/50, Asymmetric 70/30, Hero Focus, Triple Row, Balanced Quad, Showcase 4, Feature 5, Asymmetric 5, and Strip 5.
- The preset list follows the tile count, and the number of tiles is controlled with a single slider.
- One 12-column CSS Grid engine — no per-block inline layout hacks.
Tiles
- Content modes: image overlay (with an adjustable dark scrim), text on top, text below, or custom inner blocks.
- Per-tile design controls: background colour or CSS gradient, text colour, border width and colour.
- Opt-in hover micro-interactions: lift, glow, image zoom, or a pointer-tracking 3D tilt.
Responsive
- Under 768px every layout collapses to a single stacked column.
- Between 768px and 1024px the 4- and 5-tile presets step down to two columns.
- The same breakpoints apply inside the editor canvas, so what you see is what you publish.
Built for real sites
- Works identically in the Gutenberg block editor and the Elementor page builder (widget lives under the "Bento Engine" category).
- All markup is wrapped in a
.bold-bento-wrappernamespace so active themes and Elementor global styles cannot override the grid gap, tile padding, or typography. - Accessibility: tiles expose an
aria-labelfrom their title, and all motion respectsprefers-reduced-motion. - Security-first: every URL is passed through
esc_url(), CSS values are filtered, and numeric ranges are clamped before output. - Translation-ready with the
bold-bento-gridtext domain.
Installation
- Upload the
bold-bento-gridfolder to/wp-content/plugins/, or install the plugin through the Plugins > Add New screen. - Activate Bold Bento Grid through the Plugins screen.
- On activation you are taken to a short Get started with Bento Grid screen with step-by-step instructions for the block editor and for Elementor. You can reopen it any time from the Get started link on the Plugins screen.
- In the block editor, add the Bento Grid block. In Elementor, drag the Bento Grid widget from the Bento Engine category.
Frequently Asked Questions
How many tiles can a grid have?
Two to five, with a curated preset for every count. A separate commercial add-on, Bold Bento Grid Pro (https://bentogrid.boldspan.tech), adds its own larger layouts, glassmorphism presets, and dynamic WooCommerce/query grids — this plugin is fully functional on its own without it.
Will it match my theme?
Yes. Tiles inherit your theme's font family and body colour, but the grid gap, tile padding, and heading/caption sizing are locked to the plugin's own values inside the .bold-bento-wrapper namespace so theme rules can't distort the layout.
Is the Elementor output the same as the block output?
Yes — both produce the same HTML wrapper, classes, and data-bento-grid attribute, and share one stylesheet.
Does it support reduced motion?
Yes. When the operating system requests reduced motion, all hover transitions and transforms are disabled.
Does the plugin load anything on pages that don't use a grid?
No. The front-end stylesheet and runtime are only enqueued on requests that actually render a Bento Grid block or widget.
Screenshots
- The Bento Grid block in the editor with the visual layout-preset picker.
- A four-tile "Showcase" layout on the front end.
- Per-tile content-mode, hover, colour, and border controls.
- The same grid collapsing to a single column on mobile.
Source Code
This plugin ships compiled JavaScript and CSS in the build/ directory. The
human-readable sources — TypeScript and SCSS under src/, the block metadata,
and the full build pipeline — live in the public development repository:
https://github.com/boldspantechnologies/Bold-Bento-Grid
Build tools: Node.js 18+ and npm, with @wordpress/scripts (webpack).
npm install— install the build toolchain.npm run build— compilesrc/intobuild/(bold-bento/gridblock, tile block, front-end runtime, stylesheet).npm run package— clean, build, and producedist/bold-bento-grid.zipcontaining only the files WordPress needs.
The text domain is bold-bento-grid throughout (plugin header, every __() /
_e() call, both block.json files, and wp_set_script_translations()).
Translations are handled by translate.wordpress.org.
Changelog
1.0.0
- Initial release.
- Post-activation "Get started" screen with block-editor and Elementor instructions, reachable from the Plugins screen.
- CSS Grid engine with nine curated presets (2–5 tiles) shared between the block editor and the front end.
- Gutenberg block (
bold-bento/grid+bold-bento/tile) with a static save renderer. - Elementor widget producing byte-identical markup.
- Per-tile content modes, design controls, and opt-in hover effects.
- Mobile (<768px) and tablet (768–1024px) responsive breakpoints, applied in the editor and on the front end.
.bold-bento-wrapperCSS isolation namespace.- Accessibility: title-based
aria-labels and fullprefers-reduced-motionsupport. - Output hardening:
esc_url()/esc_html()/esc_attr()on all output, CSS-value filtering, and clamped numeric ranges. - Translation-ready (
bold-bento-gridtext domain).
Upgrade Notice
1.0.0
Initial release of Bold Bento Grid.