Website ''jumps'' on load

Hi!
When my site loads it jumps automatically to the second section… I’ve viewed the site in incognito and other browsers and I get the same problem, so definitely not only on my end.

What could the problem be?


Here is the published website where the bug happens : https://jardin-redesign.webflow.io/

Here is my site Read-Only: https://preview.webflow.com/preview/jardin-redesign?utm_medium=preview_link&utm_source=designer&utm_content=jardin-redesign&preview=3aa9476af7c66aebbd63429f6e925970&mode=preview

@Renaud_Jacob - I haven’t totally isolated it, but my guess is that the noise script you are using may be causing the problem, it has a lot of calls to the window. You also have a few console errors, maybe clear those up first and test again:

Hey @sam-g ! Thanks for your quick reply.
Fixed console errors and tried removing the noise script but still no luck…

Feel like the issue started close after I added memberstack to my site.
Do you have any other idea on what might be causing this?

Thanks!

Not sure what’s causing it, but it’s bad practise to load in scripts and css midway through drawing the dom and that might cause some jumping. You should move the css to the header and the scripts to the bottom of the page.

Webflow has a “global” space for styling and scripts in the project settings.

Great that fixed it! Moved the grain script to the footer code and I have no more issues

Thank a lot for your time :heart:

1 Like

Hooray! Glad to be of help :slight_smile: