SSL problem

Posted in: Newspaper
Post count: 1

Hi,
I’ve enabled SSL on the website and now I get a lot of errors that the theme CSS and JS are being loaded via an unsecure HTTP protocol. The website doesn’t load properly.
I have WP Super Cache plugin installed and configured as per the theme’s documentation. I don’t know if it might be causing the issue or not. Seems like if I disable cache and then reenable it again, the website functions well for some time…
How can I fix the errors?

Post count: 9544

Useful to specify full URL of site with https in wp-config.php

Good to do search/replace in MySQL dbase using phpMyAdmin to replace instances of http/site with https/site.

Good to go through all theme panels and make sure things like social media settings for /RSS feed or for logos are changes to https.

If using caching, you should ensure you full clear cache, and also check any code added to htaccess or functions.php which might use “http” for old site name vs “https.”

Lots of tutorials online about how to move site from http to https.

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.