هذا المستخدم ليس لديه مواضيع مفضلة.
مواضيع المنتدى المفضلة
تم إنشاء مواضيع المنتدى
الحالة |
عنوان
|
مؤيد، مشجع، داعم | أصوات | المقالات | نضارة |
---|---|---|---|---|---|
Error on bulk edit posts
بدأ ب: arnoldV-2 في: English Support |
|
0 | 2 | قبل أسبوعين، 4 أيام | |
Post status shared between translations
بدأ ب: arnoldV-2
في: English Support
Problem: functions.php file of your theme: function sync_publish_status_across_languages($post_id) { if (defined('DOING_AUTOSAVE') && DOING_AUTOSAVE) return; if ('post' != get_post_type($post_id)) return; $post_status = get_post_status($post_id); $default_language = apply_filters('wpml_default_language', null); $translations = apply_filters('wpml_get_element_translations', null, $post_id, 'post'); foreach ($translations as $lang => $translation) { if ($lang === $default_language) continue; $translation_post_id = $translation->element_id; wp_update_post(array( 'ID' => $translation_post_id, 'post_status' => $post_status )); } } add_action('save_post', 'sync_publish_status_across_languages'); Please note, this solution applies only to pages and posts. Ensure you have a full website backup before implementing this code. If this solution does not resolve your 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 needed, please open a new support ticket at WPML support forum for further assistance. |
|
0 | 2 | قبل أسبوعين، 5 أيام | |
Error while saving translations
بدأ ب: arnoldV-2 في: English Support |
|
2 | 2 | قبل 1 سنة، 1 شهر | |
WPML chat support ticket by arnoldV-2 – 1704972066
بدأ ب: arnoldV-2 في: English Support |
1 | 1 |
قبل 1 سنة، 1 شهر
|
||
some special characters are transformed to others
بدأ ب: arnoldV-2 في: Chat Support |
|
1 | 2 |
قبل 1 سنة، 1 شهر
|
|
PHP Fatal error: Uncaught Error: Class "WP_Upgrader_Skin" not found
بدأ ب: arnoldV-2 في: English Support |
|
2 | 9 | قبل 1 سنة، 6 أشهر | |
After migration the site still shows the message that it is registered as a development site
بدأ ب: arnoldV-2 في: English Support |
|
2 | 2 | قبل 1 سنة، 6 أشهر | |
Single quotes are replaced by double quotes
بدأ ب: arnoldV-2 في: English Support |
|
2 | 3 | قبل 1 سنة، 6 أشهر | |
Replace the term lawyers with attorneys
بدأ ب: arnoldV-2 في: English Support |
|
2 | 3 | قبل 1 سنة، 6 أشهر | |
Links on buttons not going to the correct pages.
بدأ ب: arnoldV-2 في: English Support |
|
2 | 4 | قبل 1 سنة، 7 أشهر | |
Divi button Url on page not linking to translated page
بدأ ب: arnoldV-2 في: Chat Support |
|
1 | 2 |
قبل 1 سنة، 7 أشهر
|
|
We selected the automatic translation of the entire site, but some parts are not translated
بدأ ب: arnoldV-2 في: Chat Support |
|
1 | 2 |
قبل 1 سنة، 7 أشهر
|
|
Some text isn't translated on products page
بدأ ب: arnoldV-2
في: English Support
Texts that come from other themes, plugins, widgets, and buttons don't always appear in String Translation. In such scenarios, you don't need to scan your theme or plugin to find the strings. But, the steps you need to take depend on the type of string you want to translate. To see examples of different string types and video tutorials on how to translate them, visit our page about finding strings that don't appear in String Translation. |
|
2 | 12 | قبل 1 سنة، 8 أشهر | |
We have some issues with translations and translated content
بدأ ب: arnoldV-2 في: Chat Support |
|
1 | 2 |
قبل 1 سنة، 8 أشهر
|
|
can't get the header to translate properly
بدأ ب: arnoldV-2 في: Chat Support |
|
1 | 2 |
قبل 1 سنة، 8 أشهر
|