• Resolved lokaurazin

    (@lokaurazin)


    Hi,
    I am experiencing issues with the header. In Edge the image is not displayed, just gray, but in Firefox it works fine.

    Unfortunately I can’t provide a link since the website is not accessible from the internet. But I uploaded a screenshot here: https://imgur.com/Wn4pcbD

    Is there a fix or how can I troubleshoot the problem further?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Which version of WordPress and CoBlocks are you using?

    Also, do you have error messages in the dev console?

    Thread Starter lokaurazin

    (@lokaurazin)

    I’m running WordPress 5.9. CoBlocks 2.21.6 is installed, but not activated and in use currently.

    The console displays an error: GET https://URL 403 (Forbidden)

    • This reply was modified 2 years, 9 months ago by lokaurazin.
    Thread Starter lokaurazin

    (@lokaurazin)

    I got the problem solved. It was not related to the theme.

    My .htaccess contained a rule for hotlink protection:

    <IfModule mod_rewrite.c>
     RewriteEngine on
     RewriteCond %{HTTP_REFERER}     !^$
     RewriteCond %{REQUEST_FILENAME} -f
     RewriteCond %{REQUEST_FILENAME} \.(gif|jpe?g?|png)$           [NC]
     RewriteCond %{HTTP_REFERER}     !^https?://([^.]+\.)?domain\. [NC]
     RewriteRule \.(gif|jpe?g?|png)$                             - [F,NC,L]
    </ifModule>

    As I removed the rule Edge started displaying images in the hero again.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Hero not displayed using Edge’ is closed to new replies.