Descripción
The Falang for WPBakery plugin makes your WPBakery page translation simpler. You need to have your site working with the Falang system for translation.
You don’t have to duplicate the page anymore to translate it, just translate only what is necessary. It’s easier to maintain and all parameters are the same for all languages.
Free vs Pro
Free verion support vc_btn,vc_column,vc_message,vc_section,vc_tta_section
Pro version support
-
WPBakery :
vc_cta,vc_custom_heading, vc_hoverbox, vc_line_chart, vc_pie,vc_progress_bar, vc_raw_html, vc_round_chart, vc_single_image, vc_text_separator -
martfury :
banner_large, banner_medium, banner_small, counter, faqs, icon_box, icons_list, image_box, member -
plethora
button,counter,headinggroup,hoverbox,teaserbox….
other elements on demand.
Concept
Translate static text ,url, textarea, from the main language to other languages.
WPBakery 6.7.0 don’t need anymore change to be working with Falang for WPBakery.
Witht the 6.6.0 version of WPBakery you have too add a Filter to allow the translation tab to be displayed.
wp-content/plugins/js_composer/include/classes/core/class-wpb-map.php 925
add this line :
self::$sc[ $tag ] = apply_filters(‘vc_element_settings_filter’, self::$sc[ $tag ], $tag );
Known issues
Between the 1.5 and the previous version the datastorage for content html translation is changed.
The front-end translation will work but when you edit an old widget with content , the translation is removed.
Instalación
Note : This plugin works with WPBakery. Make sure you have WPBakery installed.
Note : This plugin works with Falang. Make sure you have Falang installed and configured with at least 2 languages
- Upload the plugin folder to the /wp-content/plugins/ directory, or install the plugin through the WordPress plugins screen directly.
- Activate the plugin through the ‘Plugins’ screen in WordPress
FAQ
- Where to find help?
First time users should read the Falang for WPBakery – Documentation, which explains the basics (with screenshots – in English).
Reseñas
Colaboradores y desarrolladores
«Falang for WPBakery Lite» es un software de código abierto. Las siguientes personas han colaborado con este plugin.
Colaboradores«Falang for WPBakery Lite» ha sido traducido a 1 idioma local. Gracias a los traductores por sus contribuciones.
Traduce «Falang for WPBakery Lite» a tu idioma.
¿Interesado en el desarrollo?
Revisa el código , echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.
Registro de cambios
1.5 (2023/03/20)
- fix content translation use textarea_raw_html (break backend edition)
1.4 (2022/11/16)
- fix WPBakery builder detection
1.3 (2022/11/15)
- Compatible with WordPress 6.1
- add content display filtering for WPBakery posts (post/page/product/cpt…)
1.2 (2022/05/10)
- remove notice on mfields
1.1 (2022/02/15)
- Compatible with WordPress 5.9
- new lite-pro system
- add admin notices
1.0 (2021/09/30)
- Initial release