I have a jquery photo slider that is working great in a regular http:// URL like this:
My problem starts when I try to access the page with https:// the slider no longer appears. I have tried to Use the Chrome tools but can’t see anything out of the ordinary…can somebody take a peek and let me know what you think it could be?
HTTPS URL: http://tinyurl.com/c29585s
you are calling this: https: /wp-includes/js/comment-reply.js?ver=20090102 and it gives an SSL certificate error, try calling scripts without defining a protocol, like this:
also, you could use google’s cdn to host that file for you 😉