Skip Navigation

This thread is resolved. Here is a description of the problem and solution.

Problem:
If you're trying to translate the Video URL from the WPBakery Page Builder Video Player Element,
Solution:
1. Navigate to WordPress Dashboard > WPML > Settings > Custom XML Configuration.
2. Insert the following code:

<wpml-config><br />  <shortcodes><br />    <shortcode><br />      <tag>vc_row</tag><br />      <attributes><br />        <!-- Add attributes here if needed --><br />      </attributes><br />    </shortcode><br />    <shortcode><br />      <tag>vc_column</tag><br />      <attributes><br />        <!-- Add attributes here if needed --><br />      </attributes><br />    </shortcode><br />    <shortcode><br />      <tag>vc_video</tag><br />      <attributes><br />        <attribute>link</attribute><br />      </attributes><br />    </shortcode><br />  <shortcodes><br /></wpml-config>

3. Click the Save button.
4. Go to Dashboard > Pages and open the edit screen of the page containing the WP Bakery Video widget.
5. Make a minor change, such as adding an extra blank space at the end of a sentence.
6. Save the changes.
7. Look for a circular arrow beside the second language links, indicating an update is required.
8. Edit the translation again, and you should now be able to see and translate the Video URLs.

Please note that this solution might be outdated or not applicable to your case. We highly recommend checking the related known issues, verifying the version of the permanent fix, and confirming that you have installed the latest versions of themes and plugins. If the issue persists, please open a new support ticket.

This is the technical support forum for WPML - the multilingual WordPress plugin.

Everyone can read, but only WPML clients can post here. WPML team is replying on the forum 6 days per week, 22 hours per day.

This topic contains 1 reply, has 2 voices.

Last updated by Christopher Amirian 1 year, 1 month ago.

Assisted by: Christopher Amirian.

Author Posts
March 12, 2024 at 1:13 pm

massimoT-10

how to I translate Video URL from WPBakery Page Builder Video Player Element

March 12, 2024 at 2:26 pm
March 12, 2024 at 2:29 pm #15400020

Christopher Amirian
WPML Supporter since 07/2020

Languages: English (English )

Timezone: Asia/Yerevan (GMT+04:00)

Hi there,

The chat was disconnected so I provide the solution here in the ticket:

- Please go to WordPress Dashboard > WPML > Settings > Custom XML Tab
- Add the code below:

<wpml-config>
  <shortcodes>
    <shortcode>
      <tag>vc_row</tag>
      <attributes>
        <!-- Add attributes here if needed -->
      </attributes>
    </shortcode>
    <shortcode>
      <tag>vc_column</tag>
      <attributes>
        <!-- Add attributes here if needed -->
      </attributes>
    </shortcode>
    <shortcode>
      <tag>vc_video</tag>
      <attributes>
        <attribute>link</attribute>
      </attributes>
    </shortcode>
  </shortcodes>
</wpml-config>

- Click the Save button.
- Go to your Dashboard > Pages.
- Open the edit screen of the page that contains the WP Bakery Video widget. You should see a pencil/circle/gear icon in the sidebar options under the "Languages" section.
- Make a small change, for example, add an extra blank space at the end of a sentence/paragraph.
- Save it.
- You should now see that a circular arrow appears beside the 2nd languages links, this means that an update is required.
- Edit the translation again and this time you will see the Video URLs and you can add the translation for them and save it up to 100% translated.

Thanks.

March 12, 2024 at 8:01 pm #15401403

massimoT-10

solved!