Skip Navigation

This is the technical support forum for WPML - the multilingual WordPress plugin.

Everyone can read, but only WPML clients can post here. WPML team is replying on the forum 6 days per week, 22 hours per day.

This topic contains 1 reply, has 0 voices.

Last updated by Carlos Rojas 1 month, 3 weeks ago.

Author Posts
May 19, 2025 at 3:44 pm #17049393

jamesR-40

Background of the issue:
I am trying to standardize the design of post grids across different languages on my WordPress site. I am using the Divi theme builder and the Divi Filtergrid plugin/module to display the post grid. The issue can be seen on the Spanish translated page: hidden link. I expected the recipe grid to have the same styling as the default English version: hidden link.

Symptoms:
The Spanish translated recipe grid appears unstylized, plain, and basic, unlike the other languages where the grid is styled correctly.

Questions:
Why does the Spanish translated recipe grid look different from other languages?
How can I ensure the styling is consistent across all language versions?

May 20, 2025 at 10:21 am #17052045

Carlos Rojas
WPML Supporter since 03/2017

Languages: English (English ) Spanish (Español )

Timezone: Europe/Madrid (GMT+02:00)

Hello,
Thank you for contacting us

1.- I can see that the recipes page is shown correctly in the other secondary languages, which means that this issue is only happening on the Spanish translation. Please check what the difference is (probably a page/element template) that might be active or loaded in the other secondary languages but not in the Spanish translation. If you are using a template to display the grid, then start from there.

2.- 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

Let us know if you need further assistance with this issue.

The topic ‘[Closed] Standardise designs between languages’ is closed to new replies.