This user has no favorite topics.
Favorite Forum Topics
Forum Topics Created
Status |
Topic
|
Supporter | Voices | Posts | Freshness |
---|---|---|---|---|---|
The automatic translation takes too long
1
2
Started by: claudiaS-46
in: English Support
Problem: The client is experiencing unusually long delays in automatic translations using the WPML plugin on a custom theme site. They are concerned about whether their theme's development is compatible with WPML. Solution: We recommend the following steps to diagnose and potentially resolve the issue: 1) Ensure a full site backup is taken. For the custom theme to work properly with WPML: 1) Ensure custom blocks are registered using register_block_type() . wpml-config.xml file to the theme folder to specify which block attributes should be translatable. Example: <wpml-config> <gutenberg-blocks> <block type="yourtheme/hero-block"> <translate>attributes/title</translate> <translate>attributes/text</translate> </block> </gutenberg-blocks> </wpml-config> 3) Translate template parts or patterns from WPML → Translation Management. For further guidance, consult the following documentation:
If these steps do not resolve the issue or if the solution seems outdated or irrelevant, we highly recommend opening a new support ticket. Also, check related known issues at https://wpml.org/known-issues/, verify the version of the permanent fix, and confirm that you have installed the latest versions of themes and plugins. |
|
0 | 23 | 2 weeks, 3 days ago |