We'll create fresh WordPress site with Falang for WPBakery Lite installed. You have 20 minutes to test the plugin after that site we'll be deleted.
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 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….
Woodmart
Text Block, Button, Section Title, Info Box, Promo banner, Responsive Text block, Testimonial
other elements on demand.
Translate static text ,url, textarea, from the main language to other languages.
WPBakery 7.0 and 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 );
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.