Descripción
Este plugin añade una opción en WPBakery Page Builder > Disable Elements para que puedas desactivar elementos que no necesites. Fue creado para utilizarse con Total Theme, ya que muchos de nuestros clientes lo han solicitado, pero debería funcionar con cualquier tema.
Instalación
- Go to your WordPress website admin panel
- Select Plugins > Add New
- Search for “Disable Elements for WPBakery Page Builder”
- Click Install
- Activate the plugin
- Go to WPBakery Page Builder > Disable Elements
- Uncheck any element you wish to disable
- Guardar
Preguntas frecuentes
-
¿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?
-
Los elementos desactivados son procesados por la función vc_remove_element de WPBakery, la cual los elimina del “mapper” del constructor de páginas, y también son deshabilitados del sitio mediante la función core remove_shortcode.
-
¿Por qué veo el código de elementos desactivados en el sitio?
-
Este plugin no escanea tu sitio y no elimina ningún contenido previamente añadido. Al desactivar un elemento, se deshabilita y no se mostrará en el sitio. En su lugar, verás el shortcode en forma de texto.
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
Colaboradores y desarrolladores
“Deshabilitar Elementos para WPBakery Page Builder” es un software de código abierto. Las siguientes personas han colaborado con este plugin.
Colaboradores“Deshabilitar Elementos para WPBakery Page Builder” ha sido traducido a 1 idioma. Gracias a los traductores por sus contribuciones.
Traduce “Deshabilitar Elementos para WPBakery Page Builder” a tu idioma.
¿Interesado en el desarrollo?
Revisa el código , echa un vistazo al repositorio SVN , o suscríbete al log de desarrollo por RSS .
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
- Se eliminaron los elementos obligatorios de la lista de elementos que pueden desactivarse (Fila, Fila Interna, Columna, Columna Interna) para evitar errores.
- Updated the admin page to include labels so you can click the element names to uncheck/check items.
- Se actualizó la función get_disabled_elements() para que sea pública.
- Se agregó una verificación adicional de permisos en la página de administración.
1.0
- Lanzamiento primera versión oficial.

