NO BUG: White Space at Top of Builder Pages after 2.3.3 Update

Wondering if anyone else has this problem after 2.3.3 update? White space has appeared as shown at top of page on all pages in the builder.

I know Bricks Navigator has caused some issues in the past, but deactivating it doesn’t change things. Rolled back to Bricks 2.3.2 and it’s all OK again.

Sorry, had to blur the image, but you’ll get the idea …

Andy

1 Like

Could you please share WordPress admin login details with us at help@bricksbuilder.io (login URL, email, and password), plus this forum post URL as a reference, so we can take a quick look?

Hi Thomas, I’d love to, but i’m on a .local development site on my Mac., so can’t share.

After temporarily deactivating all plugins, this issue still persists?

If so, could you right-click on the white space to inspect the HTML and share the results here?

Hello @thomas,

i have the same problem since updating to 2.3.3. I use Firefox 150 on a Mac, if that matters.

Console shows a type error, but i’m not shure if that causes the problem.

Please see screenshot attached.

@DLR Nope, that JS error is not related. Can you email us some temporary admin login details of your site, so we can investigate this issue and provide a fix?

The problem is with Advanced Themer and this --at-topbar-height variable in the bricks-advanced-themer-builder.css file
body #bricks-structure {

top: var(–at-topbar-height);

}
At least that was my problem.

1 Like

Can confirm, I hate when dev asked to disable plugins and they just vanish, even next user comes up without checking if disabling plugins works.

I just installed a blank site, installed bricks, made a template in bricks.
All good so far.

Now after this comment, I installed AT, and the builder become mess.

Normal:

AT enabled, Look at the structure pannel, and look at the bottom white part.

I deactivated the BricksLabs Bricks Navigator and the white bar disappeared.

2 Likes

Unfortunately, that’s the case with all my installations as well. Hopefully @Sridhar can help.

This looks like a 2.3.3-specific builder UI issue, especially since rolling back to 2.3.2 fixes it immediately. If deactivating Bricks Navigator didn’t change anything, I’d also test with all non-essential plugins disabled and browser cache cleared, but the rollback result already points strongly toward the update.

I’d suggest reporting it with the screenshot, browser/device info, active theme/plugins, and whether it happens on a clean install too. That should help the Bricks team reproduce it faster.

For now, staying on 2.3.2 seems like the safest temporary fix until a patch is released.

@thomas

My problem is caused by Bricks Navigator. Problem is still existent with Bricks 2.3.5.

BricksLabs Bricks Navigator 1.1.2 is the problem of the white space.

Changing the plugin inc/show-admin-bar-in-editor.php line

top: calc(var(–wp-admin–admin-bar–height) + var(–builder-toolbar-height));

with

top: var(–wp-admin–admin-bar–height,0px);

fix Bricks Navigator for me.

2 Likes

If BricksLabs Bricks Navigator 1.1.2 is the problem then I’d suggest you have a word with the BricksLab team rather than post here.

1 Like

Updated Bricks Navigator to 1.1.3 and it fixes this.

It’s a major overhaul incl. some new features.

3 Likes

Already use your shortcuts script. It’s awesome, but I also added additional binds for some other elements. Will this functionality be included in plugin as well?

Can you elaborate on how you use that or what custom keyboard shortcuts you use?

I just added properties in variable:

var ELEMENT_SHORTCUTS = {
		KeyS: 'section',
		KeyC: 'container',
		KeyB: 'block',
		KeyD: 'div',
		KeyT: 'text-basic',
		KeyH: 'heading',
		KeyI: 'image',
		KeyR: 'text',
		KeyL: 'text-link',
		KeyU: 'button',
		KeyV: 'svg',
	};

And load it through my child theme