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 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 -
- 13:00 – 18:00 13:00 – 18:00 13:00 – 18:00 13:00 – 18:00 13:00 – 18:00 -

Supporter timezone: Asia/Singapore (GMT+08:00)

This topic contains 1 reply, has 0 voices.

Last updated by Kor 2 months, 1 week ago.

Assisted by: Kor.

Author Posts
April 7, 2025 at 4:02 am #16902169

dmitriS-7

Background of the issue:
I installed WPML and attempted to use it with Beaver Builder on my website. I was trying to switch languages on the live site using the language selection feature.

Symptoms:
When I click on the language selection, the language pages (e.g., /he, /ru) appear blank. Additionally, when accessing these translated pages through the Beaver Builder editor, it seems that the template used for the original website is broken.

Questions:
Why do the language pages appear blank when using WPML with Beaver Builder?
How can I fix the broken template issue in Beaver Builder when using WPML?

April 8, 2025 at 6:02 am #16906780

Kor
WPML Supporter since 08/2022

Languages: English (English )

Timezone: Asia/Singapore (GMT+08:00)

Hi there,

Thanks for contacting us. Could you please share your Website URL here so that I can check this out for you?

While checking the debug info, I see that the WordPress Memory Limit is below the requirements. The minimum requirements are 128M, but we do recommend 256M and the debug information of your site shows it set to 40M. Please check this link for more details
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:

define( 'WP_MAX_MEMORY_LIMIT', '256M' );
define( 'WP_MEMORY_LIMIT', '128M' );

After adding the code you can confirm that the memory was changed correctly from WPML > Support > WordPress > Memory limit.

The topic ‘[Closed] BeaverBuilder and WPML broken templates’ is closed to new replies.