I’m hosting a website I’ve exported from Webflow on Godaddy server and facing a problem each time I am updating styles on any page.
How do I force browser to get the latest version?
I’ve manually added CSS versioning code to one of the pages I was editing. Like that my CSS got updated, but all the new Interactions/Animations I’ve created are not updated. How do I force load Interactions and is there any better method for both CSS and Interactions. Thanks
Webflow hosting automatically does cache busting stuff so you’ll always have the latest version. If you’re hosting elsewhere you can just append a new version number at the end of the external files.
Yes, thats exactly the case. So adding version number to stylesheets and js scripts helps. Just wonder if it has any downsides apart from manually tweaking html?
Not quite sure what you mean by cloned animations, but it’s a pretty good chance it will. I have created websites with added custom code and converted to WP. Here are a few websites created in Webflow and converted to Wordpress, the only thing I added in WP is a cookie consent plugin https://jdpamazon.com/ https://seeing-knowing.com/
But be aware that you will not be able to transfer your CMS content to WP like this. You will have to create a template, like a blog page template and then add your content in WP. Though it’s pretty easy to do. If you have multiple CMS pages, that can be an additional challenge, I haven’t tried that yet.