이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

Disable Elements for WPBakery Page Builder

설명

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.

스크린샷

설치

  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 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.

후기

2022년 7월 27일
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
모든 3 평가 읽기

기여자 & 개발자

“Disable Elements for WPBakery Page Builder”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

“Disable Elements for WPBakery Page Builder”(이)가 1 개 언어로 번역되었습니다. 기여해 주셔서 번역자님께 감사드립니다.

자국어로 “Disable Elements for WPBakery Page Builder”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

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.
  • Updated the admin page 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