Dieser Benutzer hat keine favorisierten Themen.
Favorisierte Forenthemen
Erstellte Forenthemen
Status |
Thema
|
Unterstützer | Stimmen | Beiträge | Aktualität |
---|---|---|---|---|---|
Updated element showing old value after editing translation
1
2
Gestartet von: louiseO-2 in: English Support |
|
2 | 20 | Vor 1 Jahr, 3 Monaten | |
exclude title and slug from being translated
Gestartet von: 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 | Vor 1 Jahr, 4 Monaten | |
WPML chat support ticket by louiseO-2 – 1709042750
Gestartet von: louiseO-2 in: Chat Support |
|
1 | 2 |
Vor 1 Jahr, 4 Monaten
|
|
translating one word + url issues
Gestartet von: 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 | Vor 1 Jahr, 4 Monaten | |
Upload XLIFF
Gestartet von: 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 | Vor 1 Jahr, 5 Monaten |