Hi @peterertl
One thing I noticed right away with your site is that it loads over both http and https. This can cause the issue you’re having.
It’s important to have your site load over HTTPS only for a few reasons. Firstly, HTTPS ensures that the data transmitted between your website and your visitors’ browsers is encrypted and secure, protecting sensitive information such as login credentials and payment information. Secondly, HTTPS is also a search engine ranking signal, meaning that sites that use HTTPS are generally ranked higher in search engine results pages.
To correct this issue, you can force your site to load over HTTPS by following these steps:
- Log in to your WordPress dashboard.
- Go to Settings > General.
- Change both the WordPress Address (URL) and Site Address (URL) to use HTTPS instead of HTTP.
- Click on the Save Changes button at the bottom of the page.
Once you’ve made these changes, your site should load over HTTPS only. However, please note that this change may affect your site’s functionality, as some plugins and themes may not be compatible with HTTPS. If you notice any issues, you may need to contact the plugin or theme developers for assistance.
If you’re looking for a more automated solution, I would recommend using a plugin such as Really Simple SSL or SSL Insecure Content Fixer, which can help with the process of migrating your site to HTTPS.
I hope this helps. Please let me know if you have any further questions or concerns.