The editor is Not visible

I’ve tried to edit my website and the editor doesn’t show any module, i’ve already try clearing caché and also try in different browsers (Chrome, Firefox, brave, safari)

I have the same issue with WordPress- it was working fine about 2 weeks ago, now when I launch BB (Lite). It opens on the web page and not the builder/editing page. Driving me nuts as I have tried everything - is Lite not working any more? I have tried all different forums to resolve this and no one from WP or BB. Anyone???/

I solved it by deactivating all plugins except Beaver Builder, then I activated them one by one, checking the editor in another tab to see which plugin was causing the conflict. It took me hours, and I had to put my post grids back together, but it worked. Hope this help you.

Looks like you had a reply on the official lite support forum.

Have you tried switching theme or deactivating other plugins?

( Sorry for the thread hijack OP )

I have tried everything! I have deactivated all plug ins (we only have 14) and with all the plug ins deactivated it still doesn’t work - I activated 1 by 1 and nothing. I have cleared caches, I have tried different browsers, I have tried incognito mode and different devices. The URL appears as this it’s in build mode but no editor - it just shows the webpage

We have a pretty simple website - we are a small local sports club. So no fancy stuff.

Any other ideas. If I change themes what will it break? And if I do, can I revert back. That is the only thing I have not tried - to see if the current theme doesn’t support BB.

Could be a conflict with the theme installed.

Thanks Carla - seems that may be the only logical thing left to try.

So WordPress is loading 3.7.1 of jQuery, which is needed by Beaver Builder for the UI as well as any other plugins that depend on it.

Your theme for some reason is loading jQuery 3.2.1

Two versions of jQuery loaded at the same time will break anything that uses jQuery, including the BB UI.

Thanks Pross! So the current theme we use doesn’t support the current BB version? Or is there something else I can do to preserve the theme. What do I do? I am new to Wordpress

1 Like

Its not BB that is the issue. I’ll try explaining it again.

jQuery is a javascript library, its used by many things to do fancy javascript based things.

WordPress includes/bundles the latest version of jQuery, and should a plugin or theme need that library, it just needs to tell WP to enqueue the jQuery library.
This is what BB does, it needs jQuery library to render its UI, so it tell WP “hey, I need jQuery.. please enqueue it for me”

Your theme however rather than using the standard built in version of jQuery… it enqueues its own version soooo when BB tries to load its UI two versions of jQuery library are loaded and that breaks the UI.

Your theme needs to use the built in version of jQuery, not bundle its own. I dont know how the theme is adding the wrong version so I cant really advise how to stop it. You need to contact the theme author.

Thank you Pross - this has been working fine so it broken perhaps after an update. I’ll reach out to WordPress if the issue isn’t BB.

I’ll try one last time to explain

It isnt a Beaver Builder issue.

It isnt a WordPress issue

Your theme is the issue. You need to contact whoever wrote the theme to get them to remove the hard coded jQuery version that they are adding.

Thanks Pross - appreciate your direct approach. This is now in focus to be fixed at our end. This thread can be closed off.

This topic was automatically closed 36 hours after the last reply. New replies are no longer allowed.