Cet utilisateur n'a pas de sujets favoris.
Sujets préférés du forum
Sujets de forum créés
Statut |
Sujet
|
Supporter | Les voix | Articles | Fraîcheur |
---|---|---|---|---|---|
Help needed translating Gravity Forms
Démarré par: Rick Hunnersen en: English Support |
0 | 6 | Il y a 1 semaine et 4 jours | ||
Translating theme strings
Démarré par: Rick Hunnersen en: Chat Support |
1 | 2 |
Il y a 4 mois et 2 semaines
|
||
Salient Account User link, multilanguage
Démarré par: Rick Hunnersen en: Chat Support |
1 | 2 |
Il y a 6 mois et 2 semaines
|
||
Too Many Redirects only on Dutch language
Démarré par: Rick Hunnersen en: Chat Support |
1 | 2 |
Il y a 7 mois et 1 semaine
|
||
ERR_TOO_MANY_REDIRECTS only on Dutch language + weird cart bugs
Démarré par: Rick Hunnersen en: Chat Support |
1 | 2 |
Il y a 7 mois et 1 semaine
|
||
my variations are all messed up on this French product
Démarré par: Rick Hunnersen en: Chat Support |
1 | 2 |
Il y a 8 mois et 2 semaines
|
||
Wp All import product issue
Démarré par: Rick Hunnersen en: Chat Support |
1 | 2 |
Il y a 8 mois et 2 semaines
|
||
Content imported via WP All Import + WPML is added to the translation editor?
Démarré par: Rick Hunnersen en: Chat Support |
1 | 2 |
Il y a 8 mois et 2 semaines
|
||
I get this error when translating a product
Démarré par: Rick Hunnersen en: English Support |
2 | 13 | Il y a 8 mois et 2 semaines | ||
After import not all of the content is visible in the translation editor.
Démarré par: Rick Hunnersen en: Chat Support |
1 | 2 |
Il y a 8 mois et 2 semaines
|
||
When I update to the newest version and change something on a product page, the product variation disappear and can not be added again
Démarré par: Rick Hunnersen
en: English Support
Problem: Solution: product_variation is set to "Translatable - only show translated items" in WPML > Settings > Post Types Translation. If the variations are still incorrect, you may need to: #First we obtain the language and store it as a variable SET @language_code = ( SELECT language_code FROM wp_icl_translations WHERE element_type = 'post_product' AND source_language_code IS NULL LIMIT 1 ); #We get here the post_product IDs for ease of use CREATE TEMPORARY TABLE temp_ids AS SELECT element_id FROM wp_icl_translations WHERE element_type = 'post_product' AND source_language_code IS NULL; # We update the post_product_variations based on the post_parent in wp_posts UPDATE wp_icl_translations SET language_code = @language_code WHERE element_id IN ( SELECT ID FROM wp_posts WHERE post_parent IN (SELECT element_id FROM temp_ids) ) AND element_type LIKE "post_product_variation"; #Here we clear the temporary table so that we leave no trace DROP TEMPORARY TABLE IF EXISTS temp_ids; Alternatively, you can remove and re-create the variations in the original language products. Please ensure you back up your database and website before making any changes. If the variations are still not displaying correctly after following these steps, you may need to re-translate the product to ensure the variations are correct in the secondary languages. If this solution does not apply to your situation, or if it seems outdated, we highly recommend checking the related 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 with us. |
2 | 8 | Il y a 8 mois et 2 semaines | ||
I can't create a menu switcher, because it says there are no menu's
Démarré par: Rick Hunnersen en: Chat Support |
1 | 2 |
Il y a 8 mois et 3 semaines
|
||
Fatal error: Uncaught TypeError: key(): Argument #1 ($array) must be of type array, null given in
Démarré par: Rick Hunnersen en: Chat Support |
1 | 2 |
Il y a 8 mois et 3 semaines
|
||
Fatal error: Uncaught TypeError: array_filter(): Argument #1 ($array) must be of type array, string given
Démarré par: Rick Hunnersen en: Chat Support |
1 | 2 |
Il y a 8 mois et 3 semaines
|
||
Critical Error when translating products after import
Démarré par: Rick Hunnersen
en: English Support
Problem: Solution: The client added that in this case, the issue seemed related to the following known issue: https://wpml.org/errata/advanced-custom-fields-php-fatal-error-uncaught-typeerror-array_filter-argument-1-array-must-be-of-type-array/. Please note that this solution might be outdated or not applicable to your case. If you're experiencing similar issues, we recommend checking the related known issues, verifying the version of the permanent fix, and ensuring you have the latest versions of themes and plugins installed. If the problem persists, please open a new support ticket with us for further assistance. |
2 | 11 | Il y a 8 mois et 3 semaines |