Cet utilisateur n'a aucun sujet favori.
Sujets de forum favoris
Sujets de forum créés
Statut |
Sujet
|
Supporteur | Voix | Messages | Fraîcheur |
---|---|---|---|---|---|
Updated element showing old value after editing translation
1
2
Commencé par : louiseO-2 dans : English Support |
|
2 | 20 | Il y a 1 année et 3 mois | |
exclude title and slug from being translated
Commencé par : louiseO-2
dans : English Support
Problem: Solution: add_filter( 'icl_job_elements', 'filter_title_for_events_only', 10, 2 ); function filter_title_for_events_only( $fields, $post_id ) { if ( 'YOUR_POST_TYPE' === get_post_type( $post_id ) ) { foreach ( $fields as $field => $value ) { if ( $value->field_type == "title" ) { $value->field_translate = 0; $value->field_data_translated = $value->field_data; } } } return $fields; } This code should be added to the functions.php file of the theme or child theme. To keep the slug untranslated and copy it from the default language, the client should select the copy option and then navigate to WPML > Languages > Edit languages. For the correct language, select 'Encode URLs' and set it to 'Yes'. Please note that the solution might be irrelevant if it's outdated or not applicable to your case. If the provided solution does not resolve your issue, we highly recommend checking related known issues, verifying the version of the permanent fix, and confirming that you have installed the latest versions of themes and plugins. If you still need assistance, please open a new support ticket. For further assistance, you can contact us on the WPML support forum. |
|
2 | 4 | Il y a 1 année et 4 mois | |
WPML chat support ticket by louiseO-2 – 1709042750
Commencé par : louiseO-2 dans : Chat Support |
|
1 | 2 |
Il y a 1 année et 4 mois
|
|
translating one word + url issues
Commencé par : louiseO-2
dans : English Support
Problem: Solution: If the solution provided is not relevant to your case, because it could be outdated or not applicable to your situation, we recommend opening a new support ticket. We also suggest you review the known issues at WPML known issues, check the version of the permanent fix and confirm that you have installed the latest versions of themes and plugins. If you need additional assistance, do not hesitate to contact us at the WPML support forum . |
|
2 | 6 | Il y a 1 année et 4 mois | |
Upload XLIFF
Commencé par : louiseO-2
dans : English Support
Problem: Solution: If this solution does not seem relevant to your situation, please open a new support ticket and we will be happy to assist you further. |
|
2 | 4 | Il y a 1 année et 5 mois |