Support

Home Forums Event Espresso Premium EE breaking Beaver Builder Page Builder WYSIWYG Visual/Text Tabs

EE breaking Beaver Builder Page Builder WYSIWYG Visual/Text Tabs

Posted: April 29, 2018 at 7:24 pm


MedicalDirector

April 29, 2018 at 7:24 pm

Hello,

We have Event Espresso installed on our site, however we are also using Beaver Builder’s Page Builder module to author non-EE pages.

What we have noticed is that for pages that have WYSIWYG modules, the Visual/Text tabs have disappeared. When EE is disabled, these tabs reappear.

I’m just wonder if you have any idea of why EE is getting in the way of Page Builder and how we can rectify it.

Cheers!


Josh

  • Support Staff

April 30, 2018 at 7:42 am

Hi there,

You can post any Beaver Builder related issues here:

https://github.com/eventespresso/eea-beaver-builder/issues


MedicalDirector

April 30, 2018 at 7:28 pm

@josh — Thanks, just posted it in GitHub


MedicalDirector

April 30, 2018 at 7:30 pm

Though I’d like to be clear, this isn’t related the Event Espresso Beaver Builder plugin. This is about core EE breaking things inside of core Beaver Builder.


Tony

  • Support Staff

May 1, 2018 at 4:53 am

Hi there,

The problem is the visual/text elements (and add media button) are wrapped in an element with the ‘hide-if-no-js’ class.

EE sets this to display none within it’s CSS – http://take.ms/DUFZq

That class would normally be removed by some Javascript loaded on the page (obviously if JS is enabled) and so the CSS in EE doesn’t apply, but within the beaver builder elements that doesn’t happen.

A quick fix for this is to add some custom CSS to force that element to display:

.fl-editor-field .hide-if-no-js {
    display: initial;
}

Beaver Builder doesn’t work without JS enabled anyway, so this shouldn’t have any adverse effects on your site. The worst that could happen is some buttons display that can’t be used…. but BB does work without JS, so it really won’t matter.


Michael Nelson

  • Support Staff

May 1, 2018 at 11:53 am

FYI I put Tony’s fix into a branch on the EE-BB integration add-on and its being reviewed: https://github.com/eventespresso/eea-beaver-builder/pull/14


MedicalDirector

May 1, 2018 at 5:37 pm

Thanks guys, worked perfectly.

The support post ‘EE breaking Beaver Builder Page Builder WYSIWYG Visual/Text Tabs’ 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