Skip to content Skip to sidebar

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

Supporter timezone: America/Los_Angeles (GMT-07:00)

This topic contains 3 replies, has 0 voices.

Last updated by Bobby 2 months, 1 week ago.

Assisted by: Bobby.

Author Posts
February 3, 2026 at 8:58 pm #17789582

kurtK-7

I was on hold so long I never saw the support person jump on. I need to get this opened #17789463 so I can ask questions and work with someone

February 4, 2026 at 4:05 am #17789884

Bobby
WPML Supporter since 04/2015

Languages: English (English )

Timezone: America/Los_Angeles (GMT-07:00)

Hi there,

Are you referring to this ticket?
https://wpml.org/forums/topic/section-missing-from-wpml-editor/?log=view_ticket

The culprit for this issue is the Markup blocks

Right around “Features” you have:

A Heading block is closed even though a new heading isn’t properly opened:

You have <!-- /wp:heading --> after <h3>Features...</h3> even though the matching <!-- wp:heading --> for that <h3> is not there.

I changed the following:

<div class="wp-block-group"> <h3>Features<br /></h3> <!-- /wp:heading --></div>

to

<div class="wp-block-group">

<!-- wp:heading {"level":3} -->
<h3>Features<br /></h3>
<!-- /wp:heading -->
</div>

Screenshot 2026-02-03 at 8.03.17 PM.png
February 4, 2026 at 3:57 pm #17792887

kurtK-7

Why does my preview look complete different than your. Please see the attached. My WPML editor does not show Featured like yours

wpml-myabc.jpg
wpml-myabc-code.jpg
wpml-myabc-wp.jpg
February 4, 2026 at 7:35 pm #17793925

Bobby
WPML Supporter since 04/2015

Languages: English (English )

Timezone: America/Los_Angeles (GMT-07:00)

Thank you for updating me.

The issue here is caused because there are Guttenberg blocks that are corrupted.

It is importnat to create pages in one editor and not mix them.

For example if a page is created in Guttenberg to remain with the editor rather than switching to Classic and vice versa to avoid these issues.

I have revised the "code" to fix this issue, please see the Loom where I walk you through my work and thought process. (note -- it's a working video so it walks through my exact steps and what i did as I was working on the issue live so def not polished :), but i think this will help you see what I am referring to )

hidden link

The topic ‘[Closed] Can I get this turned into a ticket – #17789463’ is closed to new replies.