이 사용자는 즐겨찾는 주제가 없습니다.
즐겨찾는 포럼 주제
생성한 포럼 주제
| 상태 |
주제
|
지원자 | 의견 | 게시물 | 최신 활동 |
|---|---|---|---|---|---|
|
DE site contact form
시작: christineR-4
카테고리: English Support
Problem: If this solution does not resolve the issue or seems irrelevant due to being outdated or not applicable 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 further assistance is needed, please open a new support ticket at WPML support forum. |
|
0 | 4 | 2 주 전에 | |
|
ATE is not locating words in Elementor to translate
1
2
시작: christineR-4
카테고리: English Support
Problem: add_action('init', function () {<br /> if (!is_admin()) {<br /> return;<br /> }<br /><br /> $option_name = 'icl_sitepress_settings';<br /> $settings = get_option($option_name);<br /> if (isset($settings['translation-management']['custom_fields_attributes_whitelist'])) {<br /> $settings['translation-management']['custom_fields_attributes_whitelist'] = null;<br /> update_option($option_name, $settings);<br /> error_log("Successfully nullified custom_fields_attributes_whitelist.");<br /> } else {<br /> error_log("custom_fields_attributes_whitelist not found in settings.");<br /> }<br />});After adding this code, try translating the page again. If this solution does not resolve your issue, or if it 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 you still need assistance, please open a new support ticket at WPML support forum. |
|
0 | 23 | 8 월, 4 주 전에 |