Wordpress plugins
Grid Builder

Grid Builder

Version : 1.0.0
Tested up to : 4.7.6
Number of download : 75
Average rating : 0 / 5 on 0 votes 0 votes, 0 avg.rating

Screenshots

Grid Builder
Grid Builder
Grid Builder
Grid Builder

With this plugin you can achieve complex grid layouts because each block can be placed anywhere in the canvas with a set width and height. Grid is also responsive therefor on mobile each block will be placed on top of each other. This plugin also provides a developer API for extending plugin capabilities. You can create your own custom block types with their own options. To see available option field types for your block check config.php – “field_types”. To see available field options see config.php – “field_params”. To see individual block (shortocode) options see config.php – “shortcode_params”. This plugin strongly uses wordpress shortcode API, that mean each block type is a wordpress shortcode. To register a new block type use the gbMap function. This function should return an array of instruction of how this shortcode is structured: it’s attributes (fields), base name (the same name you register to wordpress with add_shortcode function). You can see examples of how the array is structured in shortcodes.php file. The shortcodes that you register to the grid builder also needs to be registered to wordpress (as you regularly would create a wordpress shortcode).

Download now