Cet utilisateur n'a aucun sujet favori.
Sujets de forum favoris
Sujets de forum créés
| Statut |
Sujet
|
Support | Voix | Messages | Fraîcheur |
|---|---|---|---|---|---|
|
Auto translate fails to update the post_content of some posts
1
2
Commencé par : Paradigm dans : English Support |
|
0 | 21 | Il y a 14 heures et 47 minutes | |
|
Auto translate fails to update the post_content of some posts
1
2
Commencé par : Paradigm
dans : English Support
Problem: ALTER TABLE `wp_icl_strings` ROW_FORMAT=DYNAMIC, CONVERT TO CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci; ALTER TABLE `icl_string_translations` ROW_FORMAT=DYNAMIC, CONVERT TO CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci; After running these queries, update the page in the primary language and retranslate it. If the issue persists or if this solution becomes outdated, please check related known issues, verify the version of the permanent fix, and confirm that you have installed the latest versions of themes and plugins. If necessary, do not hesitate to open a new support ticket. |
|
0 | 27 | Il y a 1 mois et 2 semaines | |
|
Auto translate fails to update the post_content of some posts
Commencé par : Paradigm dans : Chat Support |
|
1 | 4 | Il y a 2 mois | |
|
ATE not showing link editing for internal links
Commencé par : Paradigm dans : English Support |
0 | 3 | Il y a 9 mois et 3 semaines | ||
|
WPML translation editor
Commencé par : Paradigm dans : English Support |
|
0 | 14 | Il y a 10 mois et 2 semaines | |
|
Importing a glassary CSV has no effect
Commencé par : Paradigm dans : English Support |
|
0 | 5 | Il y a 1 année et 2 mois | |
|
hreflang tags not rendered on my public post with a custom post status
Commencé par : Paradigm
dans : English Support
Problem: /**<br /> * Fix post status issue for WPML hreflangs.<br /> * <br /> * @link wpmlsupp-11719<br /> */<br />add_filter('wpml_head_langs', function($args){<br /> $change_post_status = function( $post_status ) {<br /> //Change dormant to actual custom post status.<br /> if ($post_status === 'dormant') {<br /> return 'publish';<br /> }<br /><br /> return $post_status;<br /> };<br /><br /> add_filter('get_post_status', $change_post_status);<br /><br /> add_filter('wpml_hreflangs', function($args) use ($change_post_status){<br /> remove_filter('get_post_status', $change_post_status);<br /> return $args;<br /> });<br /><br /> return $args;<br />});After implementing this code, please verify if the hreflang tags are correctly rendering for your posts. If this solution does not resolve your issue or seems irrelevant due to being outdated or not applicable to your case, we highly recommend checking related known issues, verifying the version of the permanent fix, and confirming that you have installed the latest versions of themes and plugins. If further assistance is needed, please open a new support ticket. |
|
2 | 6 | Il y a 1 année et 9 mois | |
|
WPML chat support ticket by Vickie – 1715606838
Commencé par : Paradigm dans : English Support |
1 | 1 |
Il y a 1 année et 9 mois
|
||
|
wp_logout_url() is producing an incorrect URL
Commencé par : Paradigm dans : Chat Support |
|
1 | 2 |
Il y a 3 années et 1 mois
|