Resolved
Overview of the issue
When you use a Raw HTML block from WPBakery Page Builder, you are able to translate its content using WPML’s Advanced Translation Editor. However, the translation isn’t displayed on the front-end.
Workaround
As a temporary solution, you can use WPML’s Classic Translation Editor instead.
Alternatively, please back up your full website before applying the following workaround:
- Open the file /content/plugins/js_composer/include/helpers/helpers.php.
- Look for line 1426.
- Replace:
if ( ! vc_user_access()->part( 'unfiltered_html' )->checkStateAny( true, null )->get() ) {
With:
if ( ! vc_user_access()->part( 'unfiltered_html' )->checkStateAny( true, null )->get() && !(defined('REST_REQUEST') && REST_REQUEST )) {
I did that and no luck. It is still missing as you an see in https://www.heinicke-consulting.com/?lang=de
Hello there,
As it may be a different issue, please don’t hesitate to open a ticket in our support forum so we can investigate it better.
Regards
I even tried to use the youtube widget, no luck. Text widget..no luck..
It seems the issue is with the iframe
Not worked for me either. I opened a ticket 2 days ago about this.