In free plan age verification widget is not working properly in webflow it will appear only after the home page loading
2 Likes
Hi there, @Mugesh_Kanna
The widget shows up with a delay because there’s data-elfsight-app-lazy
attribute in the code. Removing this attribute will help the widget load faster:
I also recommend moving the widget code higher up on the page - ideally right after the opening <body>
tag or in the <header>
.
These steps should make the Age Verification appear much quicker. Try it out and let me know if it helped
1 Like