• Woohoo61

    (@woohoo61)


    Hi,
    When I close the Live Edit pane (without doing any edits) the original page slides back to the left (covering the Live Edit pane?).
    But when I do edit something within the Live Edit pane and click ‘Update’ the page does get updated, but doesn’t slide back to the left and the space once occupied by the Live Edit pane stays white. In other words, I have to manually refresh the page to get it back in place.
    How can I solve this?

    (This happens on both Safari 9.0.3 and Chrome 48.0.2564.116 on OSX 10.10.5)

    https://www.ads-software.com/plugins/live-edit/

Viewing 1 replies (of 1 total)
  • Thread Starter Woohoo61

    (@woohoo61)

    Hmm,
    After checking again, I can see where it goes wrong.
    When entering the Live Edit pane the <body> element of the page gets an inline styling like this: <body style=”left: 600px;”>.
    When clicking ‘Close’ the ‘left’ value is set back to 0px.
    But when you click ‘Update’ the ‘left’ value remains unchanged.

    A workaround is adding a ‘left: 0px !important;’ to the ‘body’ element in your style.css.
    But the drawback is that the Live Edit slides over the original page.
    An interesting effect, but maybe not what you want.

    Something is not right after a page is updated, the ‘left’ value must be reset to ‘0px’.

    How to fix this?

Viewing 1 replies (of 1 total)
  • The topic ‘Updated page won't slide back’ is closed to new replies.