SOLVED: Something is wrong with Bricks

Hey Guys,

Last time I worked on Bricks was this morning.

Right now, when I’m trying to edit a page with Bricks, it is either empty or only some elements are visible.

I have tried different browsers, and no different. I have also tried to disable the last plugin I installed (RankMath), and it didn’t help either.

This is a link to a screen recording I made to show what’s happening:

I hope you have any idea how to fix it, or what’s causing it to behave like that?

Thanks.

Hi Ben,

Thank you for your report. It’s hard to tell what’s going wrong with your setup exactly from your video but could you please check your system information and whether they meet our minimum requirements? You can find this from your WordPress dashboard > Bricks > System Information.

Best regards,
Charaf

Hey Charaf,

It’s not a new installation. I have been working on this site for a month with no problem.

That’s odd. Can you please share temporary access to help@bricksbuilder.io with a link to this thread so I can take a closer look and maybe try to replicate it.

Hey Charaf,

The email has been sent!

Thanks.

1 Like

Hi Ben,
Just to let everyone know: the problem has been fixed by Weglot by adding this filter:

if( isset( $_GET['bricks'] ) && $_GET['bricks'] == "run" ) {
      add_filter( 'weglot_active_translation',  __return_false );
}