Questo utente non ha argomenti preferiti.
Argomenti del forum preferiti
Argomenti del forum creati
Stato |
Argomento
|
Sostenitore | Voci | Post | Freschezza |
---|---|---|---|---|---|
Updated element showing old value after editing translation
1
2
Iniziato da: louiseO-2 in: English Support |
|
2 | 20 | 1 anno, 3 mese fa | |
exclude title and slug from being translated
Iniziato da: louiseO-2
in: 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 | 1 anno, 4 mese fa | |
WPML chat support ticket by louiseO-2 – 1709042750
Iniziato da: louiseO-2 in: Chat Support |
|
1 | 2 |
1 anno, 4 mese fa
|
|
translating one word + url issues
Iniziato da: louiseO-2
in: 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 | 1 anno, 4 mese fa | |
Upload XLIFF
Iniziato da: louiseO-2
in: 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 | 1 anno, 5 mese fa |