• Hello to everyone.

    To sum up my WordPress website’s main issue, a major selection of my images are not showing up.

    I have the latest version of WordPress if that’s any help and the latest version of the Tempera theme. The images were showing up before by the way. It has only been in the last few days that they don’t appear anymore.

    My website is https://www.sportstainmentchamber.com

    [IMG]https://i57.tinypic.com/oa1ahj.jpg[/IMG] (i apologise if that didn’t come out correctly)

    That is so that you can see the problem for yourself.

    I haven’t downloaded any new plugins since then. I did copy and paste the following piece of code into the .htaaccess file to fix an issue I encountered regarding my website’s speed after I got an error message in a pink field at the top of one of the settings pages on the “W3 Total Cache” plugin (a plugin that was installed before these issues came up). I didn’t put this in the Tempera forum because I hadn’t made any changes or upgrades to the theme in the days before these issues came up.

    The code that I pasted into the .htaaccess file:

    # Begin hotlink protection #
    RewriteEngine on
    RewriteCond %{HTTP_REFERER} !^https://sportstainmentchamber.com/.*$ [NC]
    RewriteCond %{HTTP_REFERER} !^https://www.sportstainmentchamber.com/.*$ [NC]
    RewriteCond %{HTTP_REFERER} !^https://sportschamber.net/.*$ [NC]
    RewriteCond %{HTTP_REFERER} !^https://www.sportschamber.net/.*$ [NC]
    RewriteCond %{HTTP_REFERER} !^https://sportstainmentchambe.ipage.com/.*$ [NC]
    RewriteCond %{HTTP_REFERER} !^https://www.sportstainmentchambe.ipage.com/.*$ [NC]
    RewriteRule .(gif|jpg|png)$ – [F]
    # End hotlink protection #

    Any help would be greatly appreciated.

Viewing 2 replies - 1 through 2 (of 2 total)
  • If you have JetPack configured and have the “Photon” setting activated try deactivating it. After seeing this issue on two of my WP sites I figured out this worked for me.

    Theme Author CryoutCreations

    (@cryout-creations)

    Hi,

    We’ve had a similar issue reported a while back. I see that you have it working now – all images seem to be loading. Could you tell us what the issue was?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Images not showing’ is closed to new replies.