Editing of Page elements not possible any more

Hi,

I have created a page based on your empty standard child theme with pagebuilder and have done changes CSS code just in the frontend.

Everything has been working fine, but suddenly it is not possible any more to edit the page elements like rows, images etc.

I can only remove them but no editing is possible.

I checked another website where I user Beaver builder and it works fine, so it´s not a browser issue.

Do you have an idea why I can´t edit any more and what to do?

Thanks and best regards,
Sanela

Hey Sanela,

It’s quite possible a 3rd party plugin is having a conflict with how the page builder works. Can we have you go through the plugin deactivation route first, i.e., disable all plugins and test the Beaver Builder while reactivating each to determine if the issue is related to a 3rd party plugin.

Let us know how it goes!

Ben

Hi,

I did not add or change any plugins between the time since editing worked and now that it does not work.

Nevertheless I deactivated each plugin and tried editing but it did not help.
Removing is possible, duplication the elements as well, only editing still dies not load anything.

Maybe you have any other suggestions?
I thought about deinstalling and installing Beaver builder again, but I don´t want to loose my work done so far.

Can you share the URL of the site in question along with temp admin access so we can check? You can post the details here using the private reply option below.

Ben

[Content Hidden]

Hi Sanela,

You have a JS error related to jQuery.easing. This seems to occur when I scroll and your custom header kicks in. How have you created your header?

Thanks,
Danny

[Content Hidden]

Hey Sanela,

It seems the parent BB theme has some extra code on the footer section. This isn’t really advisable since the changes will be lost when you update the theme. It’s also loading another instance of jQuery which is breaking the builder. You might want to try and transfer the code to the child theme. I’ll post in a separate private reply a screenshot of the extra code.

Ben

[Content Hidden]

[Content Hidden]

Hey Sanela,

I can still see the jQuery script on the parent theme’s footer file, and this is what’s causing the issue. We’re already loading the jQuery that comes with WP, loading another instance of it the wrong way will cause problems.

The correct way to load in scripts is via the wp_enqueue_script function. Can you try removing that script and see if it fixes it?

Ben

Hi Ben,

ok, sorry they misunderstood it, now it is deleted and it works again.
Thanks for your help!!

BR,
Sanela

No worries at all, Sanela! Glad we could help. Enjoy! :slight_smile:

Ben