Problem: Sie versuchen, einzelne Seiten Ihrer Webseite zu übersetzen und haben Schwierigkeiten, bestimmte Custom Fields zu aktivieren bzw. zu deaktivieren. Solution: Wenn Sie Probleme mit der Übersetzung von Gutenberg-Blöcken haben, empfehlen wir Ihnen, die folgende XML-Konfiguration zu verwenden:
Falls diese Lösung veraltet ist oder nicht auf Ihr Problem zutrifft, empfehlen wir Ihnen, ein neues Support-Ticket zu eröffnen. Überprüfen Sie auch die bekannten Probleme, bestätigen Sie die Version der dauerhaften Lösung und stellen Sie sicher, dass Sie die neuesten Versionen Ihrer Themes und Plugins installiert haben.
Problema: Tienes una cadena que ya está traducida, pero no se muestra la traducción en la sección de 'Aplicaciones' del formulario en tu sitio web. Los iconos en esta sección no aparecen traducidos, aunque deberían estarlo. Solución: Hemos realizado una prueba con un producto en inglés y los elementos de la lista aparecieron traducidos correctamente. Te recomendamos que completes todas las traducciones de todos los productos y verifiques nuevamente. Puedes hacerlo manualmente o utilizando la traducción automática. Aquí tienes el enlace al video que muestra exactamente dónde y cómo se pueden traducir los valores: https://www.loom.com/share/ecf64b5b4a854fe8b334a2989e360a1a?sid=b5cda856-de87-4fc4-8aa4-4a75adc548e2
Si la solución propuesta no resuelve tu problema o si la información parece desactualizada, te recomendamos abrir un nuevo ticket de soporte. También te sugerimos revisar los problemas conocidos en https://wpml.org/known-issues/, verificar la versión de la solución permanente y confirmar que tienes instaladas las últimas versiones de los temas y plugins.
Problem: The client is unable to see the translated ACF labels in English on their website despite adding translations and following a tutorial. The labels are still displayed in Polish. Solution: We recommend the following steps to resolve the issue: 1. Ensure you have a full backup of your website. 2. Access your database via DB Adminer or a similar tool. 3. Execute the following SQL query to remove incorrect translations from the database:
DELETE FROM 8VfaM1p_icl_translations WHERE element_type = 'post_acf-field-group';
Note: Replace '8VfaM1p' with your actual table prefix. 4. Rename all Field Labels within the 'NowePortfolio' field group temporarily, then revert them to their original names. 5. Make a minor edit to the portfolio item 'Zaprawieni – Case Study działania marketingowe', such as adding a space, and save the changes. 6. Check if the labels are now available for translation. If these steps are too complex, please contact us for further assistance. Additionally, if the labels are hard-coded in your theme, you will need to consult with your theme developer to apply the necessary changes according to our developer documentation.
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.
Problème : Après une mise à jour du plugin Elementor, un message d'erreur indiquant que le nombre maximal de questions a été dépassé est apparu, malgré la mise à jour réussie d'Elementor. Le problème provenait de la ligne
define('WP_MEMORY_LIMIT', '512M')
mal placée dans le fichier wp-config.php. Solution : Nous avons suggéré de déplacer la ligne
define('WP_MEMORY_LIMIT', '512M')
avant le commentaire
/* That's all, stop editing! Happy blogging. */
pour qu'elle soit prise en compte par WordPress. De plus, pour résoudre l'erreur de dépassement du nombre maximal de questions, nous avons recommandé d'exécuter les commandes suivantes dans phpMyAdmin :
SET @MAX_QUESTIONS=0 ;<br />FLUSH ;
ou
UPDATE user SET max_questions = 0 WHERE user = 'Inscrivez votre nom d'utilisateur ici' ;<br />FLUSH PRIVILEGES;
Nous avons également conseillé d'augmenter la valeur de
WP_MEMORY_LIMIT
à au moins 256M et de vérifier la valeur de PHP
max_input_vars
. Pour plus d'informations sur l'augmentation de la limite de mémoire, consultez ce guide.
Si cette solution ne résout pas votre problème ou semble dépassée, nous vous recommandons de vérifier les problèmes connus, de confirmer que vous avez installé les dernières versions des thèmes et plugins, et d'ouvrir un nouveau ticket de support si nécessaire.
Problem: You are experiencing a website crash when using the WooCommerce Multilingual & Multicurrency Plugin, which also stops product translations from working after deactivation. The issue seems to be exacerbated by the use of multiple caching plugins, specifically Docket Cache. Solution: We recommend clearing the cache used by the Docket Cache plugin and deactivating it to see if this resolves the issue. It's also advisable to avoid using multiple caching plugins simultaneously. Instead, you could use a WPML-compatible cache plugin for better performance. You can find a list of compatible plugins here: https://wpml.org/plugin/.
If this solution does not apply to your case, or if it seems outdated, please check for related known issues at https://wpml.org/known-issues/, verify the version of the permanent fix, and confirm that you have installed the latest versions of themes and plugins. If the problem persists, we highly recommend opening a new support ticket for further assistance.
Problem: You are using WPML to manage translations on your site and are facing issues where pages revert to English after being manually translated. Additionally, you are having difficulty finding and translating certain WooCommerce text strings like 'add to cart'. Solution: If you're experiencing these issues, we recommend you try the following steps: 1. Ensure you have a full backup of your website. 2. Navigate to WPML > Theme and Plugin Localization; 3. Select and scan your theme; 4. Select and scan the WooCommerce plugin; 5. Go to WPML > String Translation; 6. Search for and translate the strings you need.
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 these steps do not resolve your issue, please open a new support ticket at WPML support forum for further assistance.