此用户没有收藏的主题。
收藏的论坛主题
创建的论坛主题
状态 |
主题
|
支持者 | 参与者 | 帖子 | 最新活动 |
---|---|---|---|---|---|
Updated element showing old value after editing translation
1
2
发起人:louiseO-2 在:English Support |
|
2 | 20 | 1 years, 3 months前 | |
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 years, 4 months前 | |
WPML chat support ticket by louiseO-2 – 1709042750
发起人:louiseO-2 在:Chat Support |
|
1 | 2 |
1 years, 4 months前
|
|
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 years, 4 months前 | |
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 years, 5 months前 |