此用户没有收藏的主题。
收藏的论坛主题
创建的论坛主题
状态 |
主题
|
支持人员 | 参与者 | 帖子 | 最新活动 |
---|---|---|---|---|---|
Masonry Grid of logos not working on destination language page
发起人:paulS-91 在:Chat Support |
|
1 | 2 | 5 months, 1 weeks前 | |
String translation going back to source language ENG->SPA->ENG
发起人:paulS-91
在:English Support
Problem: <wpml-config> <shortcodes> <shortcode> <tag>forminator_form</tag> <attributes> <attribute>id</attribute> </attributes><attributes> </attributes></shortcode> </shortcodes> </wpml-config> Next, use this PHP snippet to allow translating numeric values like IDs with the Advanced Translation Editor (ATE): /** * Allow translating numbers * * @see https://wpml.org/forums/topic/wpbakery-post-grid-element-exclude-from-filter-list-category-reappears<br /> */ function wpmlsupp_7499_allow_translating_numbers( $is_translatable, $job_translate ) { $data = $job_translate['field_data']; if ( 'base64' === $job_translate['field_format'] ) { $data = base64_decode( $data ); } if ( is_numeric( $data ) ) { return true; } return $is_translatable; } add_filter( 'wpml_tm_job_field_is_translatable', 'wpmlsupp_7499_allow_translating_numbers', 10, 2 ); After applying these changes, edit the form shortcode in the original content and open ATE. If the ID is not directly visible, use the search bar to locate it. When translating, replace the original ID with the correct ID of the translated form. Please note that this solution might be outdated or not applicable to your specific case. We highly recommend checking related known issues at https://wpml.org/known-issues/, verifying the version of the permanent fix, and confirming that you have installed the latest versions of themes and plugins. If the issue persists, please open a new support ticket at WPML support forum. |
|
2 | 4 | 11 months, 3 weeks前 | |
Missing string for translation
发起人:paulS-91
在:English Support
Problem: Please note that solutions might become outdated or may not directly apply to your case. We highly recommend checking related known issues at https://wpml.org/known-issues/, verifying the version of the permanent fix, and confirming that you have installed the latest versions of themes and plugins. If the issue continues, please do not hesitate to open a new support ticket at WPML support forum. |
|
2 | 5 | 11 months, 3 weeks前 | |
Featured image showing huge in translations
发起人:paulS-91 在:English Support |
|
2 | 2 | 1 years前 | |
Translation Missing
发起人:paulS-91 在:Chat Support |
|
1 | 2 |
1 years前
|
|
Translation into Spanish
发起人:paulS-91 在:Chat Support |
|
1 | 2 |
1 years前
|
|
Button translation on WordPress
发起人:paulS-91 在:English Support |
2 | 2 | 1 years前 | ||
Source content is missing to translate
发起人:paulS-91 在:Chat Support |
|
1 | 2 |
1 years前
|
|
Content automatically translated back into source language
发起人:paulS-91 在:Chat Support |
|
1 | 2 |
1 years前
|
|
Translation Stuck
发起人:paulS-91 在:Chat Support |
|
1 | 2 |
1 years, 1 months前
|
|
Translated events put as draft are still visible in event lists
发起人:paulS-91 在:English Support |
|
2 | 2 | 1 years, 11 months前 | |
Page not showing translations
发起人:paulS-91 在:English Support |
|
2 | 9 | 3 years前 | |
How do I learn how many credits I have left?
发起人:paulS-91 在:English Support |
|
2 | 2 |
3 years, 6 months前
paulS-91 |
|
WPML chat support ticket by paulS-91 – 1645624131
发起人:paulS-91 在:Chat Support |
|
1 | 1 |
3 years, 6 months前
|
|
Wrong event date for cloned event
发起人:paulS-91 在:English Support |
|
2 | 4 | 3 years, 9 months前 |