• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion
  • Inviting everyone to the UX test of a new security feature in the WP Toolkit
    For WordPress site owners, threats posed by hackers are ever-present. Because of this, we are developing a new security feature for the WP Toolkit. If the topic of WordPress website security is relevant to you, we would be grateful if you could share your experience and help us test the usability of this feature. We invite you to join us for a 1-hour online session via Google Meet. Select a convenient meeting time with our friendly UX staff here.

Favicon

Hello,
I am not able to reproduce this issue, icon loads properly (screenshot is in attachment).
Try to clear browser cache and check after that.
capture.PNG
 
You need to clear your browsing data and restart your browser https://support.google.com/chrome/answer/2392709?hl=en&visit_id=1-636177275723209505-1525482151&rd=1. You should try this on other browsers.

You also have to check for HTML in the head section.

If you are using a .ico file, then you need to use below.

HTML:
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />

When you are using PNG/GIF favicon, then use different as below.

HTML:
<link rel="icon" type="image/gif" href="favicon.gif" />
<link rel="icon" type="image/png" href="favicon.png" />

For more reasons, you can refer - http://stackoverflow.com/questions/16375592/favicon-not-showing-up-in-google-chrome
 
Back
Top