• Resolved Ethan O’Sullivan

    (@ethanosullivan)


    The plugin works as expected. However, it won’t work on a WordPress site running HTTPS. This results in a mixed content warning on the browser which prevents the widget from loading the data.

    I was able to make a simple fix by updating all of the protocols from http:// to https:// in the plugin’s source codes, for example:

    
    http://www.mlcalc.com/mortgage-rates/alabama/
    
    
    https://www.mlcalc.com/mortgage-rates/alabama/
    

The topic ‘Update links to HTTPS’ is closed to new replies.