Questo utente non ha argomenti preferiti.
Argomenti del forum preferiti
Argomenti del forum creati
Stato |
Argomento
|
Sostenitore | Voci | Post | Freschezza |
---|---|---|---|---|---|
Masonry Grid of logos not working on destination language page
Iniziato da: paulS-91 in: Chat Support |
|
1 | 2 | 2 mese, 1 settimana fa | |
String translation going back to source language ENG->SPA->ENG
Iniziato da: paulS-91
in: English Support
Problem: <wpml-config> <shortcodes> <shortcode> <tag>forminator_form</tag> <attributes> <attribute>id</attribute> </attributes><attributes> </attributes></shortcode> </shortcodes> </wpml-config> Next, use this PHP snippet to allow translating numeric values like IDs with the Advanced Translation Editor (ATE): /** * Allow translating numbers * * @see https://wpml.org/forums/topic/wpbakery-post-grid-element-exclude-from-filter-list-category-reappears<br /> */ function wpmlsupp_7499_allow_translating_numbers( $is_translatable, $job_translate ) { $data = $job_translate['field_data']; if ( 'base64' === $job_translate['field_format'] ) { $data = base64_decode( $data ); } if ( is_numeric( $data ) ) { return true; } return $is_translatable; } add_filter( 'wpml_tm_job_field_is_translatable', 'wpmlsupp_7499_allow_translating_numbers', 10, 2 ); After applying these changes, edit the form shortcode in the original content and open ATE. If the ID is not directly visible, use the search bar to locate it. When translating, replace the original ID with the correct ID of the translated form. 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. |
|
2 | 4 | 8 mese, 3 settimana fa | |
Missing string for translation
Iniziato da: paulS-91
in: English Support
Problem: Please note that solutions might become outdated or may not directly apply 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 continues, please do not hesitate to open a new support ticket at WPML support forum. |
|
2 | 5 | 8 mese, 3 settimana fa | |
Featured image showing huge in translations
Iniziato da: paulS-91 in: English Support |
|
2 | 2 | 9 mese, 4 settimana fa | |
Translation Missing
Iniziato da: paulS-91 in: Chat Support |
|
1 | 2 |
10 mese fa
|
|
Translation into Spanish
Iniziato da: paulS-91 in: Chat Support |
|
1 | 2 |
10 mese fa
|
|
Button translation on WordPress
Iniziato da: paulS-91 in: English Support |
2 | 2 | 10 mese fa | ||
Source content is missing to translate
Iniziato da: paulS-91 in: Chat Support |
|
1 | 2 |
10 mese fa
|
|
Content automatically translated back into source language
Iniziato da: paulS-91 in: Chat Support |
|
1 | 2 |
10 mese fa
|
|
Translation Stuck
Iniziato da: paulS-91 in: Chat Support |
|
1 | 2 |
10 mese, 1 settimana fa
|
|
Translated events put as draft are still visible in event lists
Iniziato da: paulS-91 in: English Support |
|
2 | 2 | 1 anno, 8 mese fa | |
Page not showing translations
Iniziato da: paulS-91 in: English Support |
|
2 | 9 | 2 anno, 9 mese fa | |
How do I learn how many credits I have left?
Iniziato da: paulS-91 in: English Support |
|
2 | 2 |
3 anno, 3 mese fa
paulS-91 |
|
WPML chat support ticket by paulS-91 – 1645624131
Iniziato da: paulS-91 in: Chat Support |
|
1 | 1 |
3 anno, 3 mese fa
|
|
Wrong event date for cloned event
Iniziato da: paulS-91 in: English Support |
|
2 | 4 | 3 anno, 6 mese fa |