Este usuário não tem tópicos favoritos.
Tópicos favoritos do fórum
Tópicos do fórum criados
| Status |
Tópico
|
Suporte | Vozes | Posts | Atualidade |
|---|---|---|---|---|---|
|
Translation Missing in ATE After Duplicating Page, but Translation Appears on Front-End
Iniciado por: Marketing Tech em: Chat Support |
|
0 | 2 | 1 dia, 14 horas atrás | |
|
WPML Translation Editor Loading Slowly and Timing Out (504 Gateway Timeout)
1
2
3
Iniciado por: Marketing Tech em: English Support |
|
0 | 41 | 4 dias, 11 horas atrás | |
|
Custom Permalink Not Updating When Using WPML Advanced Translation Editor
Iniciado por: Marketing Tech em: English Support |
|
0 | 7 | 2 semanas, 3 dias atrás | |
|
Incorrect Internal Link Redirections After Duplicating Pages (PT-BR → PT-PT)
1
2
Iniciado por: Marketing Tech em: English Support |
|
0 | 18 | 2 semanas, 3 dias atrás | |
|
Incorrect Internal Link Redirections After Duplicating Pages (PT-BR → PT-PT)
Iniciado por: Marketing Tech em: English Support |
|
0 | 7 | 3 semanas, 4 dias atrás | |
|
: Issue with Missing Translations and Redirects
Iniciado por: Marketing Tech em: English Support |
|
0 | 2 | 1 mês atrás | |
|
WPML didn’t manage to translate this page
Iniciado por: Marketing Tech
em: 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 mês, 1 semana atrás | |
|
WPML didn’t manage to translate this page
Iniciado por: Marketing Tech em: Chat Support |
|
0 | 2 | 1 mês, 1 semana atrás | |
|
URL Localization Issue – Non-localized English URL Accessible in Other Languages
Iniciado por: Marketing Tech em: English Support |
|
0 | 4 | 1 mês, 2 semanas atrás | |
|
How to duplicate all pt-BR content to pt-PT in WPML
Iniciado por: Marketing Tech em: Chat Support |
|
0 | 2 | 2 meses, 1 semana atrás | |
|
Missing Translations on Local Pages
1
2
3
Iniciado por: Marketing Tech
em: 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 meses, 2 semanas atrás | |
|
Custom Permalink Not Appearing in WPML Translation Editor
Iniciado por: Marketing Tech em: Chat Support |
|
0 | 2 | 3 meses, 2 semanas atrás | |
|
Implementing LLMs.txt
Iniciado por: Marketing Tech em: Chat Support |
|
0 | 2 | 3 meses, 2 semanas atrás | |
|
504 Gateway Timeout Error When Adding Menu Item with WPML
Iniciado por: Marketing Tech
em: 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 meses, 3 semanas atrás | |
|
Arabic Language – RTL Display
Iniciado por: Marketing Tech
em: 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 meses, 4 semanas atrás |