Menu accessibility issue:

Hello , Here is the link I share to show my exact problem .
https://www.loom.com/share/bd136baecb6c499d88507d2740697d87
We created a header menu with beaver builder, The problem is when we open the beaver builder the module off-canvas is not working, even when we come back from beaver builder, off-canvas not worked, but on refreshing the page then it starts working again.

Hi Arushi,

This is expected behavior for many modules that rely heavily on javascript. It is part of my editing process to refresh a page after publishing the changes to make sure all scripts and css are reloaded. I believe it’s because BB needs to disable some scripts in the modules before they can be edited in the page builder. Someone who understands better may chime in.

Is there any solution for this issue?

It is by design and @craiger522 is absolutly correct. The UI needs to load your page into its own container to make the UI work.

There is a way to force it to refresh when you publish out… add the following to your child theme functions.php file

add_filter( 'fl_builder_should_refresh_on_publish', '__return_true' );

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