이 사용자는 즐겨찾는 주제가 없습니다.
즐겨찾는 포럼 주제
생성한 포럼 주제
| 상태 |
주제
|
지원자 | 의견 | 게시물 | 최신 활동 |
|---|---|---|---|---|---|
|
Split: TutorLMS link not translated
1
2
3
4
시작: sonishA 카테고리: English Support |
|
1 | 48 | 1 일, 8 시간 전에 | |
|
Translation text mixing and some strings not appearing for translation
시작: sonishA 카테고리: English Support |
|
0 | 6 | 3 주, 3 일 전에 | |
|
Split: String translation is mixing everything up
시작: sonishA 카테고리: English Support |
|
0 | 2 | 3 주, 4 일 전에 | |
|
Split: 3lines hamburger in the main nav menu is still in English
1
2
시작: sonishA
카테고리: English Support
Problem: If the issue persists, we have implemented a custom code workaround. Add the following code to your functions.php file: add_filter( 'redux/options/kiddino_opt/option_value/kiddino_header_select_options', 'kiddino_translate_header_template_id' );<br /><br />function kiddino_translate_header_template_id( $value ) {<br /> if ( is_admin() ) {<br /> return $value;<br /> }<br /><br /> if ( ! empty( $value ) ) {<br /> $translated_id = apply_filters( 'wpml_object_id', $value, 'elementor_library', true );<br /><br /> if ( ! empty( $translated_id ) ) {<br /> return $translated_id;<br /> }<br /> }<br /><br /> return $value;<br />}<br /><br />add_action( 'wp', 'kiddino_fix_page_header_template_id' );<br /><br />function kiddino_fix_page_header_template_id() {<br /> if ( is_admin() ) {<br /> return;<br /> }<br /><br /> if ( ! is_singular() ) {<br /> return;<br /> }<br /><br /> $post_id = get_queried_object_id();<br /><br /> if ( empty( $post_id ) ) {<br /> return;<br /> }<br /><br /> $settings = get_post_meta( $post_id, '_elementor_page_settings', true );<br /><br /> if ( empty( $settings ) || ! is_array( $settings ) ) {<br /> return;<br /> }<br /><br /> if ( ! empty( $settings['kiddino_header_builder_option'] ) ) {<br /> $translated_id = apply_filters( 'wpml_object_id', $settings['kiddino_header_builder_option'], 'elementor_library', true );<br /><br /> if ( ! empty( $translated_id ) && $translated_id != $settings['kiddino_header_builder_option'] ) {<br /> $settings['kiddino_header_builder_option'] = $translated_id;<br /> update_post_meta( $post_id, '_elementor_page_settings', $settings );<br /> }<br /> }<br />}After adding the code, open the translated header template in Elementor and set the correct off-canvas (sidebar) template. This adjustment is necessary for each translated template. Please note that this solution might become irrelevant due to updates or may not apply 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. |
|
0 | 28 | 3 주, 5 일 전에 | |
|
Configuration
시작: sonishA
카테고리: 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 problem persists, please open a new support ticket at WPML support forum. |
|
1 | 9 | 1 월 전에 |