[Resolved] Section text mode jumps to visual

Home Forums Support [Resolved] Section text mode jumps to visual

Home Forums Support Section text mode jumps to visual

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #906297
    webcréateur

    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!

    #906840
    Tom
    Lead Developer
    Lead Developer

    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.

    #911067
    webcréateur

    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.

    #911356
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    I just gave that a shot and everything seems to work: https://screencast.com/t/cJt7WtFJubh

    Are you getting a different result?

    #912977
    webcréateur

    Hi,

    Thanks the second issue had another cause. 🙂

    Just waiting the fix you mentioned above

    Thank you!

    #913461
    Tom
    Lead Developer
    Lead Developer

    I believe we have the first issue fixed.

    Shoot me an email if you’d like to try the patch before we release it: https://generatepress.com/contact

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.