This user has no favorite topics.
Favorite Forum Topics
Forum Topics Created
| Status |
Topic
|
Supporter | Voices | Posts | Freshness |
|---|---|---|---|---|---|
|
Recurring Incident: WordPress/WPML Query Loop Causing DB Connection Exhaustion
Started by: Marketing Tech in: English Support |
|
0 | 4 | 4 days, 2 hours ago | |
|
Is WPML having issue today
Started by: Marketing Tech
in: English Support
Problem: If these steps do not resolve your issue or if the solution becomes irrelevant due to updates or different circumstances, 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 | 9 | 1 week, 4 days ago | |
|
WPML Account
Started by: Marketing Tech in: English Support |
|
0 | 2 | 2 months, 2 weeks ago | |
|
wpml didn’t manage to translate this page
Started by: Marketing Tech
in: English Support
Problem: Solution: After following these steps, please check if the page translates successfully. If the problem persists or if these steps do not apply to your situation, it might be due to a temporary issue on our servers which we are currently addressing. Please check back in a few hours. If the issue continues or if the solution provided here is outdated or not relevant 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. Should you need further assistance, please open a new support ticket at WPML support forum. |
|
0 | 4 | 3 months ago | |
|
Internal Link are not translated/update
Started by: Marketing Tech in: English Support |
|
0 | 4 | 4 months, 1 week ago | |
|
WPML Translation Editor Loading Slowly and Timing Out (504 Gateway Timeout)
1
2
3
Started by: Marketing Tech in: English Support |
|
0 | 41 | 5 months, 1 week ago | |
|
Custom Permalink Not Updating When Using WPML Advanced Translation Editor
Started by: Marketing Tech in: English Support |
|
0 | 7 | 5 months, 3 weeks ago | |
|
Incorrect Internal Link Redirections After Duplicating Pages (PT-BR → PT-PT)
1
2
Started by: Marketing Tech in: English Support |
|
0 | 18 | 5 months, 3 weeks ago | |
|
Incorrect Internal Link Redirections After Duplicating Pages (PT-BR → PT-PT)
Started by: Marketing Tech in: English Support |
|
0 | 7 | 6 months ago | |
|
: Issue with Missing Translations and Redirects
Started by: Marketing Tech in: English Support |
|
0 | 2 | 6 months, 1 week ago | |
|
WPML didn’t manage to translate this page
Started by: Marketing Tech
in: 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 | 6 months, 2 weeks ago | |
|
URL Localization Issue – Non-localized English URL Accessible in Other Languages
Started by: Marketing Tech in: English Support |
|
0 | 4 | 6 months, 3 weeks ago | |
|
Missing Translations on Local Pages
1
2
3
Started by: Marketing Tech
in: 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 | 8 months, 3 weeks ago | |
|
504 Gateway Timeout Error When Adding Menu Item with WPML
Started by: Marketing Tech
in: 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 | 9 months ago | |
|
Arabic Language – RTL Display
Started by: Marketing Tech
in: 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 | 9 months ago |