У этого пользователя нет избранных тем.
Избранные темы форума
Созданные темы форума
| Статус |
Тема
|
Специалист поддержки | Голоса | Сообщения | Свежесть |
|---|---|---|---|---|---|
|
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 неделя, 3 дня назад | |
|
Using language switcher as URL in a button
Начато: leeC-2 в: Chat Support |
|
0 | 4 | 1 месяц назад | |
|
Siteground Memcache stops my global forms from translating properly
Начато: leeC-2 в: Chat Support |
|
1 | 2 | 1 месяц, 2 недели назад | |
|
Elementor form continues in original language
Начато: leeC-2 в: Chat Support |
|
0 | 2 | 1 месяц, 2 недели назад | |
|
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 месяц, 2 недели назад | |
|
unable to translate phone number in elementor list
Начато: leeC-2 в: Chat Support |
|
0 | 2 | 1 месяц, 4 недели назад | |
|
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 месяцев назад | ||
|
Error with some tables in the database
Начато: leeC-2 в: Chat Support |
|
1 | 2 |
2 года, 7 месяцев назад
|
|
|
CookieYes — text is in the default language before accepting the cookies
Начато: leeC-2 в: Chat Support |
|
1 | 2 |
2 года, 8 месяцев назад
|
|
|
Sticky link not working in elementor buttons
Начато: leeC-2 в: English Support |
|
2 | 4 | 3 года, 1 месяц назад | |
|
links behind the buttons are not translated
Начато: leeC-2 в: Chat Support |
|
1 | 2 |
3 года, 1 месяц назад
|
|
|
Translations via file
Начато: leeC-2 в: Chat Support |
|
1 | 2 |
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 месяцев назад |