[Resolved] WP Bakery Icon Box does not translate the title
This thread is resolved. Here is a description of the problem and solution.
Problem: The client is experiencing an issue where WPBakery icon box titles are not displaying in German after translation, only in English when switching to the German version of the site. Solution: We added custom XML configuration to the WPML settings to ensure that the icon box titles are translatable. Here are the steps we recommend: 1. Navigate to WPML-> Settings-> Custom XML Configuration tab. 2. Add the following code:
3. Update the page in the default language. 4. Update its translation using the WPML translation editor. You can find the translation editor at WPML translation editor.
If this solution does not seem relevant to your issue, please do not hesitate to open a new support ticket with us for further assistance.
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.
Thanks for contacting WPML forums support. I'll be glad to help you today.
1) I would need to look closely at your site, so I would need to request temporary access (WP-Admin and FTP) Preferably to a test site where the problem has been replicated.
Your answer will be private, meaning only you and I can access it.
❌ Please backup your database and website ❌
✙ I would need your permission to de-activate and re-activate the Plugins and the Theme and change configurations on the site. This is also a reason the backup is critical.
✙ I also need your permission to take a local copy of your site to debug the issue without affecting your live site.
2) It's not related to the issue, but according to your Debug.info, the WP memory limit needs to be increased. PHP memory is fine, but WordPress uses 40Mb as default. The minimum requirements for WPML are 128 MB. (Kindly check this page https://wpml.org/home/minimum-requirements/)
You can increase it by adding the following code in your wp-config.php file right before the /* That's all, stop editing! Happy publishing. */ line:
You can go to WPML-> Settings-> Custom XML tab in the staging site, copy the whole code, and use it to replace the code on your live site because other modules are registered.