Disable Elements for WPBakery Page Builder

Description

This plugin adds a new page at WPBakery Page Builder > Disable Elements so you can disable elements not in use. This plugin was created for use with the Total Theme since many of our customers have requested it, but it should work with any well coded theme.

Screenshots

Installation

  1. Go to your WordPress website admin panel
  2. Select Plugins > Add New
  3. Search for “Disable Elements for WPBakery Page Builder”
  4. Click Install
  5. Activate the plugin
  6. Go to WPBakery Page Builder > Disable Elements
  7. Uncheck any element you wish to disable
  8. Save

FAQ

Why would I use this plugin?

The WPBakery Page Builder includes many core elements and depending on what theme or addon plugins you are using it could include even more. If there are elements you either don’t like or don’t need for your website this plugin can be used to unregister them and remove unnecessary bloat.

What happens when I disable an element?

Disabled elements pass through the WPBakery vc_remove_element which removes them from the page builder “mapper” and are also unregistered from the site via the core remove_shortcode function.

Why do I see disabled elements code on the site?

This plugin does not scan your site and remove any previously added content. When you disable an element it becomes unregistered and won’t render on the live site so instead you will see the shortcode in text form.

If you wish to actually remove all previously added elements from a site this would require manual site editing or a different plugin.

Reviews

27 July 2022
Even more when like me you have plugins that add elements, you lose substantial time looking for an element, and it's better than using the search box in the elements list ! And it works perfectly
Read all 3 reviews

Contributors and Developers

“Disable Elements for WPBakery Page Builder” is open source software. The following people have contributed to this plugin.

Contributors

Change Log

1.1

  • Removed required elements from the list of items that can be disabled (Row, Inner Row, Column, Inner Column) to prevent errors.
  • Updated admin to include labels so you can click the element names to uncheck/check items.
  • Updated the get_disabled_elements() function to be public.
  • Added extra permissions check to the admin screen.

1.0

  • First official release