Site logo

Archived topic

Section text mode jumps to visual

5 replies · Started by webcréateur on May 21, 2019

Viewing posts 1–6 of 6

Hi,

We have issues with the visual mode of Section.

In the past, if we edited and saved a page in text mode and wanted to edit it again later, the text mode would not be changed.

Recently the editor jumps constantly in the visual mode and partially cuts my html changes.

Any solutions please? Is it possible to deactivate the visual mode completely?

Thank you.

Best regards!

Hi there,

This is a known bug in GPP 1.8.2 and WP 5.0. We're working on a fix.

If the editor is stripping HTML, it typically means that HTML is invalid/has errors.

Hi Tom,

I also have issues with div and an class I defined. It worked fine before, too.

For example I have the following css

.seo-box {
    margin: 6px 0 10px;
    padding: 10px 10px 10px 10px;
    border: 3px solid #000!important;
    border-radius: 6px;
}

And div-tag:

<div class="seo-box" style="text-align: center;">
<div style="color: #000; font-size: 28px; text-transform: uppercase; text-align: center;">My Text here</div>
Text. Text.
</div>

This is not working anymore but it worked before ...

I am using the mentioned div in the shortcode of Lightweight Grid Columns Plugin, like:


[lgc_column grid="25" tablet_grid="25" mobile_grid="100" last="false"]
<div class="seo-box" style="text-align: center;">
<div style="color: #000; font-size: 28px; text-transform: uppercase; text-align: center;">My Text here</div>
Text. Text.
</div>

[/lgc_column]

Any ideas?

Best regards.

Hi,

Thanks the second issue had another cause. :)

Just waiting the fix you mentioned above

Thank you!

This archived topic is closed to new replies.