Blockify is a lightweight full-site editing block theme framework for WordPress. It provides useful features to help you build modern, fast-loading websites using only core blocks. Blockify is optimized for speed, with no CSS, JavaScript, image, or font files loaded by default. Customization settings include SVG icons, custom Google Fonts, box shadows, gradient text, absolute positioning, responsive settings, negative margins and more.
Designed for use with any FSE theme and the most popular WordPress plugins. It's the perfect starting point and toolkit for building your own custom block theme. With Blockify, creating fast and stylish block-based websites has never been easier. Give it a try today and see the difference it can make for your site.
Blockify is designed to work with any FSE theme. It provides some useful settings to help you customize your site, including:
- Site Identity (logo, title, tagline)
- Custom Google Fonts
- SVG Icons
- Additional CSS
- Dark Mode
All settings are available in the Site Editor or any editor page. Locate the Blockify settings in the Options > Plugins section of the Editor.
Blockify provides a number of block variations that use only core WordPress blocks:
- Accordion - (list block)
- Counter - (paragraph block)
- Curved Text - (paragraph block)
- Grid - (group block - coming soon)
- Icon - (image block)
- Marquee - (group block)
- SVG - (image block)
Block extensions with responsive and hover state settings:
- Animation
- Background
- Display
- Filter
- Negative Margins
- On Click attributes
- Position
- Box Shadow
- Transform
- Clear Formatting
- Gradient Text
- Inline SVGs
- Text Outline
- Typography (Font Family, Font Size, Font Weight)
- Underline (multiple styles)
- Surface
- Dark/Light mode
- Checklist
- Checklist Circle
- Checklist Square
- Mega Menu
- Sub Heading
- Notice
- Divider - curve/wave/angle/round/fade
This plugin is designed to work with any Full Site Editing block theme.
This plugin provides no settings page. All settings are available in the block editor and can be accessed by clicking on the Blockify icon in the top right corner of the screen.
The Dark Mode color palette can be customized from the Site Editor by clicking the Styles icon in the top right of the screen.
- Navigate to Appearance > Editor
- Click on the Styles button in the top right corner (light/dark circle)
- Click Colors
- Click Palette
- Click the Custom tab
- In the Custom section, click the Add ➕ button
- Select your colors and then give each color a name beginning with Dark Mode, for example: Dark Mode Foreground
- Click Done and click Save to save your changes
The Blockify plugin provides a set of useful features to help you build modern, fast-loading websites using only core blocks. It's the perfect starting point and toolkit for building your own custom block theme.
The framework includes a tonne of useful block customization features, smart base CSS, and a set of block variations and extensions to help you build your site faster. It's designed to work with any FSE theme and the most popular WordPress plugins.
It can be installed as a plugin, theme or a Composer package. The free Blockify theme demonstrates how to use the plugin as a package in your own theme. The recommended way to use Blockify is as a plugin with your own parent block theme. The Blockify theme is not required.
The Blockify theme is not required if the Blockify plugin is active.
The Blockify plugin will work with any parent block theme.
SVG Icons can be created by inserting an Image block anywhere in the block editor and then selecting the "SVG Icon" block style from the right sidebar settings. The original image is not loaded and the selected SVG icon is displayed instead. To add a gradient to an icon, select a gradient from the Background Color setting and clear any colors from the Text Color setting.
Custom icon sets can be added by passing the path to the icons to the Blockify config. Please see the default Blockify theme for an example.
PHP 7.4 or higher is required. Lower versions are no longer supported.
Parent themes, child themes and plugins can all be used to modify the default behaviour of Blockify. Every function is either added with a filter or an action which provides developers more control.
This plugin can be installed directly from your site.
- Log in and navigate to Plugins → Add New.
- Type "Blockify" into the search and hit Enter.
- Locate the Blockify plugin in the list of search results and click Install Now.
- Once installed, click the Activate link.
It can also be installed manually:
- Download the Blockify plugin from WordPress.org.
- Unzip the package and move to your plugins directory.
- Log into WordPress and navigate to the Plugins screen.
- Locate Blockify in the list and click the Activate link.
Blockify can be installed as a Composer package. This is the recommended way to use Blockify as a plugin or theme.
- Install Composer.
- Run the following command from the root of your project:
composer require blockify/framework
- Require the Composer autoload file in your theme or plugin:
require_once __DIR__ . '/vendor/autoload.php';
- Blockify is now ready to use.
This plugin, like WordPress, is licensed under the GPL.
© Copyright 2022 BlockifyWP.