למשתמש זה אין נושאים מועדפים.
נושאי פורום מועדפים
נושאי פורום שנוצרו
סטטוס |
נושא
|
תומך | קולות | פוסטים | עדכניות |
---|---|---|---|---|---|
Updated element showing old value after editing translation
1
2
נפתח על ידי: louiseO-2 ב: English Support |
|
2 | 20 | לפני שנה 1, 3 חודשים | |
exclude title and slug from being translated
נפתח על ידי: louiseO-2
ב: 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, 4 חודשים | |
WPML chat support ticket by louiseO-2 – 1709042750
נפתח על ידי: louiseO-2 ב: Chat Support |
|
1 | 2 |
לפני שנה 1, 4 חודשים
|
|
translating one word + url issues
נפתח על ידי: louiseO-2
ב: 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, 4 חודשים | |
Upload XLIFF
נפתח על ידי: louiseO-2
ב: 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, 5 חודשים |