Sauter la navigation

Il s'agit du forum d'assistance technique de WPML, le plug-in multilingue pour WordPress.

Il est accessible à tous, toutefois seuls les clients de WPML peuvent y publier leurs messages. L'équipe du WPML répond sur le forum 6 jours par semaine, 22 heures par jour.

Sun Mon Tue Wed Thu Fri Sat
- 6:00 – 12:00 8:00 – 12:00 6:00 – 12:00 8:00 – 12:00 6:00 – 12:00 -
- 13:00 – 15:00 13:00 – 17:00 13:00 – 15:00 13:00 – 17:00 13:00 – 15:00 -

Fuseau horaire du supporter: America/Lima (GMT-05:00)

Marqué : 

Ce sujet contient 3 réponses, a 0 voix.

Dernière mise à jour par Nicolas V. Il y a 6 heures et 42 minutes.

Assisté par: Nicolas V..

Auteur Articles
Novembre 29, 2024 à 2:45 pm #16459942

Martin D

Contexte de la question:
I translated a page on my website, lien caché, and I am trying to achieve a proper translation with the classic website layout.

Symptômes:
The translated page has the layout of a word page and does not appear in the overview of translated pages.

Questions:
Why does the translated page have the layout of a word page?
Why is the translated page not showing up in the overview of translated pages?

Novembre 29, 2024 à 4:16 pm #16460622

Nicolas V.
Supporter

Les langues: Anglais (English ) Français (Français )

Fuseau horaire: America/Lima (GMT-05:00)

Bonjour,

Merci d'avoir contacté le support de WPML. Commençons par remplir les exigences minimales de WPML. Je vois que vous avez une allocation de mémoire PHP très basse (40M). La configuration minimale requise pour WPML est de 128M, mais nous recommandons 256M :
- Accédez à votre serveur via FTP et ouvrez le fichier wp-config.php (dans le root de votre WordPress).
- Insérez ces lignes juste avant /* That's all, stop editing! Happy blogging. */

/* Memory Limit */
define( 'WP_MEMORY_LIMIT', '256M' );

Plus d'info: https://wpml.org/fr/accueil/exigences-minimales/

---

Maintenant, en ce qui concerne la mise en page, cela est dû à une erreur critique sur votre site. Veuillez activer WP_DEBUG pour avoir plus de détails sur l'erreur. Cela nous aidera à identifier la cause.
- Accédez à votre serveur via FTP et ouvrez wp-config.php (à la racine de votre installation WordPress).
- Insérez ces lignes just avant /* That's all, stop editing! Happy blogging. */

define( 'WP_DEBUG', true );
define( 'WP_DEBUG_LOG', true );
define( 'WP_DEBUG_DISPLAY', false );

- Reproduisez le problème en visitant la page Française, puis accédez au fichier debug.log ici: /wp-content/debug.log et copiez/collez l'information dans votre prochaine réponse.
Plus d'info: https://wordpress.org/support/article/debugging-in-wordpress/

décembre 3, 2024 à 1:36 pm #16472124

Martin D

Hello, thanks your for your advice. Unfortunately I have no idea where and how to do that. I have no coding skills at all. Is there a way to solve this anyway? Thanks in advance

décembre 3, 2024 à 11:21 pm #16473950

Nicolas V.
Supporter

Les langues: Anglais (English ) Français (Français )

Fuseau horaire: America/Lima (GMT-05:00)

Hi,

Could you please provide me with a temporary admin access (wp-admin and FTP) – preferably to a test site where the issue has been replicated – so I can help you out. I will activate a private field for your next answer where you can provide that information safely (this field is only visible by you and the support team). Don't share your own admin account, create a new one that you will delete when we finish troubleshooting.

IMPORTANT: Before we proceed, please backup your site and database.

PS: If you can't give me access to an FTP account, please install the plugin "WP File Manager".