Anonymous User 17612203
(@anonymized-17612203)
have you checkt the other latest topics first? Think your topic is duplicated…
https://wordpress.org/support/topic/update-1-10-0-breaks-layout/
It’s not a problem with ‘layout’. A 404 error is displayed on the frontend.
Have you checked your error logs? I posted mine in the other thread but I’ve disabled the plugin by renaming the folder until this is fixed. I’m running wp v4.9.13
I haven’t, but I’m on an unrelated issue on another website at the moment.
@raygulick – In that case its simply something we haven’t supported because we weren’t even aware of it.
Likely because we added in some handling for the new block editor now that I’m looking at the info on ClassicPress.
I added a version check to v1.10.1 (coming shortly) that should prevent our content filters from using WP v5+ functions there.
Can’t promise that it will always continue to work though, we are investing a lot of time into the new block editor, I can’t say we will be duplicating it all for multiple editors unfortunately as we are a very small team.
If you can confirm though, does commenting out this line fix it for you: https://github.com/PopupMaker/Popup-Maker/blob/master/classes/Site.php#L50
If so then v1.10.1 will resolve it, if not I’d need to know the specific PHP error messages coming up so we can track down what WP v5 function is getting called that doesn’t exist in your install.
Will set up a test install of classicpress later, but at the moment simply don’t have time.
Let me know.
For your purposes, ClassicPress is essentially the same as WP4.9.13
@raygulick Ok then I think we should be able to work it out for the most part. None of our existing functionality will be broken going forward, just lots of new stuff layered only in the block editor which unfortunatley won’t help you much.
I am about to push a patch now that only adds a filter to handle block content on WP v5+
Hoping that resolves it for you as well.
FYI, commenting out line 50 on the file did resolve the issue for me.
Most likely your patch will make it work on ClassicPress as well.
Thanks for quickly jumping on this.
@raygulick – Awesome, glad to hear it. v1.10.1 just went live, update asap.
Happy I could help you out. Btw, If you have a moment, I would very much appreciate if you could quickly rate the plugin, just to help us spread the word.
To confirm: Popup Maker 1.10.1 resolves the issue.
Thanks again!