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.

Sun Mon Tue Wed Thu Fri Sat
9:00 – 18:00 9:00 – 18:00 9:00 – 18:00 9:00 – 18:00 9:00 – 18:00 - -
- - - - - - -

Supporter timezone: Africa/Cairo (GMT+03:00)

This topic contains 1 reply, has 2 voices.

Last updated by Osama Mersal 9 months, 4 weeks ago.

Assisted by: Osama Mersal.

Author Posts
August 10, 2024 at 10:17 pm #16058895

pietroM-14

Background of the issue:
I'm trying to translate my whole website, but the layout breaks when I switch to secondary languages. URL: hidden link

Symptoms:
The design breaks when I switch to secondary languages. Some images disappear, background colors are gone, etc.
Also, code elements break, I have an element called "Wave Divider", which is the moving waves in between some sections, in secondary languages it breaks.

Questions:
Why does the layout break when switching to secondary languages?
Why do some images disappear and background colors go missing in secondary languages?

August 11, 2024 at 10:35 am #16059281

Osama Mersal
WPML Supporter since 02/2020

Languages: English (English ) Arabic (العربية )

Timezone: Africa/Cairo (GMT+03:00)

Hi,

Thanks for contacting WPML forums support. I'll be glad to help you today.

1) Would you please share screenshots or a screen-recorded video while reproducing the issue?

2) It's not related to the issue, but according to your Debug.info, the WP memory limit needs to be increased. PHP memory is fine, but WordPress uses 40Mb as default. The minimum requirements for WPML are 128 MB. (Kindly check this page https://wpml.org/home/minimum-requirements/)

You can increase it by adding the following code in your wp-config.php file right before the /* That's all, stop editing! Happy publishing. */ line:

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

Best regards,
Osama

The topic ‘[Closed] Site breaks in other languages’ is closed to new replies.