Anonymous User 17612203
(@anonymized-17612203)
Hmm… my front-end admin bar is ok. What xactly is broken? Just saying “is brocken” is nothing which helps the developer to find the issue.
@pwil30 Sorry to hear that. @check2020de thanks for the heads up its working for you, same here.
That said my suspicion is that filter changes we made to better render the block editor and responsive images has caused some of your popup’s content to break in a way that causes this. We made these changes to match what WP core does for the_content as we always have tried to do.
1. Mark all popups as draft, retest.
2. Publish a single new popup with no content, no triggers, default settings. Retest.
3. Publish other popup’s one at a time & retest.
When does the issue show up/come back? If step 3, then my suspicion is probably correct if it worked before and we need to then narrow down which filter is causing you trouble.
You can try commenting out those new filters to see if it helps:
– https://github.com/PopupMaker/Popup-Maker/blob/master/classes/Site.php#L53
Or change this line https://github.com/PopupMaker/Popup-Maker/blob/master/classes/Site.php#L71
To add_filter( 'pum_popup_content', 'do_shortcode', 11 );
Keep me posted, interested to solve this one quickly.