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

Last updated by Lucas Vidal de Andrade 1 year, 2 months ago.

Author Posts
February 22, 2024 at 1:00 am #15330836

krisW-4

When saving page - Enfold Code Block - adding <p> and </br> tags to my code - specifically styles - This only happens on not main language

Example:

<style>
.form-container {<br />
max-width: 600px;<br />
margin: auto;<br />
background-color: #fff;<br />
padding: 0px;<br />
}</p>

February 22, 2024 at 10:58 am #15332941

Lucas Vidal de Andrade
WPML Supporter since 11/2023

Languages: English (English ) Spanish (Español ) German (Deutsch ) Portuguese (Brazil) (Português )

Timezone: America/Sao_Paulo (GMT-03:00)

Thank you for contacting WPML support. While you are waiting for one of my colleagues to take this ticket and work on it, let me provide you with first debugging steps or if I can perhaps help with the issue quickly.

I checked your debug info and noticed that your website doesn't have the minimum memory required for WPML to work. WPML requires a memory limit of at least 128MB while 256MB is recommended. See https://wpml.org/home/minimum-requirements/ for detailed information. You can set WP Memory Limit in your wp-config.php file by adding following code:

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

See:

https://wordpress.org/support/article/editing-wp-config-php/#increasing-memory-allocated-to-php

for details. Increasing WP Memory may help improve the performance and sometimes also help resolving such issues.

About the html tags themselves, one of my colleagues you soon come to assist you with it.

The topic ‘[Closed] Enfold Code Block – adding and tags to my code – specifically styles’ is closed to new replies.