Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author webaware

    (@webaware)

    G’day,

    Your website is loading the Facebook script via HTTP; you need to load it either via HTTPS, or via protocol-neutral URL like this:

    //connect.facebook.net/en_US/all.js

    (omitting the http: / https: bit means that the browser will use the same thing the page was loaded with)

    Also, you are loading your logo from HTTP; you need to load it either via HTTPS or via protocol-neutral URL like this:

    //www.mirroraddicts.com/wp-content/uploads/2013/04/mirroraddict_logoLarge_trans.png

    cheers,
    Ross

    Thread Starter swisscraze

    (@swisscraze)

    Thansk for the response Ross,

    I realise that wordpress sites dont allow editing of the html source code which contains the http links. The only other solution was to turn to a plugin to fix the insecure content.

    I eventually fixed the problem by installing this plugin http://wordpress.org/plugins/wordpress-https/

    And then I followed the steps in this video http://www.youtube.com/watch?v=2YDjI8FqQbE&list=FL9LOdNgWZaQMExgONPnatLg&index=1

    The SSL Certificate is working fine now especially in chrome 🙂

    Plugin Author webaware

    (@webaware)

    Good outcome, well done!

    cheers,
    Ross

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘installed the plugin but its not working’ is closed to new replies.