If you're experiencing a 404 error when a non-admin user tries to access a resume in a different language on your site using WP Job Manager's Resume Manager, it might be due to the translation of the resume post type's slug. Admin users do not face this issue because they bypass certain permission checks.
Solution:
We recommend following these steps to resolve the issue:
4) Go to WPML>>Settings>>Slug translations and ensure that "Translate custom post and taxonomy base slugs (via WPML String Translation)." option is selected. 5) In the "Post Types Translation" section, translate the Resumes Post Type slugs. 6) Navigate to Settings>>Permalinks and resave the settings.
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. If issues persist, please open a new support ticket.
Problème : Le client a rencontré une erreur 'Unable to register : Site key not matching' lors de la tentative d'enregistrement de la clé en mode développement ou production sur un site utilisant Bedrock avec la variable d'environnement WP_ENV='staging'. Solution : Nous avons conseillé au client de suivre ces étapes pour résoudre le problème : 1. Accéder à la page de votre compte WPML en suivant ce lien : https://wpml.org/account/sites/ 2. Supprimer la clé du site existante. 3. Aller dans 'Plugins' -> 'Ajouter un nouveau' -> Onglet 'Commercial'. 4. Cliquer sur 'Enregistrer WPML'. 5. Cliquer sur 'Get a key for this site' (Obtenir une clé pour ce site). 6. Enregistrer le site et entrer la nouvelle clé. Si le problème persiste, nous avons demandé au client de partager l'accès à son site pour une investigation plus approfondie.
Il est possible que cette solution ne soit plus pertinente en raison de mises à jour ou de différences dans votre cas spécifique. Nous vous recommandons de vérifier les problèmes connus sur https://wpml.org/known-issues/, de vérifier la version du correctif permanent et de confirmer que vous avez installé les dernières versions des thèmes et plugins. Si le problème persiste, n'hésitez pas à ouvrir un nouveau ticket de support sur notre forum de support.
Problema: Se você deletou grupos de campos do ACF Pro e ainda está sendo cobrado pela tradução, pode ser que os campos não tenham sido completamente removidos do banco de dados do WPML. Solução: Primeiramente, faça um backup completo do seu site. Em seguida, siga estes passos: 1. Acesse WPML > Suporte > Solução de Problemas. 2. Clique nos botões 'Clear the Cache in WPML' e 'Remove ghost entries from the translation tables'. 3. Verifique o editor de traduções de uma página que apresentava este problema. 4. Se os campos ainda estiverem lá, faça uma pequena alteração na página original e salve, como adicionar um espaço em branco em um parágrafo de texto.
Sobre os créditos cobrados indevidamente, o WPML utiliza uma funcionalidade chamada Translation Memory, que salva termos já traduzidos. Se os termos foram cobrados, mas já estavam na memória de tradução, isso não deveria ocorrer. Verificamos a tradução mencionada e repusemos 356 créditos ao saldo do seu site, pois os termos já estavam salvos na memória de tradução.
Se esta solução não resolver seu problema ou se ela parecer desatualizada, recomendamos que verifique os problemas conhecidos e confirme que você instalou as versões mais recentes de temas e plugins. Caso ainda precise de assistência, por favor, abra um novo ticket de suporte no fórum de suporte do WPML.
Problem: If you're experiencing a critical error message when trying to save widgets in your WordPress using the ACFML plugin, it might be due to a specific widget passing an ACF field with multiple rows, which our code does not handle correctly as it expects string values only. Solution: We recommend modifying the method in
Please implement this solution on your website after backing it up. If this solution does not resolve your issue or seems irrelevant due to updates or different circumstances, 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 further assistance is needed, please open a new support ticket at WPML support forum.
If this solution does not apply to your case, or if it seems outdated, 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. Should you need further assistance, please open a new support ticket.
Problem: You are using WPForms and WPML integration, and it is translating all the Smart Tags like {all_fields}, which stops them from working properly. The Smart Tags are being translated, resulting in {all_fields} being shown as {alle_Felder}. Solution: We recommend adding the following code to your functions.php file to prevent Smart Tags from being translated:
// WPML Workaround for compsupp-7788
add_filter( 'wpml_tm_job_field_is_translatable', 'compsupp_skip_wpforms_smart_tags', 10, 2 );
function compsupp_skip_wpforms_smart_tags( $is_translatable, $job_translate ) {
$data = $job_translate['field_data'];
if ( 'base64' === $job_translate['field_format'] ) {
$data = base64_decode( $data );
}
// Check if data exists and starts with '{'
if (isset($data) && strpos($data, '{') === 0) {
return false;
}
return true;
}
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 this does not resolve your issue, please open a new support ticket.
Problem: The client is trying to relate different content in different languages on their site using ACF fields. Specifically, they want to assign different authors to blog posts and different features to products in different language versions. Solution: We found that the Field Group was only assigned to the Blog post type and not the Products post type. However, the post object field settings were configured to filter both Blog posts and Product posts. To achieve the desired functionality of linking different content in different languages, the translation settings for the Products post type must be changed to "Translatable." This adjustment will allow the client to link to Products via the Post Object field as intended.
If this solution does not resolve your issue or seems outdated, we recommend opening a new support ticket. Additionally, 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. For further assistance, please visit our support forum at WPML Support Forum.
Problema: El cliente está intentando actualizar las traducciones de varias páginas en español, pero los cambios se reflejan en la administración y no en la web. Las traducciones actualizadas no se muestran correctamente en el front end. Solución: 1. Se sugirió al cliente contactar con su proveedor de hosting para verificar la configuración del servidor, ya que una copia local del sitio no presentaba el mismo problema. 2. Se identificó que el uso de memcached estaba interfiriendo con la actualización de las traducciones en el front end. Al desactivar memcached, los cambios en las traducciones se reflejaron inmediatamente. 3. Si el cliente decide reactivar memcached, debe seguir las instrucciones específicas para configurarlo con WPML, disponibles en https://wpml.org/documentation/support/using-wpml-with-memcached-caching/.
Es posible que esta solución pueda ser irrelevante debido a que está desactualizada o no aplicable a tu caso. Si los problemas persisten, te recomendamos abrir un nuevo ticket de soporte y verificar los problemas conocidos en https://wpml.org/known-issues/. Asegúrate también de tener instaladas las últimas versiones de los temas y plugins.
Problem: Sie versuchen eine Seite auf Ihrer Website mit WPML zu übersetzen, aber die Seite wird nicht übersetzt und zeigt stattdessen einen leeren Bildschirm. Das Problem tritt spezifisch bei dieser einen Seite auf. Solution: Wenn Sie auf das gleiche Problem stoßen, empfehlen wir Ihnen, den Inhalt Ihrer Seite auf "nbsp" HTML Tags zu überprüfen und diese zu entfernen. Diese Tags könnten die Ursache für das Problem sein.
Falls diese Lösung veraltet ist oder nicht auf Ihr Problem zutrifft, empfehlen wir Ihnen, ein neues Support-Ticket zu eröffnen. Wir empfehlen auch, die Seite mit bekannten Problemen zu überprüfen, die Version der dauerhaften Lösung zu verifizieren und zu bestätigen, dass Sie die neuesten Versionen von Themes und Plugins installiert haben.