Skip to content Skip to sidebar

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.

Sun Mon Tue Wed Thu Fri Sat
- 6:00 – 12:00 8:00 – 12:00 6:00 – 12:00 8:00 – 12:00 6:00 – 12:00 -
- 13:00 – 15:00 13:00 – 17:00 13:00 – 15:00 13:00 – 17:00 13:00 – 15:00 -

Supporter timezone: America/Lima (GMT-05:00)

Tagged: 

This topic contains 1 reply, has 2 voices.

Last updated by Nicolas V. 1 year, 1 month ago.

Assisted by: Nicolas V..

Author Posts
June 28, 2024 at 5:22 pm #15853555

bledarS-2

Background of the issue:
I am trying to get the translation for encoded-text to work on my site hidden link. The content is not showing properly.

Symptoms:
Translation for encoded-text is not working.

Questions:
Why is the translation for encoded-text not working?
How can I fix the issue of content not showing properly?

June 28, 2024 at 7:44 pm #15854116

Nicolas V.
Supporter

Languages: English (English ) French (Français )

Timezone: America/Lima (GMT-05:00)

Hello,

Welcome to the WPML support forum. Let's start by meeting WPML's minimum requirements. I've noticed your website has a low PHP memory allocation (40M). The minimum requirement for WPML is 128M but we recommend 256M:

- Access your server via FTP and open wp-config.php (in your WordPress root directory).
- Insert those lines just before /* That's all, stop editing! Happy blogging. */

/* Memory Limit */
define( 'WP_MEMORY_LIMIT', '256M' );

More info: https://wpml.org/home/minimum-requirements/

---

Now regarding your question, I'm not familiar with the Bold page builder but you should be able to register the widget to translation following the example at the end of this documentation: https://wpml.org/documentation/plugins-compatibility/how-to-build-multilingual-sites-with-wpbakery-page-builder-and-wpml/

So the code should be something like:

<wpml-config>
  <shortcodes>
    <shortcode>
      <tag encoding="base64">bt_raw_content</tag>
    </shortcode>
  </shortcodes>
</wpml-config>

Ps: I found a similar ticket related to this builder that could help you: https://wpml.org/forums/topic/cant-translate-some-of-bold-builder-components/

The topic ‘[Closed] Translation for encoded-text is not working’ is closed to new replies.