Conflict with other plugin (wp-notification bar)

Hi,

I updated beaver builder as well as the notification bar plugin:
https://wordpress.org/plugins/wpfront-notification-bar/

Before they used to work well together. Right now when I activate the notification bar plugin it seems to prevent beaver builder from adding new elements (header, text editor, photo, etc.) to pages. I click “add new” - drag and drop an element but it won’t load it into the column.

When I deactivate the notification bar plugin it works fine.

Any idea why and how to solve it?

Cheers
Tobias

Hey Tobias,

Thanks for getting in touch! I’m getting the same thing from my end. I’ll go ahead and submit a bug report for this. :slight_smile:

Ben

Hey Tobias,

It looks like the way they are outputting their CSS is breaking front-end AJAX requests. The culprit is this line here…

add_action('shutdown', array(&$this, 'write_markup'));

I’ll go ahead and post a solution in their support forums. Hopefully they are willing to implement the fix.

Justin

FYI, I posted here…

https://wordpress.org/support/topic/wpfront_notification_bar-write_markup-is-breaking-front-end-ajax?replies=1