Cet utilisateur n'a aucun sujet favori.
Sujets de forum favoris
Sujets de forum créés
| Statut |
Sujet
|
Support | Voix | Messages | Fraîcheur |
|---|---|---|---|---|---|
|
Auto Translation not working
Commencé par : nicolasP-67 dans : Chat Support |
|
0 | 2 | Il y a 4 mois et 4 semaines | |
|
Last_name string translated, but not visible on the frontend?
Commencé par : nicolasP-67
dans : English Support
Problem: Add the following code to your functions.php to make the field translatable: add_filter( 'wpml_translatable_user_meta_fields', function( $fields ) {<br /> $fields[] = 'tittel__stilling';<br /> return $fields;<br />} );To display this translated string on the frontend using Elementor, add this code to your functions.php: function wpml_translated_author_text() {<br /> $author_id = get_queried_object_id();<br /> $text = get_the_author_meta('tittel__stilling', $author_id);<br /><br /> return esc_html($text);<br />}<br />add_shortcode('author_text', 'wpml_translated_author_text');Then, use the shortcode [author_text] in your Elementor template to display the translated string. If this solution does not apply to your case, or if it seems outdated, we highly recommend checking related known issues at WPML Known Issues, verifying the version of the permanent fix, and confirming that you have installed the latest versions of themes and plugins. If issues persist, please open a new support ticket. |
|
0 | 14 | Il y a 10 mois et 2 semaines | |
|
Split: post not translated
Commencé par : nicolasP-67
dans : English Support
Problem: If these steps do not resolve the issue or if the solution 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 persist, please open a new support ticket. |
|
0 | 4 | Il y a 10 mois et 3 semaines | |
|
WPML conflict with Loco Translate
Commencé par : nicolasP-67
dans : English Support
Problem: If this solution does not apply to your case, or if it 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. Should you need further assistance, please do not hesitate to open a new support ticket at WPML support forum. |
|
0 | 5 | Il y a 10 mois et 3 semaines | |
|
Author bio string translated but not showing on frontend in other languages
1
2
Commencé par : nicolasP-67 dans : English Support |
|
0 | 18 | Il y a 10 mois et 3 semaines |