이 사용자는 즐겨찾는 주제가 없습니다.
즐겨찾는 포럼 주제
생성한 포럼 주제
| 상태 |
주제
|
지원자 | 의견 | 게시물 | 최신 활동 |
|---|---|---|---|---|---|
|
Elementor global form not showing translation
1
2
시작: leeC-2
카테고리: English Support
Problem: // === WPML not translating contact forms FIX ===
if ( ! is_admin() ) {
add_filter( 'get_post_metadata', 'wpmlpb_735_translate_elementor_data', 10, 4 );
}
function wpmlpb_735_translate_elementor_data( $value, $object_id, $meta_key, $single ) {
// Only act on Elementor data
if ( '_elementor_data' !== $meta_key ) {
return $value;
}
// Temporarily remove this filter to avoid infinite recursion
remove_filter( 'get_post_metadata', 'wpmlpb_735_translate_elementor_data', 10 );
// Get the actual Elementor data
$elementor_data = get_post_meta( $object_id, '_elementor_data', $single );
// Re-add the filter
add_filter( 'get_post_metadata', 'wpmlpb_735_translate_elementor_data', 10, 4 );
// Process and convert dynamic elements if possible
if ( is_string( $elementor_data ) && ! empty( $elementor_data ) ) {
$data_array = json_decode( $elementor_data, true );
if ( is_array( $data_array ) && class_exists( '\WPML\PB\Elementor\Hooks\DynamicElements' ) ) {
$dynamic_elements = new \WPML\PB\Elementor\Hooks\DynamicElements();
$data_array = $dynamic_elements->convert( $data_array );
return json_encode( $data_array );
}
}
return $elementor_data;
}Test this solution on a staging site first. If you encounter any issues or need further assistance, please do not hesitate to contact us. Additionally, 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 this solution does not apply or is outdated, please open a new support ticket. |
|
2 | 26 | 1 주, 6 일 전에 | |
|
WPML tried to translate this page three times and failed. To get it fixed, contact
시작: leeC-2
카테고리: English Support
Problem: Please note that this solution might be irrelevant if it's outdated or not applicable 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 the issue persists, please open a new support ticket at WPML support forum. |
|
1 | 7 | 1 월, 3 주 전에 | |
|
500 error
시작: leeC-2 카테고리: English Support |
|
1 | 3 |
2 년 전에
|
|
|
Menus are showing 2 times on translated content
시작: leeC-2 카테고리: English Support |
2 | 2 | 2 년, 7 월 전에 | ||
|
Sticky link not working in elementor buttons
시작: leeC-2 카테고리: English Support |
|
2 | 4 | 3 년, 1 월 전에 | |
|
Advanced Translation Editor won't load
시작: leeC-2 카테고리: English Support |
|
2 | 2 | 3 년, 2 월 전에 | |
|
The property search result page loading time
시작: leeC-2 카테고리: English Support |
2 | 3 | 3 년, 5 월 전에 | ||
|
Fatal error: Uncaught InvalidArgumentException: target should be an object with filter method or an array in
시작: leeC-2 카테고리: English Support |
|
3 | 8 | 3 년, 5 월 전에 | |
|
posts from Elementor widget not showing on translated page
시작: leeC-2 카테고리: English Support |
|
2 | 4 | 4 년, 1 월 전에 | |
|
All VC Composer fields still showing after switching to Elementor
시작: leeC-2 카테고리: English Support |
2 | 3 | 4 년, 7 월 전에 | ||
|
site takes ages to refresh
시작: leeC-2 카테고리: English Support |
2 | 5 |
4 년, 11 월 전에
leeC-2 |
||
|
Minerva KB search result not translated unless I am logged in.
시작: leeC-2 카테고리: English Support |
|
2 | 9 | 4 년, 11 월 전에 |