WPBakery Custom Param Collection
Collection of WPBakery custom params for element edit modal.
by OlegApanovich · github.com/olegapanovich/wpbakery-custom-param-collection · website
★ 1stars
135composer installs
0forks
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/olegapanovich/wpbakery-custom-param-collection/archive/refs/heads/main.zipAlso on Packagist as wpbakery-custom-param-collection/wpbakery-custom-param-collection:
composer require wpbakery-custom-param-collection/wpbakery-custom-param-collectionFrom the readme
Description
This is a collection of additional custom element param types for WPBakery Page Builder wordpress plugin.
By default, WPBakery already has a lot of pre-defined element param types-paramsArray), but if you need even more customization with your WPBakery editor custom elements, this is a great collection of additional element params for it.
How To Install
1. As a regular WordPress plugin.
Clone this repo to your wp-content/plugins folder of your wordpress project.
Then go to wordpress dashboard plugins section, and activate the newly installed "WPBakery Custom Param Collection" plugin there.
That's it. Now you can specify any custom parameters from the list below in your custom WPBakery element, and they will appear in your element edit popup.
Alternatively, if you have WP-CLI set up, you can install and activate the plugin using a terminal command.
2. Include in WordPress theme/plugin
Clone this repo to your theme/plugin folder.
Then, if you include to the theme, add this code to your functions.php file, or if you use a plugin, add it to the main plugin file.
Please note that if you include it in your theme/plugin, then disable wpbakery-custom-param-collection p
Read the full README on GitHub →