đźš« Webflow not publishing changes to site

Read-only link: Webflow - Portfolio 2025

I hit publish but nothing changes (except for text). Cleared cache, tried several browsers and devices, but it simply doesn’t publish the edits.

Hey Lucas, you’ll need to be a lot more specific if you need help locating the issue.

There’s not much more to it, really. If you see the read only link, and compare to what’s published: https://portfolio-2025-1be956.webflow.io/ you’ll see that it’s missing 90% of the site, as well as some animations and interactions.

Also, I’m hitting “publish” with these settings on:

Hey Lucas, here’s what I’m seeing-

Michael, this is what’s supposed to look like:

https://www.loom.com/share/033ec067a7654f71b19292afcbee11a1?sid=c3821afd-e4f3-4668-ad1e-254f54f3f5fc

I tried to publish it on my own domain to see if that could be the issue, but it still looks like the video you recorded, where there’s like 90% of the page missing.

This is the read-only link: Webflow - Portfolio 2025

I have no idea why the other sections are not publishing…

I think what you’re saying is that you have content between your Discord section and your Levi’s section that’s not appearing?

This is what I mean by being specific- no one knows how your site is supposed to look except you, and auditing your layouts to determine what’s missing and help you locate the problem is a lot of work. Most community members just won’t have the time to help unless you can be specific about where your problem is.

All of that content is in your Full Page div, which has some design complications- you have a ton of containers within containers, and a lot of custom code vimeo embeds.

Most likely, one of your embeds has bad code, which prevents the web browser from interpreting your page structure.

Looking more closely, I found your first embed has an error, in that it’s missing a closing </script> tag. It may not be the only one, but here’s what that looks like;

It’s an easy mistake to make, and super easy to fix.
In case you’re wondering, here’s how the browser is trying to interpret your code, and that’s why nothing is appearing- it thinks it’s all part of your script-

Michael, thank you so much. YES, I’ve corrected all embed links and now the content is being displayed, EXCEPT for these Vimeo embeds. They don’t show up anywhere. Do you happen to see any other issues with that code?

It’s there- at a glance, it looks collapsed because your video-responsive element has no size, and the iframe is 100% 100% of nothing, so there’s just nothing visible.

I’d revisit that whole element arrangement and your approach to making it responsive.