이 사용자는 즐겨찾는 주제가 없습니다.
즐겨찾는 포럼 주제
생성한 포럼 주제
| 상태 |
주제
|
지원자 | 의견 | 게시물 | 최신 활동 |
|---|---|---|---|---|---|
|
Renewal of account
시작: alexZ-17 카테고리: English Support |
|
0 | 4 | 6 일, 21 시간 전에 | |
|
WPML Multilingual CMS update failed on the development
시작: alexZ-17
카테고리: English Support
Problem: If this solution does not resolve your issue or seems outdated, we 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 problems persist, please open a new support ticket. |
|
0 | 15 | 1 월, 3 주 전에 | |
|
New problems with the case “Noindex Tag in translations omitted” (resolved) -HCFM plugin
시작: alexZ-17 카테고리: English Support |
|
1 | 4 | 3 월, 1 주 전에 | |
|
Missing paragraph in original for translation in some languages
시작: alexZ-17
카테고리: 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 problem persists, do not hesitate to open a new support ticket at WPML support forum. |
|
0 | 7 | 3 월, 1 주 전에 | |
|
Split: Translations are mixed up
시작: alexZ-17
카테고리: English Support
Problem: 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 problems continue, please open a new support ticket at WPML support forum. |
|
0 | 9 | 7 월, 1 주 전에 | |
|
Translating of AltTexts for images included through WP-Carousel not possible
1
2
시작: alexZ-17
카테고리: English Support
Problem: Please note that this solution might be outdated or not applicable to your specific case. If this solution does not resolve your issue, 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 you still need assistance, please open a new support ticket at WPML support forum. |
|
1 | 25 | 7 월, 1 주 전에 | |
|
Noindex Tag in translations omitted
1
2
시작: alexZ-17
카테고리: English Support
Problem: .../wp-content/plugins/header-footer-code-manager/99robots-header-footer-code-manager.php file. Look for line 550 Replace:
case 's_pages':
$is_not_empty_s_pages = self::hfcm_not_empty( $scriptdata, 's_pages' );
if ( $is_not_empty_s_pages ) {
// Gets the page ID of the blog page
$blog_page = get_option( 'page_for_posts' );
// Checks if the blog page is present in the array of selected pages
if ( in_array( $blog_page, json_decode( $scriptdata->s_pages ) ) ) {
if ( is_page( json_decode( $scriptdata->s_pages ) ) || (!is_front_page() && is_home()) ) {
$out = self::hfcm_render_snippet( $scriptdata );
}
} elseif ( is_page( json_decode( $scriptdata->s_pages ) ) ) {
$out = self::hfcm_render_snippet( $scriptdata );
}
}
break;
With:
case 's_pages':
$is_not_empty_s_pages = self::hfcm_not_empty( $scriptdata, 's_pages' );
if ( $is_not_empty_s_pages ) {
// WPML workaround for compsupp-7802
$original_ids = json_decode( $scriptdata->s_pages);
foreach ( $original_ids as $original_id ) {
$translated_ids[] = apply_filters( 'wpml_object_id', $original_id, 'page');
}
// Gets the page ID of the blog page
$blog_page = get_option( 'page_for_posts' );
// Checks if the blog page is present in the array of selected pages
if ( in_array( $blog_page, json_decode( $scriptdata->s_pages ) ) ) {
if ( is_page( $translated_ids ) || (!is_front_page() && is_home()) ) {
$out = self::hfcm_render_snippet( $scriptdata );
}
} elseif ( is_page( $translated_ids ) ) {
$out = self::hfcm_render_snippet( $scriptdata );
}
}
break;
This modification ensures that the noindex tag is applied to translated pages as well. If this solution does not resolve your issue or seems outdated, please check the related known issues and confirm that you have installed the latest versions of themes and plugins. If necessary, do not hesitate to open a new support ticket. |
|
1 | 17 | 10 월 전에 | |
|
A Header from the source of the transaltion was ommited
1
2
시작: alexZ-17
카테고리: English Support
Problem: If this solution does not resolve your issue or seems outdated, 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 | 21 | 10 월, 1 주 전에 | |
|
Setting a main menu with an FSE theme
시작: alexZ-17
카테고리: English Support
Problem: |
|
0 | 16 | 11 월, 1 주 전에 | |
|
Translation in progress
1
2
시작: alexZ-17
카테고리: 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 | 16 | 11 월, 1 주 전에 | |
|
Support
시작: alexZ-17
카테고리: 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, feel free to open a new support ticket at WPML Support Forum. |
|
2 | 34 | 11 월, 1 주 전에 | |
|
Installation
시작: alexZ-17 카테고리: English Support |
|
1 | 1 |
1 년 전에
|