Preview items disappear with any edit

Using the newest version of Pro – I can open any page in Pro, but any edit or change in the left panel immediately makes that item disappear in the preview. It doesn’t matter what type of item or block it is, any edit on the left causes the preview to wig out on the right. I can still make the edits, save, and refresh and see the updates – so they work, but the preview no longer reflects changes, it simply hides the block on the right.

Has anyone else experienced this? Any suggestions to remedy?

Hello @sunzfan,

Thanks for writing in! Your issue is such a rare case. Can you please go to Pro > Status? Copy the results and paste it in your next reply so we can check your server settings. Meanwhile, ​we recommend that you increase your memory allocated to PHP. To increase it, please edit your wp-config.php file and insert these lines:

define( 'WP_MEMORY_LIMIT', '256M' );
define( 'WP_MAX_MEMORY_LIMIT', '512M' );

You can add it before the line
/*That's all, stop editing! Happy Blogging. */

We would loved to know if this has work for you. Thank you.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.