Cet utilisateur n'a aucun sujet favori.
Sujets de forum favoris
Sujets de forum créés
| Statut |
Sujet
|
Support | Voix | Messages | Fraîcheur |
|---|---|---|---|---|---|
|
Randomly, the single template of the dutch site disappears
Commencé par : asyaT dans : Chat Support |
|
1 | 2 |
Il y a 1 année et 11 mois
|
|
|
Custom field not showing in classic translation editor
Commencé par : asyaT
dans : English Support
Problem: functions.php file in the child theme folder: function wpmlsupp_7499_allow_translating_numbers( $is_translatable, $job_translate ) {
$data = $job_translate['field_data'];
if ( 'base64' === $job_translate['field_format'] ) {
$data = base64_decode( $data );
}
if ( is_numeric( $data ) ) {
return true;
}
return $is_translatable;
}
add_filter( 'wpml_tm_job_field_is_translatable', 'wpmlsupp_7499_allow_translating_numbers', 10, 2 );This code allows numeric values, which are usually excluded, to be translated in the WPML translation editor. If this solution does not apply to your case, or if it seems outdated, we recommend checking the related known issues and verifying that you have the latest versions of themes and plugins installed. If the issue persists, please open a new support ticket with us. |
|
2 | 5 | Il y a 1 année et 12 mois | |
|
Custom field not showing in classic translation editor.
Commencé par : asyaT dans : English Support |
|
2 | 2 | Il y a 2 années et 2 mois | |
|
Custom post types (PODS) – Singular template not translating.
Commencé par : asyaT dans : English Support |
|
2 | 2 | Il y a 2 années et 7 mois | |
|
WPML chat support ticket by asyaT – 1690363637
Commencé par : asyaT dans : Chat Support |
|
1 | 2 |
Il y a 2 années et 8 mois
|