ผู้ใช้นี้ไม่มีหัวข้อที่ชื่นชอบ.
หัวข้อฟอรัมที่ชื่นชอบ
หัวข้อฟอรัมที่สร้าง
| สถานะ |
หัวข้อ
|
ผู้สนับสนุน | เสียง | โพสต์ | ความใหม่ |
|---|---|---|---|---|---|
|
Last_name string translated, but not visible on the frontend?
เริ่มโดย: nicolasP-67
ใน: 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 | 10 months, 2 weeks มาแล้ว | |
|
Split: post not translated
เริ่มโดย: nicolasP-67
ใน: 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 | 10 months, 3 weeks มาแล้ว | |
|
WPML conflict with Loco Translate
เริ่มโดย: nicolasP-67
ใน: 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 | 10 months, 3 weeks มาแล้ว | |
|
Author bio string translated but not showing on frontend in other languages
1
2
เริ่มโดย: nicolasP-67 ใน: English Support |
|
0 | 18 | 10 months, 3 weeks มาแล้ว |