This thread is resolved. Here is a description of the problem and solution.
Problem:
The client is experiencing an issue where the number value shortcode is translated in the Advanced Translation Editor (ATE) but displays the same output in both languages.
Solution:
1. Replace the existing code snippet in your
functions.php
file with the following:
add_filter( 'wpml_tm_job_field_is_translatable', '__return_true' );
2. Make a minor edit to the page in the default language and update its translation.
3. If the issue persists, replace your shortcode:
[convertkit form=7682931]
with:
[convertkit form="7682931"]
and re-translate the page.
If this solution does not resolve your issue or seems outdated, we recommend checking related known issues at https://wpml.org/known-issues/, verifying the version of the permanent fix, and confirming that you have installed the latest versions of themes and plugins. If further assistance is needed, please open a new support ticket at WPML support forum.
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 6 replies, has 1 voice.
Last updated by 3 days, 19 hours ago.
Assisted by: Osama Mersal.