DUPLICATE: Unable to Edit Popup Template

Browser: Chrome 110
OS: Windows 10
URL: N/A
Video: N/A

I am unable to edit a new Popup Template. There seems to be an overlay on the screen making it impossible to add elements.

I’ve had to export a popup from another site and import/edit to continue working on the site.

Hey Dale,

thanks for your report.

This sounds very specific to me. Please send some temporary credentials to help@bricksbuilder.io from the email address you used to purchase Bricks and also include a link to this forum thread. Then we’re happy to have a look.

Best,

André

Hi André,

I am testing this on localhost. I have however used the Chrome Inspector and set ‘display: none’ to the following class:

.brx-popup .brx-popup-backdrop {
background-color: rgba(0,0,0,.5);
bottom: 0;
left: 0;
opacity: 1;
position: absolute;
right: 0;
top: 0;
transition: all 1s ease-in-out;
visibility: visible;
display: none;
}

…enabling me to interact with the builder.

Hope this helps.

Kind regards,
Dale

Hey Dale,

thanks again for your report.

I found out that this has already been reported here.

(Easier) workaround for now:
Just add a section (or whatever outer container you want to use within the popup) by clicking on the element in the left sidebar. Then you can continue working on your popup as usual.

CleanShot 2023-06-22 at 07.47.20

Best,

André

2 Likes