Description
Scintilla Blocks extends the WordPress block editor with powerful per-block responsive controls and a clean admin dashboard — no page builders, no bloat.
Features
- Responsive Spacing — add per-breakpoint padding and margin to any block directly from the Inspector panel (Desktop / Tablet / Mobile tabs).
- Admin Dashboard — enable or disable controls for each registered block type with a single toggle.
- Global Settings — configure tablet and mobile breakpoints from one central place.
- Live Preview — spacing values update instantly in the editor as you switch between device preview modes.
- ww.wp.xz.cn Ready — clean code, no external dependencies, GPL-2.0-or-later licensed.
- Lightweight — inline CSS is only emitted for blocks that have spacing values set; zero extra HTTP requests on the front end.
How it works
- Activate the plugin.
- Open any post or page in the block editor.
- Select a block and find the Responsive Spacing panel inside the Dimensions section of the Inspector.
- Switch between Desktop / Tablet / Mobile tabs and set padding or margin values.
- Visit Scintilla Blocks in the WordPress admin to enable or disable controls per block, and to adjust breakpoint values.
Blocks
This plugin provides 13 blocks.
- Counter Animated counter block with responsive typography, layout, and advanced controls.
- Icon Display a Font Awesome icon with full style controls.
- Paragraph Advanced paragraph block with responsive typography, style, and advanced controls.
- Icon Box Icon with title and description.
- Image Box Advanced image box block with flexible layout, typography, hover effects, and advanced controls.
- Container Elementor-style flex/grid container with full Layout, Style, and Advanced controls — backgrounds, borders, responsive spacing, and inner blocks.
- Icon List Icon list block with repeater items, icon picker, dividers, and advanced styling.
- Button Advanced button block with typography, hover effects, icons, and advanced controls.
- Accordion Accordion block with multiple toggle items, header icons, and full container styling.
- Testimonial Carousel Testimonial carousel block with Swiper slider, repeater items, and advanced styling.
- Heading Advanced heading block with responsive typography, style, and advanced controls.
- Image Advanced image block with responsive dimensions, hover effects, filters, and advanced controls.
- Accordion Item Single accordion item — used inside an Accordion block.
Installation
- Upload the
scintilla-blocksfolder to the/wp-content/plugins/directory, or install it directly through the Plugins Add New screen. - Activate the plugin through the Plugins menu in WordPress.
- Visit Scintilla Blocks in the admin sidebar to configure your settings.
FAQ
-
Does this plugin slow down my site?
-
No. Inline
<style>tags are injected only for blocks that have spacing values set, and only the properties you define are emitted. There are no external CSS files loaded on the front end. -
Can I disable controls for specific block types?
-
Yes. Open Scintilla Blocks Block Controls in the admin and toggle off any block. Disabled blocks will not show the Responsive Spacing panel in the editor and will have no inline styles applied on the front end.
-
How do I change the tablet or mobile breakpoints?
-
Go to Scintilla Blocks Global Settings and enter your desired breakpoint values (supports px, em, rem). Save, and all future block renders will use the new breakpoints.
-
Will existing spacing values break if I disable a block?
-
The saved attribute values remain in the post data but will not be rendered on the front end while the block is disabled. Re-enabling the block will restore output immediately.
-
Is this compatible with Full Site Editing (FSE) / Site Editor?
-
Yes. The plugin hooks into
enqueue_block_editor_assetsandrender_block, which work in both the post editor and the site editor.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“Scintilla Blocks” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Scintilla Blocks” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
0.0.4
- Fixed Editor Settings icons.
- Fixed Typography.
- Fixed Admin Warngings.
0.0.3
- Initial release.
- 13 blocks: Container, Heading, Paragraph, Button, Image, Icon, Image Box, Icon Box, Icon List, Counter, Testimonial Carousel, Accordion, Accordion Item.
- Responsive Desktop / Tablet / Mobile controls on every block.
- Admin dashboard with per-block enable / disable toggles and global breakpoint settings.
- Live preview synced to the editor device preview mode.
- Font Awesome icon picker and SVG upload support.
- Swiper-powered testimonial carousel with conditional asset loading.
0.0.2
- Bug Fixes