• Resolved [email protected]

    (@tlienhart85gmailcom)


    When I try to edit this page, the bottom half of the page does not appear in edit mode, even though the page is complete in final mode. When I switch to revision mode, I can also see the entire page.

    In revision mode, I can see that this tag – <!– /wp:html –> – is missing at the point where the problem occurs. I don’t know how the tag disappeared, or how to re-insert it. I have tried restoring to a previous version while in Revision mode, but that does not work.

    This is not a frequent problem. It is the second time I’ve experienced this in the last few weeks.

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Moderator bcworkz

    (@bcworkz)

    The lack of a closing tag for an HTML block will cause problems in the edit view. You can obtain an editable view very similar to the revision view using the code editor. Access it through the 3 dot icon at upper right. Simply replace the missing tag where it belongs and save.

    I’ve no idea why it would disappear, but the code editor is how you would replace it. As a guess, examine the HTML block’s content carefully. If there are any tags that are not properly balanced or nested, it could cause the editor to do strange things with other tags.

    Thread Starter [email protected]

    (@tlienhart85gmailcom)

    Thanks. In this case, the problem is not yet solved, but I’m sure you are right that I should be able to spot the issue in the code editor, which I was not even aware of.

    Moderator bcworkz

    (@bcworkz)

    I suspect there is still an issue with unbalanced tags somewhere, likely in your custom HTML content.

    Try evaluating the page through a HTML validator like this one: https://validator.w3.org/

    Use the options to validate as document type HTML5. You may get errors of little consequence. Look specifically for tag not open or tag not closed errors.

    Thread Starter [email protected]

    (@tlienhart85gmailcom)

    You were right about the missing tag. This was missing: <!– /wp:html –>, and everything on the page after that point disappeared. In Code Editor Mode I could see that it was missing, but I was not able to insert it and make it work. So I copied and pasted the page into Notepad++, and then added the missing tag. Now it appears to be working fine.
    Thank you for your advice and your follow-up!

    Moderator bcworkz

    (@bcworkz)

    That’s strange you couldn’t use the code editor. It’s sort of the whole point of that view. Clever work around though, nicely done! Glad it’s all sorted.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Bottom half of page disappears in Edit Mode’ is closed to new replies.