Forum Discussion

mahesh_revanwar's avatar
10 years ago

Favicon issue for IE on View profile page

Hi All,

 

I have added a favicon for community in header wrapper.

<link href="/html/assets/favicon.png" rel="shortcut icon" type="image/ico" />

It gives issue with View profie page on IE and Chrome. It shows user avatar icon as favicon on View profile page. This is in IE and Chrome not consistent to all browsers.

 

Please help me on this how to make consistent.

 

Thanks & Regards,

Mahesh R

  • OlivierS's avatar
    OlivierS
    Lithium Alumni (Retired)

    mahesh_revanwar

     

    Try:

    <link rel="icon" type="image/png" href="/html/assets/favicon.png" />

    Per W3 documentation (looks very old!)

     

    And maybe this is just working as expected ... see the table on this wiki article to check when and where it should be dispalyed

    • vishwajit_shind's avatar
      vishwajit_shind
      Expert

      Hi OlivierS

      Tried with provided link tag but still the favicon icon doesn't show on view profile page of IE browser currently it shows user avatar image. Is there any other way that we can follow?

  • Hi Mahesh,

    You can try and add the same link tag in page head content so that it can override the default avatar favicon.