ليس لدى هذا المستخدم أي مواضيع مفضلة.
مواضيع المنتدى المفضلة
مواضيع المنتدى التي تم إنشاؤها
| الحالة |
الموضوع
|
داعم | الأصوات | المشاركات | الحداثة |
|---|---|---|---|---|---|
|
WPML editor misses translations
1
2
بدأه: wdburgdorf
في: English Support
Problem: Please note that this solution might be irrelevant if it's 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 the issue persists, please open a new support ticket at WPML support forum. |
|
0 | 21 | قبل 1 أسبوع، 3 أيام | |
|
Editor access to WPML
بدأه: wdburgdorf في: Chat Support |
|
0 | 2 | قبل أسبوعين، 5 أيام | |
|
Jobs could not be loaded – PHP Fatal error
بدأه: wdburgdorf
في: English Support
Problem:
The client confirmed that updating the status of all jobs from 'in progress' to 'finished' temporarily resolved the issue. We also suggested using a sandbox environment for further testing and to monitor if the issue reoccurs, especially after updates. 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. |
|
1 | 12 | قبل شهرين، أسبوعين | |
|
Really custom language switcher
1
2
3
بدأه: wdburgdorf
في: English Support
Problem: styleLanguageSwitcher function in the file /wp-content/plugins/sitepress-multilingual-cms/classes/block-editor/Loader.php . Here's how you can adjust the function: private function styleLanguageSwitcher() {<br /> if ( in_array( self::BLOCK_LANGUAGE_SWITCHER, $this->cssLoaded, true ) ) {<br /> return \'\';<br /> }<br /><br /> this->cssLoaded[] = self::BLOCK_LANGUAGE_SWITCHER;<br /> $css = file_get_contents(<br /> WPML_PLUGIN_PATH . \'/dist/css/blocks/language-switcher.css\'<br /> );<br /><br /> return $css ?: \'\';<br />}<br />Add the following code within this method to check if the constant ICL_DONT_LOAD_LANGUAGE_SELECTOR_CSS is defined, and if so, return nothing, effectively stopping the CSS from loading: if (defined('ICL_DONT_LOAD_LANGUAGE_SELECTOR_CSS')) {<br /> return \'\';<br />}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 this does not resolve your issue, please open a new support ticket at WPML support forum. |
|
1 | 33 | قبل 3 أشهر، 3 أسابيع | |
|
New address detected, but it’s the same
1
2
بدأه: wdburgdorf في: English Support |
|
3 | 28 | قبل 5 أشهر، 1 أسبوع |