У этого пользователя нет избранных тем.
Избранные темы форума
Созданные темы форума
| Статус |
Тема
|
Специалист поддержки | Голоса | Сообщения | Свежесть |
|---|---|---|---|---|---|
|
WPML Translation Editor Loading Slowly and Timing Out (504 Gateway Timeout)
1
2
3
Начато: Marketing Tech в: English Support |
|
0 | 39 | 10 часов, 22 минуты назад | |
|
Custom Permalink Not Updating When Using WPML Advanced Translation Editor
Начато: Marketing Tech в: English Support |
|
0 | 7 | 1 неделя, 1 день назад | |
|
Incorrect Internal Link Redirections After Duplicating Pages (PT-BR → PT-PT)
1
2
Начато: Marketing Tech в: English Support |
|
0 | 18 | 1 неделя, 1 день назад | |
|
Incorrect Internal Link Redirections After Duplicating Pages (PT-BR → PT-PT)
Начато: Marketing Tech в: English Support |
|
0 | 7 | 2 недели, 3 дня назад | |
|
: Issue with Missing Translations and Redirects
Начато: Marketing Tech в: English Support |
|
0 | 2 | 3 недели, 2 дня назад | |
|
WPML didn’t manage to translate this page
Начато: Marketing Tech
в: English Support
Problem: If this solution does not resolve your issue, or if it seems outdated, we recommend checking for related known issues, verifying the version of the permanent fix, and confirming that you have installed the latest versions of themes and plugins. Should the problem persist, please open a new support ticket. |
|
0 | 3 | 1 месяц назад | |
|
WPML didn’t manage to translate this page
Начато: Marketing Tech в: Chat Support |
|
0 | 2 | 1 месяц назад | |
|
URL Localization Issue – Non-localized English URL Accessible in Other Languages
Начато: Marketing Tech в: English Support |
|
0 | 4 | 1 месяц, 1 неделя назад | |
|
How to duplicate all pt-BR content to pt-PT in WPML
Начато: Marketing Tech в: Chat Support |
|
0 | 2 | 2 месяца назад | |
|
Missing Translations on Local Pages
1
2
3
Начато: Marketing Tech
в: English Support
Problem: Please note that 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 the issue persists, please open a new support ticket at WPML support forum for further assistance. |
|
0 | 34 | 3 месяца, 1 неделя назад | |
|
Custom Permalink Not Appearing in WPML Translation Editor
Начато: Marketing Tech в: Chat Support |
|
0 | 2 | 3 месяца, 1 неделя назад | |
|
Implementing LLMs.txt
Начато: Marketing Tech в: Chat Support |
|
0 | 2 | 3 месяца, 1 неделя назад | |
|
504 Gateway Timeout Error When Adding Menu Item with WPML
Начато: Marketing Tech
в: English Support
Problem: If you're experiencing a 504 Gateway Timeout error when trying to add a new item to a translated menu using WPML, it might be due to a temporary glitch, cache conflicts, a stuck translation process, or a problem with the menu structure. Solution: We recommend the following steps to troubleshoot and potentially resolve the issue: 1. Disable all other plugins except WPML to check if there is a compatibility issue with another plugin. If these steps do not resolve the issue, it might have been a temporary glitch. Deactivating and reactivating plugins can act as a soft reset, which might help clear any blocks in the process. Please note that this solution might be irrelevant if it's outdated or not applicable to your case. If the problem persists, we highly recommend checking related known issues at WPML known issues, verifying the version of the permanent fix, and confirming that you have installed the latest versions of themes and plugins. If needed, do not hesitate to open a new support ticket with us for further assistance. |
|
1 | 5 | 3 месяца, 2 недели назад | |
|
Arabic Language — RTL Display
Начато: Marketing Tech
в: English Support
Problem: /**
* Force RTL direction for the custom Arabic‑Egypt (ar‑eg) language.
* Adjust the body/html tag direction when WPML's current language is ar-eg.
*/
add_filter( 'language_attributes', function ( $output ) {
// Get WPML's current language code
$current_lang = apply_filters( 'wpml_current_language', null );
// If we're on ar-eg and dir="rtl" is not already in the attributes, add it
if ( 'ar-eg' === $current_lang && false === stripos( $output, 'dir=' ) ) {
// Remove any existing dir attribute just in case, then append rtl
$output = preg_replace( '/\sdir=("|\")(rtl|ltr)\1/i', '', $output );
$output .= ' dir="rtl"';
}
return $output;
}, 20 );
We recommended that the client ensure they have a backup before implementing this snippet as it was not tested directly. 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 further assistance is needed, please open a new support ticket at WPML support forum. |
|
1 | 6 | 3 месяца, 2 недели назад | |
|
WPML SEO
Начато: Marketing Tech в: English Support |
|
0 | 2 | 3 месяца, 3 недели назад |