Questo utente non ha argomenti preferiti.
Argomenti preferiti del forum
Argomenti del forum creati
| Stato |
Argomento
|
Supporter | Voci | Post | Freschezza |
|---|---|---|---|---|---|
|
Jet Engine – WPML translation issues
Iniziato da: leeC-2 in: English Support |
|
0 | 5 | 2 giorno, 18 ora fa | |
|
Translating LearnDash in WordPress
Iniziato da: leeC-2 in: Soporte en español |
|
0 | 13 | 4 giorno, 16 ora fa | |
|
troubleshoot warning “clear languages and repopulare languaes” is not available
Iniziato da: leeC-2 in: Chat Support |
|
0 | 2 | 2 settimana, 5 giorno fa | |
|
Switch site main language
Iniziato da: leeC-2 in: Chat Support |
|
0 | 2 | 1 mese, 3 settimana fa | |
|
WPML showing just a white screen, no errors no nothing, just a white screen
Iniziato da: leeC-2 in: English Support |
|
1 | 5 | 2 mese, 2 settimana fa | |
|
Staging to live key
Iniziato da: leeC-2 in: Chat Support |
|
0 | 4 | 2 mese, 3 settimana fa | |
|
Elementor global form not showing translation
1
2
Iniziato da: leeC-2
in: 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 | 3 mese, 1 settimana fa | |
|
Using language switcher as URL in a button
Iniziato da: leeC-2 in: Chat Support |
|
0 | 4 | 4 mese fa | |
|
Siteground Memcache stops my global forms from translating properly
Iniziato da: leeC-2 in: Chat Support |
|
1 | 2 | 4 mese, 2 settimana fa | |
|
Elementor form continues in original language
Iniziato da: leeC-2 in: Chat Support |
|
0 | 2 | 4 mese, 2 settimana fa | |
|
WPML tried to translate this page three times and failed. To get it fixed, contact
Iniziato da: leeC-2
in: 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 | 4 mese, 2 settimana fa | |
|
unable to translate phone number in elementor list
Iniziato da: leeC-2 in: Chat Support |
|
0 | 2 | 4 mese, 4 settimana fa | |
|
500 error
Iniziato da: leeC-2 in: English Support |
|
1 | 3 |
2 anno, 3 mese fa
|
|
|
Menus are showing 2 times on translated content
Iniziato da: leeC-2 in: English Support |
2 | 2 | 2 anno, 10 mese fa | ||
|
Error with some tables in the database
Iniziato da: leeC-2 in: Chat Support |
|
1 | 2 |
2 anno, 10 mese fa
|