이 사용자는 즐겨찾는 주제가 없습니다.
즐겨찾는 포럼 주제
생성한 포럼 주제
| 상태 |
주제
|
지원자 | 의견 | 게시물 | 최신 활동 |
|---|---|---|---|---|---|
|
Is WPML having issue today
시작: Marketing Tech 카테고리: English Support |
|
1 | 9 | 14 시간, 41 분 전에 | |
|
WPML Account
시작: Marketing Tech 카테고리: English Support |
|
0 | 2 | 2 월, 1 주 전에 | |
|
wpml didn’t manage to translate this page
시작: Marketing Tech
카테고리: 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 | 2 월, 3 주 전에 | |
|
Internal Link are not translated/update
시작: Marketing Tech 카테고리: English Support |
|
0 | 4 | 4 월 전에 | |
|
WPML Translation Editor Loading Slowly and Timing Out (504 Gateway Timeout)
1
2
3
시작: Marketing Tech 카테고리: English Support |
|
0 | 41 | 4 월, 4 주 전에 | |
|
Custom Permalink Not Updating When Using WPML Advanced Translation Editor
시작: Marketing Tech 카테고리: English Support |
|
0 | 7 | 5 월, 1 주 전에 | |
|
Incorrect Internal Link Redirections After Duplicating Pages (PT-BR → PT-PT)
1
2
시작: Marketing Tech 카테고리: English Support |
|
0 | 18 | 5 월, 1 주 전에 | |
|
Incorrect Internal Link Redirections After Duplicating Pages (PT-BR → PT-PT)
시작: Marketing Tech 카테고리: English Support |
|
0 | 7 | 5 월, 2 주 전에 | |
|
: Issue with Missing Translations and Redirects
시작: Marketing Tech 카테고리: English Support |
|
0 | 2 | 5 월, 3 주 전에 | |
|
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 | 6 월 전에 | |
|
URL Localization Issue – Non-localized English URL Accessible in Other Languages
시작: Marketing Tech 카테고리: English Support |
|
0 | 4 | 6 월, 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 | 8 월, 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 | 8 월, 3 주 전에 | |
|
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 | 8 월, 3 주 전에 | |
|
WPML SEO
시작: Marketing Tech 카테고리: English Support |
|
0 | 2 | 9 월 전에 |