이 사용자는 즐겨찾는 주제가 없습니다.
즐겨찾는 포럼 주제
포럼 주제가 생성되었습니다.
상태 |
주제
|
서포터 | 목소리 | 게시물 | 선도 |
---|---|---|---|---|---|
WBW filter plugin translate the tags but not the Categories
시작한 사람: michaelL-164
안에: English Support
Problem: If this solution does not apply to your case, or if it seems outdated, we recommend opening a new support ticket. Also, please check related known issues at https://wpml.org/known-issues/, verify the version of the permanent fix, and confirm that you have installed the latest versions of themes and plugins. For further assistance, you can contact us directly through our support forum. |
|
2 | 6 | 1 년 전에 | |
Issue with the Product tabs title from ''product tabs by woocommerce''
시작한 사람: michaelL-164
안에: English Support
Problem: $wpt_tabs[ $key ]['title'] = esc_attr( $prd->post_title ); with: $wpt_tabs[ $key ]['title'] = esc_attr( $prd->post_title ); // WPML Workaround for compsupp-7241 if ( class_exists('Sitepress') ) { $string = $wpt_tabs[ $key ]['title']; $textdomain = 'WordPress'; $string_name = 'WPML Workaround : '.substr($string, 0, 20); $wpml_default_lang = apply_filters('wpml_default_language', NULL ); $wpml_current_lang = apply_filters( 'wpml_current_language', NULL ); if ($wpml_default_lang == $wpml_current_lang ) { do_action( 'wpml_register_single_string', $textdomain, $string_name, $string ); } // Apply the translation to the string $string = apply_filters('wpml_translate_single_string', $string , $textdomain, $string_name); $wpt_tabs[ $key ]['title'] = $string; // Replace the title } 5- Go to WPML > String Translation, enable the option 'look for strings while pages are rendered' at the bottom of the page, and visit a product with the tabs so WPML includes the new strings. If this solution does not resolve your issue or 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 the problem persists, please open a new support ticket. |
|
2 | 7 | 1 년 전에 |