jschr / textillate

A jquery plugin for CSS3 text animations.
http://textillate.js.org
MIT License
3.66k stars 762 forks source link

Only working in Safari not working in Firefox or Chrome or IE #82

Closed Tr2324 closed 9 years ago

Tr2324 commented 9 years ago

For some reason textillate is only working in Safari and not in any other browser.

any ideas or solutions?

Thanks!!

jschr commented 9 years ago

The demo page: http://textillate.js.org/ is working for me in Chrome and Firefox.

Can you provide an example of textillate only working in safari?

jschr commented 9 years ago

Your page is working for me in Chrome when I load over http, the problem occurs when I load your page over https. If you open up dev tools you'll see a ton of mixed content warnings when loading your page over https. It's a bit tough for me to debug, but I assume it's because the textillate script is hardcoded to load over http:// somewhere. You want to load your scripts using only https or a protocol relative url:

http://www.paulirish.com/2010/the-protocol-relative-url/

Tr2324 commented 9 years ago

Ahhh! I'm working in a website preview mode for hubspot which has the site in https. so that might be the problem. I think all is good then. Thank you so much for your help tho! I'm loving Textillate!

jschr commented 9 years ago

No problem! By the way, you're website has me intrigued as my startup is also in the digital signage industry. We're strictly on the software side at the moment so I'd be interested in learning more about what you do. You can contact me at jordan@visibull.tv.