Does anyone know why our homepage is blank on our new site?

hello internet humans! we are creating a new version of our site (trying to get it out the door as fast as possible). when we are in the design section of the site you can see the homepage perfectly, but the moment you click over to the preview – it’s blank. any other page renders 100% fine.




Here is my public share link: [LINK][1]
([how to access public share link][2])

public access link:
[1]:https://preview.webflow.com/preview/cx-marketplace-db4236?utm_medium=preview_link&utm_source=designer&utm_content=cx-marketplace-db4236&preview=56df1934e648d5baab441695e4c1ea18&workflow=preview

link to live page: https://cx-marketplace-db4236.webflow.io/
link to page that renders fine: https://cx-marketplace-db4236.webflow.io/about

Hi Jelica,

Here is a loom video on how to fix. :slight_smile:

Teresa

You have set an interaction for the “page finishes loading” event. It sets the opacity for the page-wrapper class to 0.

Something causes an exception in the webflow js bundle that prevents the interaction to finish:

image

I’m not sure why, do you have custom code on your page?

no, not yet, which is why it’s so weird

thank you! that fixed it!

Super welcome. Glad I could help. :slight_smile:

If you want to reenable the fade in animation, try setting an initial state for the opacity in the page-wrapper. Maybe that avoids the exception. Can’t test anymore though, as you have removed the interaction. Let me know if this comes up again!