Webflow Fixups ❺
Fix common Webflow issues in the Editor and published site.
Overview
Unsupported Browser pop-up
Problem- this appears even when you are not logged into the editor.

Getting Started ( NOCODE )
STEP 1 - Add the Library
There are currently no configuration options for this library, so we’ll use a no-code integration approach.
Add this to the before HEAD custom code area of your site or page.
<!-- Sygnal Attributes 5 | Webflow Fixup -->
<script defer
src="https://cdn.jsdelivr.net/gh/sygnaltech/[email protected]/dist/nocode/webflow-fixup.min.js"
></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/sygnaltech/[email protected]/dist/css/webflow-fixup.css">
Nothing is needed in the before BODY code area.
Last updated
Was this helpful?