Saltar navegación

Este hilo está resuelto. Aquí tienes una descripción del problema y la solución.

Problem:
The client is experiencing issues with the Conditional Menus plugin when setting up different menu conditions for the Spanish and Catalan versions of their site using WPML. Specifically, creating a condition for the Catalan site overwrites the Spanish condition. Additionally, there is confusion about the memory limit displayed in their system.
Solution:
1. Since the 'Conditional Menus' plugin has not been validated by our compatibility team, we recommend contacting the plugin authors to confirm if their plugin is compatible with WPML and to request instructions on how to correctly translate the conditions.
2. To address the memory limit issue, increase the WordPress memory limit by adding the following line to your wp-config.php file:

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

Ensure to place it above the line /* That's all, stop editing! Happy blogging. */. You can verify the WordPress memory limit in WPML -> Support.
3. Ensure that all WPML plugins are updated to the latest version by navigating to Plugins -> Add new -> Commercial tab.

If this solution does not resolve your issue or seems outdated, please check 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. We highly recommend opening a new support ticket if the problem persists. For further assistance, visit our support forum at https://wpml.org/forums/.

Este es el foro de soporte técnico de WPML, el plugin multilingüe de WordPress.

Todas las personas pueden leerlo pero solo los clientes de WPML pueden ingresar comentarios. El equipo de WPML responde en los foros 6 días a la semana, 22 horas por día.

Etiquetado: 

Este tema contiene 3 respuestas, tiene 0 voces.

Última actualización por Carlos Rojas hace 3 semanas, 3 días.

Asistido por: Carlos Rojas.

Autor Entradas
mayo 9, 2025 en 8:37 pm #17017896

emiliH

Antecedentes del problema:
I have the Conditional Menus (https://wordpress.org/plugins/conditional-menus/) plugin installed on my site enlace oculto. I am trying to create different menu conditions for the Spanish and Catalan versions of my site using WPML.

Síntomas:
When I create a condition for the Spanish version, it works fine. However, creating a condition for the Catalan site overwrites the Spanish condition.

Preguntas:
Is this a WPML compatibility issue?
Is the issue related to the Conditional Menus plugin?

mayo 12, 2025 en 9:24 am #17021832

Carlos Rojas
Partidario de WPML desde 03/2017

Idiomas: Inglés (English ) Español (Español )

Zona horaria: Europe/Madrid (GMT+02:00)

Hello,
Thank you for contacting us

1. Our compatibility team hasn't validated the 'Conditional Menus' plugin yet, so we can't say it is compatible. I'd recommend contacting the authors and asking them if their plugin is compatible with WPML. If so, ask them for the steps to translate the conditions correctly.

2.- Please increase the WP memory Limit. Minimum requirements are 128Mb: https://wpml.org/home/minimum-requirements/
You can add this to wp-config.php to increase WP memory:`

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

- Add it above the line /* That's all, stop editing! Happy blogging. */

You can double-check the WordPress memory limit in WPML -> Support

3.- Last but not least, don't forget to update the WPML plugins to the latest version. You can update the WPML plugins in Plugins -> Add new -> Commercial tab.

Regards,
Carlos

mayo 12, 2025 en 8:38 pm #17024579

emiliH

Thanks for your answer. Do you have a plugin that acts similiar to "conditional menus" that you know is 100% compatible with WPML?

And I don't know why you are seen 128M of memory limit. My server is set to 256M:

Captura de pantalla 2025-05-12 143717.png
mayo 13, 2025 en 8:47 am #17025919

Carlos Rojas
Partidario de WPML desde 03/2017

Idiomas: Inglés (English ) Español (Español )

Zona horaria: Europe/Madrid (GMT+02:00)

Hi there,

1.- Unfortunately, we don't have a similar plugin validated by our compatibility team yet. You can double-check it here: https://wpml.org/plugin/

2. The memory limit on the screenshot you share is the PHP memory limit, which is different from the WordPress memory limit.