Support

Home Forums Event Espresso Premium EE4 breaks BeaverBuilder text box editor media button

EE4 breaks BeaverBuilder text box editor media button

Posted: January 20, 2018 at 6:47 am


nwvbc

January 20, 2018 at 6:47 am

When EE4 4.9.55.p is active, it breaks the media button (and other buttons) on the text box editor for BeaverBuilder. When EE4 is deactivated it works just fine.


Tony

  • Support Staff

January 22, 2018 at 5:54 am

Hi there,

The problem is some of EE’s assets are loading on that page but others are not. So the default EE CSS is loading which has this code:

.hide-if-no-js {
    display: none;
}

Which hides elements on the page that won’t work without JavaScript, usually then the EE default JS loads and shows the element but the default EE JS is not loading on that page so that doesn’t happen.

You can add something like this:

.fl-builder-rich-text-settings .wp-editor-tools.hide-if-no-js {
    display: block;
}

To Appearance -> Customize -> Additional CSS

Please refer to this guide for more detailed information about the CSS customizer: https://codex.wordpress.org/CSS#Custom_CSS_in_WordPress

That overrides the CSS for the text editor and shows the media buttons.

I’ve created a ticket for our developers to investigate this further but the above should work in the meantime.


nwvbc

January 23, 2018 at 10:02 am

Thank you Tony! Worked like a charm!

The support post ‘EE4 breaks BeaverBuilder text box editor media button’ is closed to new replies.

Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.

Event Espresso