Hello Morgan-
I took a look at your site, and it looks like the issue is related to the way your SSL redirection is being handled. A lot of your resources, including the FontAwesome library that handles the social media icons, are failing to load either because of loading them over HTTP or because they’re being loaded without the ‘www.’ subdomain and are being blocked due to CORS.
The easiest way to fix this is to update your Site’s URL. Navigate to the Settings > General menu, and update the two fields for WordPress Address and Site Address, taking care to make sure that you include both the https and www. portions of your URL: https://www.example.com
You may also want to try out the Really Simple SSL plugin, just in case some other parts of your website aren’t working correctly. Most of the time you can simply install and activate the plugin, and it will work out-of-the-box.
-
This reply was modified 3 years, 10 months ago by Jesse Owens.