이 사용자는 즐겨찾는 주제가 없습니다.
즐겨찾는 포럼 주제
포럼 주제가 생성되었습니다.
상태 |
주제
|
서포터 | 목소리 | 게시물 | 선도 |
---|---|---|---|---|---|
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 | 1 월 전에 | |
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 | 1 월, 1 주 전에 | |
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 | 1 월, 1 주 전에 | |
Author bio string translated but not showing on frontend in other languages
1
2
시작한 사람: nicolasP-67 안에: English Support |
![]() |
0 | 18 | 1 월, 1 주 전에 |