I deleted Webflow project, exported site now acting weird

I finished and exported my Webflow site and it was live for a few weeks with no issues.

I had two copies of the project on here so I deleted one. Now my site’s text is not formatting correctly and its lightboxes don’t work. Other CSS elements are fine, though. Interactions are fine.

I changed the remaining project’s name to match the URL of the deleted one, in case the live version’s code was trying to reference the Webflow URL but it did nothing. Is this a Webflow issue or a cpanel issue? If it’s a Webflow issue, how do I fix this?

Thanks in advance.


Read-only link: https://preview.webflow.com/preview/lgibbs?preview=7aea4441ff31ca0ad0cd03fff88f752d

Published Webflow version: http://lgibbs.webflow.io/

Exported site: http://lgibbs.net

I took a look at your index.html from your website (lgibbs.net) and I noticed that there are two Webflow css pages being loaded in the header:

css/webflow.css" rel=“stylesheet” type=“text/css”
And…
css/lgibbs.webflow.css" rel=“stylesheet” type=“text/css”

You must have somehow merged the old index with the new index.html when extracting instead of overwriting. So you end up with two style sheets conflicting with each other. Who knows what else is merged, at this point.

I would delete the contents in your cPanel file directory of /public_html then make a new Webflow package and upload and extract that.

This is just a quick assessment but I’d be surprised if it doesn’t work. Hope that helps!

Lol, I did some stuff to the code a while back because interactions were originally not working after export. I thought this made me some kind of ~WeBfLoW WiZ!1~ but apparently not. I took your advice and it seems to be working now!

Thanks a lot. :slight_smile:

Great! Glad to help.

Fortune favors the bold, as they say, so never be afraid to wreck your code…just always have a back up ready :slight_smile: