Any reason why same code would work on testing server but not on production?

Hey all!

Any ideas on this? I’m befuddled over here … :wink:

This “soon” countdown timer (under the hero) works just fine on the testing server here:
http://abrams.webflow.io/

… but doesn’t show up on the production server here:
https://www.worldsgreatestcontractor.com

Why would that be? Thanks so much!

Ah, maybe because the piece of code is on a server that’s not SSL! That’s gotta be it!

Yep, that was it! I had the .css and .js files on a non-SSL server. I moved them over to an Amazon S3 bucket and they worked! Yeah boooooy! :slight_smile:

You also can host them on Github

How to host text files on Github

How to embed files hosted on Github