The images do not load for me on desktop Chrome.
Your images are served over http (insecure) as opposed to https (secure).
Although your website page has https in the address bar, you need to ensure all the URLs of content on the page use https.
Some browsers block this kind of mixed content, others just block all http content.
In short, you need to update your site to use https for everything. You can find lots of guides to do this in bulk on the net by either editing your .htaccess file, or using a search and replace plugin. Backup your database first if searching and replacing.
Occasionally, and I emphasise occasionally, this can actually be as simple as ensuring both the web address in your WordPress admin section uses https. (Admin Menu>Settings>General Settings> “WordPress Address (URL)” and “Site Address (URL)”)
To find out the affected images you can open developer tools on your browser and look at the list of errors in your console. You have disabled right clicking on your site so will need to find the keyboard shortcut for your browser, usually Option + ? + J (mac), or Shift + CTRL + J ( Windows/Linux).
-
This reply was modified 1 year, 10 months ago by
pichichi.
-
This reply was modified 1 year, 10 months ago by
pichichi.