-
Notifications
You must be signed in to change notification settings - Fork 1
/
readme.txt
272 lines (184 loc) · 8.09 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
=== Blockify - Lightweight Full Site Editing Block Toolkit ===
Contributors: blockify
Requires at least: 6.3
Tested up to: 6.5
Requires PHP: 7.4
Stable tag: 1.5.0
License: GPL-v2-or-later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
== Description ==
Blockify is a lightweight full-site editing block toolkit 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 animations, 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.
Please note that this plugin is not required if the Blockify theme is active.
## Block Variations
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)
* Icon - (image block)
* Marquee - (group block)
* SVG - (image block)
## Block Extensions
Block extensions with responsive and hover state settings:
* Animation
* Background
* Display
* Filter
* Negative Margins
* On Click attributes
* Position
* Box Shadow
* Transform
## Text Formats
* Clear Formatting
* Gradient Text
* Inline SVGs
* Text Outline
* Typography (Font Family, Font Size, Font Weight)
* Underline (multiple styles)
## Block Styles
* Surface
* Dark/Light mode
* Checklist
* Checklist Circle
* Checklist Square
* Mega Menu
* Sub Heading
* Notice
* Divider - curve/wave/angle/round/fade
## Pro Features
* Pro Blocks
* Custom Google Fonts
* Premium SVG Icons
* Automatic Dark Mode
* Block Visibility
* Plugin Integrations
* eCommerce Support
Learn more about Blockify Pro at [blockifywp.com](https://blockifywp.com/pro).
== Frequently Asked Questions ==
= Which themes does this plugin work with? =
This plugin is designed to work with any Full Site Editing block theme.
= Is this plugin required for the Blockify theme or child themes? =
No, this is a standalone plugin which provides the same functionality as the Blockify theme.
= Is there a Pro version available? =
Yes, the Blockify Pro plugin is available for purchase from the Blockify website and is compatible with any WordPress FSE block theme when the free Blockify plugin is installed.
= Where is the settings page? =
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.
= How to add custom Dark Mode colors? =
The Dark Mode color palette can be customized from the Site Editor by clicking the Styles icon in the top right of the screen.
1. Navigate to Appearance > Editor
2. Click on the Styles button in the top right corner (light/dark circle)
3. Click Colors
4. Click Palette
5. Click the Custom tab
6. In the Custom section, click the Add ➕ button
7. Select your colors and then give each color a name beginning with Dark Mode, for example:
Dark Mode Foreground
8. Click Done and click Save to save your changes
= How is this a theme framework? =
The Blockify plugin provides a collection of reusable 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.
= Do I need to install the Blockify theme? =
The Blockify theme is not required if the Blockify plugin is active.
The Blockify plugin will work with any parent block theme.
= How do I add icons to the editor? =
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.
= How do I add a custom icon set to the editor? =
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.
= What version of PHP do I need? =
PHP 7.4 or higher is required. Lower versions are no longer supported.
= How do I add code snippets for filter and action hooks? =
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.
== Screenshots ==
1. Site Identity settings
2. Google Fonts, Icons and Additional CSS
3. Transform and filter effects
4. Box Shadow
5. Text Gradients
6. Text underline
7. Icon block variation
8. SVG block variation
== Installation ==
This plugin can be installed directly from your site.
1. Log in and navigate to Plugins → Add New.
2. Type "Blockify" into the search and hit Enter.
3. Locate the Blockify plugin in the list of search results and click Install Now.
4. Once installed, click the Activate link.
It can also be installed manually:
1. Download the Blockify plugin from WordPress.org.
2. Unzip the package and move to your plugins directory.
3. Log into WordPress and navigate to the Plugins screen.
4. Locate Blockify in the list and click the Activate link.
== Copyright ==
This plugin, like WordPress, is licensed under the GPL.
© Copyright 2022 BlockifyWP.
== Changelog ==
= 0.7.0 - 14 March 2023 =
* Remove: Everything except theme framework
= 0.6.3 - 21 December 2022 =
* Fix: Framework loading priority
= 0.6.2 - 20 December 2022 =
* Fix: Editor stylesheets
= 0.6.1 - 20 December 2022 =
* Fix: Fonts
* Fix: Editor style paths
= 0.6.0 - 20 December 2022 =
* Add: Theme as a package
= 0.5.1 - 17 December 2022 =
* Add: Default box shadow styles
* Add: Unbounded font family
= 0.5.0 - 8 December 2022 =
* Add: Plugin settings
* Add: Theme framework
* Add: Dark mode toggle block
* Add: SVG site logo support
* Remove: Existing blocks
= 0.4.0 - 16 November 2022 =
* Add: Api Key fields
* Remove: Deprecated blocks (replaced with variations)
= 0.3.0 - 3 September 2022 =
* Add: New reCaptcha v2 block
* Add: reCaptcha v3 setting to Submit block
* Add: Columns support to form
* Add: blockify_form_user_data filter
* Add: Slider arrows and dots visibility settings
= 0.2.0 - 29 August 2022 =
* Update: Rename newsletter block to form
= 0.0.15 - 20 August 2022 =
* Remove: Divider block, moved to spacer block
* Add: Missing pot file
= 0.0.14 - 20 August 2022 =
* Fix: Calls to undefined functions
= 0.0.13 - 19 August 2022 =
* Remove: Theme related features
= 0.0.12 - 25 July, 2022 =
* Fix: Reverse on mobile
* Fix: Navigation block font size
= 0.0.11 - 24 July 2022 =
* Fix: Google fonts loading
* Remove: Theme related functions
= 0.0.10 - 22 July 2022 =
* Update: Move icons to config
= 0.0.9 - 21 July 2022 =
* Fix: Reverse on mobile settings
* Update: Improve box shadows
= 0.0.8 - 20 July 2022 =
* Fix: Google map block
* Fix: Site editor scripts
= 0.0.7 - 19 July 2022 =
* Add: Accordion block description
* Update: Add blocks to config
= 0.0.6 - 19 July 2022 =
* Add: Block descriptions
= 0.0.5 - 19 July 2022 =
* Add: Screenshots
= 0.0.4 - 19 July 2022 =
* Remove: Pattern functions
= 0.0.3 - 15 July 2022 =
* Update: Readme
= 0.0.2 - 12 July 2022 =
* Remove: Framework CSS
= 0.0.1 - 20 June 2022 =
* Initial commit: