Disable Elements for WPBakery Page Builder

Descripción

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.

Capturas

Instalación

  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. Activa el plugin
  6. Go to WPBakery Page Builder > Disable Elements
  7. Desmarca cualquier elemento que desees desactivar.
  8. Guardar

FAQ

¿Por qué debería utilizar este 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.

¿Qué sucede cuando desactivo un elemento?

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.

¿Por qué veo el código de elementos desactivados en el sitio?

This plugin does not scan your site and remove any previously added elements. 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.

Technically we could code the plugin to «hide» disabled element’s output on the front-end automaticall. To do so, would require registering disabled elements as shortcodes with an empty output, which, defeats would defeat the purpose of the plugin (slim down bloat).

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

Reseñas

27 de julio de 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
Leer todas las 3 reseñas

Colaboradores y desarrolladores

«Disable Elements for WPBakery Page Builder» es un software de código abierto. Las siguientes personas han colaborado con este plugin.

Colaboradores

Registro de cambios

1.2

  • Updated the tested up to version number to 6.6.
  • Updated the admin page so the elements are ordered alphabetically.
  • Updated the admin page so the elements are shown with the enabled elements first and the disabled ones last.
  • Updated the admin page design so the table has a max-width so it’s not so overwhelming.
  • Updated the admin page so you can click on an element’s table row to enable/disable it without having to click on the checkbox.
  • Removed the element descriptions on the admin page to slim down the table.

1.1

  • Removed the required elements from the list of items that can be disabled (Row, Inner Row, Column, Inner Column) to prevent errors.
  • Se actualizó la página de administración para incluir etiquetas, de modo que puedas hacer clic en los nombres de los elementos para desmarcar/marcar elementos.
  • Se actualizó la función get_disabled_elements() para que sea pública.
  • Added extra permissions check to the admin screen.

1.0

  • Lanzamiento primera versión oficial.