I recently bought an SSL certificate and installed it on my site. All went well except that Google Chrome blocks some of the js that my site uses. I had some extensions that pulled things like Google Maps js etc that weren't calling the HTTPS versions of the scripts. Simple fixes by tweaking some of the extension code.
However, when it comes to the Disqus plugin I am still having issues. The script won't load and I don't want to hack the extension. What is happening is:
[blocked] The page at https://www.karaokeacrossamerica.com/ ran insecure content from http://karaokeamerica.disqus.com/count.js.
I have checked my Disqus settings and Disqus is calling my correct HTTPS URL. There is something within the plugin that appears to be calling the insecure version of the script.
In my HTACCESS file I am redirecting all external, non-WWW traffic to the "HTTPS://www" version of the site.
Any ideas how I can fix this? Is there a file that I can modify? I didn't see any settings that controls this.
Thanks!