POP-UP CSS collapse navigation error
Hi, we noticed a couple of our pop-ups that are placed on different sites that are now breaking the menu navigation bar.
They seem to be creating a CSS class under ".Collapse" that hides the site navigation bar.

To solve it, we've been adding the following code to our pop-ups in the Custom CSS section of the widget.
.navbar-collapse { visibility: unset
!important; }


Since "collapse" is a common class name, we wanted to pass this forward and see if there is anything on the backend of Brizy that is causing that or that can maybe give that function a unique name, so that we don't keep running into this issue.
Pop-ups referenced:
POPUP 1
Popup Name: Brz-Baldwin-Popup.
Code
<script>!function(p,n,o){if(!(o=n.getElementById("brz-external-popup")))return(o=n.createElement("script")).async=1,o.id="brz-external-popup",o.src="https://2d4bd1e243f43c90c8d937fcda13dbcf.s3.amazonaws.com/assets/popup/v2/popup.js",o.onload=e,void n.body.appendChild(o);function e(n,e){e="https://boysenberry10936665.brizy.site",p.brzExternalPopup?p.brzExternalPopup(e):(n=o.onload,o.onload=function(){n(),p.brzExternalPopup(e)})}e()}(window,document);</script>
Code embedded on this page here
--
POPUP2
Popup-Name: Brz-RedBank-Dual.
Code:
<script>!function(p,n,o){if(!(o=n.getElementById("brz-external-popup")))return(o=n.createElement("script")).async=1,o.id="brz-external-popup",o.src="https://2d4bd1e243f43c90c8d937fcda13dbcf.s3.amazonaws.com/assets/popup/v2/popup.js",o.onload=e,void n.body.appendChild(o);function e(n,e){e="https://lime14409999.brizy.site",p.brzExternalPopup?p.brzExternalPopup(e):(n=o.onload,o.onload=function(){n(),p.brzExternalPopup(e)})}e()}(window,document);</script>
Code embedded on this page here

-
Hi Hayley,
Thanks for reporting this. We will pass this on to our developers and will see what we can do to prevent this issue.
0 -
Thanks George, I appreciate it.
0
Please sign in to leave a comment.
Comments
2 comments