Home > Software engineering >  Wordpress website not showing image on safari browser on Catalina OS below v13.0. Please Helped?
Wordpress website not showing image on safari browser on Catalina OS below v13.0. Please Helped?

Time:01-23

Wordpress website not showing images on safari web browser below version 13.0. I'm tryed everything but nothing, Tried ssl Content fix plugins, delete cache, cloudflare cache deleted, fix http to https mix, Reduce pluging version, Wordpress version but nothing. Ican't find any solutions but nothing, But it's perfectly working on other os like VENTURA, MONTEREY, BIGSUR etc. but updated safari browser. Firstly i maked this website using webp image format but after clients requested i changed image format webp to jpeg & png. But nothing, Here is the all website link webp Image webiste : cons.webhubs.in jpeg image webiste : sikhsaguru.com png Image webiste : dev2.webhubs.in

CodePudding user response:

Upload the image file directly to your website's Media file gallery and see if that would work.

CodePudding user response:

Many people face the same problem with the Safari web browser. According to me, it happened because the origin server was serving mixed content to Cloudflare. So, you should check the SSL certificate on the origin server (the server that hosts your WordPress install, not Cloudflare).

If you don’t fix the mixed content in your WordPress install, the problem will return every few days/weeks.

Also check your site on Why No Padlock, it will help you to get to know the problem on the Webpage of the website regarding SSL.

  • Related