Background of the issue:
I am trying to translate content on my website using WPML, but some fields are encoded, preventing translators from working on them. The issue is described here: hidden link
Symptoms:
Some of the content selected for translation includes fields that are encoded, and translators cannot work on this kind of content. The system removed it from the job.
Questions:
How can I fix the issue with encoded fields in the translation job?
Languages: English (English )Spanish (Español )German (Deutsch )
Timezone: America/Lima (GMT-05:00)
Hello,
In your case, this seems to be an issue with Bold Builder. Maybe using the same documentation I mentioned earlier might help in this case. If you need me to take a look at it, please let me know. I can also provide a WPML test site on which we can recreate the issue.
Could you please increase the WordPress memory limit (WP Memory Limit) to at least 256 MB? WPML requires at least 128 MB.
Your current values are:
PHP Memory Limit 256 MB
WP Memory Limit 40 MB
To do this, you need to connect to your website's server and open the wp-config.php file in a text editor. The file is located in the WordPress root directory.
Add this code to the wp-config.php file to increase WordPress's memory:
define ('WP_MEMORY_LIMIT', '256M');
Add this just before this comment:
// That's all, stop editing! Happy blogging.
The current values can be viewed under WPML > Support > WordPress.
These settings can be restricted directly by your hosting provider. Therefore, I recommend contacting them and asking them to change them directly if the changes are not applied immediately.
Best regards,
Andreas
The topic ‘[Closed] hidden link’ is closed to new replies.