למשתמש זה אין נושאים מועדפים.
נושאי פורום מועדפים
נושאי פורום שנוצרו
| סטטוס |
נושא
|
תומך | קולות | פוסטים | עדכניות |
|---|---|---|---|---|---|
|
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 | לפני שבוע 3, יום 1 | |
|
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 | לפני חודש 9, שבוע 1 |