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ợ | Số người tham gia | Bài viết | Độ mới |
---|---|---|---|---|---|
Last_name string translated, but not visible on the frontend?
Bắt đầu bởi: nicolasP-67
trong: English Support
Problem: Add the following code to your functions.php to make the field translatable: add_filter( 'wpml_translatable_user_meta_fields', function( $fields ) {<br /> $fields[] = 'tittel__stilling';<br /> return $fields;<br />} ); To display this translated string on the frontend using Elementor, add this code to your functions.php: function wpml_translated_author_text() {<br /> $author_id = get_queried_object_id();<br /> $text = get_the_author_meta('tittel__stilling', $author_id);<br /><br /> return esc_html($text);<br />}<br />add_shortcode('author_text', 'wpml_translated_author_text'); Then, use the shortcode [author_text] in your Elementor template to display the translated string. If this solution does not apply to your case, or if it seems outdated, we highly recommend checking related known issues at WPML 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 | 14 | 1 months trước | |
Split: post not translated
Bắt đầu bởi: nicolasP-67
trong: English Support
Problem: If these steps do not resolve the issue or if the solution 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 problems persist, please open a new support ticket. |
|
0 | 4 | 1 months, 1 weeks trước | |
WPML conflict with Loco Translate
Bắt đầu bởi: nicolasP-67
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 at WPML support forum. |
|
0 | 5 | 1 months, 2 weeks trước | |
Author bio string translated but not showing on frontend in other languages
1
2
Bắt đầu bởi: nicolasP-67 trong: English Support |
|
0 | 18 | 1 months, 2 weeks trước |