I have 2 websites, I’ve turned on SSL for both of them through Cloudflare, but one site isn’t working while the other is fine. I had originally set one site for flexible and that one is fine. The other one I set for strict, and I had issues, so I switched to to flexible but the issue is persisting. Would someone be able to shed some light on what could be happening?
I host with ipage for both sites and use both wordpress and woocommerce on both sites.
Any info you could provide would be really helpful! Thanks so much!
You have mixed content here. You are trying to load HTTP links from the HTTPS page and current browsers are not too fond of that and simply dont load those resources.
You should enable HTTPS Rewrites for the mixed content, everything is on your domain, so no issues there.
Ideally you should use relative URL, so it will never happen something like this.
For the JS issues it would be useful to check the code, do you have Rocket Loader enabled or minification?