Người dùng này không có chủ đề yêu thích nào.
Chủ đề diễn đàn yêu thích
Chủ đề diễn đàn đã tạo
Trạng thái |
Chủ đề
|
Người hỗ trợ | Ý kiến | Bài viết | Mới nhất |
---|---|---|---|---|---|
Slug translations never save and editor doesn’t give option to translate, despite correct settings
Được bắt đầu bởi: barjD-2 trong: English Support |
|
0 | 12 | 6 hours, 30 minutes trước | |
WP Post Query Block’s “Read more” text is not translatable in Advanced Translation Editor, doesn…
1
2
Được bắt đầu bởi: barjD-2
trong: English Support
Problem: Solution: <wpml-config> <gutenberg-blocks> <gutenberg-block type="core/read-more" translate="1"> <key name="content"></key> </gutenberg-block> </gutenberg-blocks> </wpml-config> 3. Make a minor edit to the original page to trigger a "needs update" status for the translation. If this solution does not resolve your issue, or if it seems outdated or irrelevant 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 problem persists, please open a new support ticket at WPML support forum. |
|
0 | 25 | 3 months trước | |
100% translated text not showing on front end
1
2
Được bắt đầu bởi: barjD-2
trong: English Support
Problem: Please note that this solution might be outdated or not applicable to your specific case. If the issue persists, 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 necessary, please open a new support ticket at WPML support forum for further assistance. |
|
1 | 22 | 3 months trước | |
How to translate content inside a Custom HTML Block on a WordPress page or post?
Được bắt đầu bởi: barjD-2
trong: English Support
Problem: If this solution does not apply to your case, or if it seems outdated, 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. Should you need further assistance, please do not hesitate to open a new support ticket here. |
|
0 | 8 | 3 months, 3 weeks trước | |
NextGen Gallery and Album title translations not appearing on front end
Được bắt đầu bởi: barjD-2 trong: English Support |
|
0 | 6 | 3 months, 3 weeks trước | |
Registering WPML says key not matching when it is definitely matching
Được bắt đầu bởi: barjD-2
trong: English Support
Problem: If this solution does not apply to your case, or if it seems outdated, we recommend checking the related known issues, verifying the version of the permanent fix, and confirming that you have installed the latest versions of themes and plugins. If issues persist, please open a new support ticket. |
|
0 | 5 | 3 months, 3 weeks trước | |
ACF fields don’t all show up on translator editor
Được bắt đầu bởi: barjD-2
trong: English Support
Problem: If this solution does not resolve your issue, or if it seems outdated or irrelevant 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 further assistance is needed, please open a new support ticket at WPML support forum. |
|
1 | 12 | 3 months, 4 weeks trước | |
WPML translation editor keeps scrolling up after every click on ‘save’
Được bắt đầu bởi: barjD-2 trong: English Support |
|
0 | 6 | 4 months trước | |
Custom post type archive template breaks on translation URL
Được bắt đầu bởi: barjD-2
trong: English Support
Problem: themes/monochrome-pro/archive-trustee.php on line 83. If this functionality was custom-built and not provided by the theme authors, it is recommended to consult with a certified WPML developer who can help adjust the code. You can find a developer here: https://wpml.org/contractors/. If this solution does not apply to your case, or if it seems outdated, 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. Should you need further assistance, please open a new support ticket at WPML support forum. |
|
1 | 20 | 7 months, 3 weeks trước | |
Translated Custom HTML widget strings not appearing on front-end even after memory limit increase an…
Được bắt đầu bởi: barjD-2 trong: English Support |
|
0 | 12 | 7 months, 3 weeks trước | |
Custom post type archive page not displaying properly with WPML
Được bắt đầu bởi: barjD-2 trong: English Support |
|
0 | 5 | 8 months trước | |
Syncing custom post type taxonomies for all future translations
Được bắt đầu bởi: barjD-2 trong: English Support |
|
0 | 7 | 8 months, 2 weeks trước | |
Unable to find string for translation
Được bắt đầu bởi: barjD-2
trong: English Support
Problem: /* Add Trustee Roles to Trustee Single pages*/<br />add_filter( 'genesis_post_meta', 'monochrome_display_custom_tax' );<br />function monochrome_display_custom_tax($post_meta) {<br /> $roles_string = __('Roles:', 'themedomain');<br /> $post_meta = '[post_terms taxonomy="trustee_role" before="'.$roles_string.' "]';<br /> return $post_meta;<br />} Then, scan the theme again and translate the 'Roles:' string via WPML >> String Translation page. If the solution provided here does not resolve your issue, or if it seems outdated or irrelevant 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 needed, please open a new support ticket at WPML support forum for further assistance. |
|
0 | 5 | 8 months, 2 weeks trước | |
Language switcher doesn’t display native language after switching to Twenty Twenty-One and disablin…
Được bắt đầu bởi: barjD-2
trong: English Support
Problem: 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. |
|
1 | 5 | 8 months, 2 weeks trước | |
Translating words embedded in a custom template
Được bắt đầu bởi: barjD-2
trong: English Support
Problem: __() function. For example, replace: echo '<h3 class="trustee-heading">Role</h3>'; with: echo '<h3 class="trustee-heading">'.__('Role','themedomain').'</h3>'; Apply this procedure for all hardcoded strings you wish to make translatable. If this solution does not apply to your case, or if it seems outdated, 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 you still need assistance, please open a new support ticket at WPML support forum. |
|
0 | 7 | 8 months, 2 weeks trước |