After you purchased or requested a SSL Certificate we need to configure the WordPress install to account for the new URL.
Update Settings URL
Resolve Mixed Content Warnings
- Install and Activate Really Simple SSL plugin
- You’ll see a button that says “Go ahead, activate SSL!” – Click this.
- Now click through each site page, as a user would. When you view a page, open up dev tools, and check to see if there is a yellow warning like this:
- These warnings tell you which file(s) is causing a problem. Then you have to track down each file and figure out how it’s being loaded onto the site (plugin? theme? visual composer?) and change the hard-coded “http” to “https”.