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.

This feature is using WFU's v5 new TypeScript-based library, so it is has different URLs and code placement from the v4 JS-based library.

You can use both the v4 and v5 libraries simultaneously to get the full feature set during migration.

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