ليس لدى هذا المستخدم أي مواضيع مفضلة.
مواضيع المنتدى المفضلة
مواضيع المنتدى التي تم إنشاؤها
الحالة |
الموضوع
|
داعم | الأصوات | المشاركات | الحداثة |
---|---|---|---|---|---|
WPML chat support ticket by jonathanK-23 – 1716280676
بدأه: jonathanK-23 في: Chat Support |
|
1 | 2 |
قبل 1 سنة، 1 شهر
|
|
Change langauge code
بدأه: jonathanK-23 في: Chat Support |
|
1 | 2 |
قبل 1 سنة، شهرين
|
|
Update hreflang and language code
بدأه: jonathanK-23 في: Chat Support |
|
1 | 2 |
قبل 1 سنة، شهرين
|
|
Using Divi theme. Translating to Simplified Chinese and formatting on the text is all over the place
بدأه: jonathanK-23 في: Chat Support |
|
1 | 2 |
قبل 1 سنة، 3 أشهر
|
|
Missing images on translated pages (Divi, Shortpixel)
بدأه: jonathanK-23
في: English Support
Problem: Solution: If the solution provided here is not relevant to your case, either because it's outdated or not applicable, we recommend opening a new support ticket. We also highly recommend checking related known issues on our known issues page, verifying the version of the permanent fix, and confirming that you have installed the latest versions of themes and plugins. If you need further assistance, please visit our support forum. |
|
2 | 7 | قبل 1 سنة، 3 أشهر | |
Migration from Weglot to WPML
بدأه: jonathanK-23 في: Chat Support |
|
1 | 2 |
قبل 1 سنة، 4 أشهر
|
|
WPML + Divi
بدأه: jonathanK-23
في: English Support
Problem: Solution: If you're experiencing a similar issue, we recommend checking the translation preferences for custom fields and running troubleshooting tools. If the problem persists, consider rebuilding the affected pages. Please note that this solution might be outdated or not applicable to your case. We highly recommend checking related 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 continues, please open a new support ticket with us. |
|
2 | 9 | قبل 1 سنة، 4 أشهر | |
Missing parent page slug in URL when not translating slugs
بدأه: jonathanK-23 في: English Support |
1 | 2 | قبل 1 سنة، 5 أشهر | ||
Increase pay as you go limit
بدأه: jonathanK-23 في: Chat Support |
|
1 | 2 |
قبل 1 سنة، 5 أشهر
|
|
When I log out, the translations cannot be found
بدأه: jonathanK-23 في: Chat Support |
|
1 | 2 |
قبل 1 سنة، 5 أشهر
|
|
WPMl and automatic translation
1
2
بدأه: jonathanK-23
في: English Support
Problem: Solution: functions.php file of your theme: // WPML Workaround for compsupp-7144 function wpml_compsupp7144_clear_global_colors_info_attribute($post_id) { $post_content = get_post_field('post_content', $post_id); $pattern = '/(\[.*?global_colors_info=")([^\"]*)(\"[^\]]*\])/' $new_content = preg_replace_callback( $pattern, function ($matches) { return $matches[1] . '' . $matches[3]; }, $post_content ); if ($new_content !== $post_content) { $updated_post = array( 'ID' => $post_id, 'post_content' => $new_content, ); wp_update_post($updated_post); } } wpml_compsupp7144_clear_global_colors_info_attribute(999999); // Replace 999999 with your post ID 3. Replace 999999 with the post ID of the page you're having issues with. global_colors_info attributes from the page, allowing you to translate the page using the Classic Translation Editor (CTE) or Advanced Translation Editor (ATE). If this solution doesn't seem relevant to your issue, please open a new support ticket with us. |
|
2 | 17 | قبل 1 سنة، 5 أشهر |