My favicon won't show in Google Chrome. It shows on my localhost, but not on the server. Works in other browsers. It doesn't show up when others visit the page nor in incognito mode. No errors, and the url is correct (I can see it if i go to the url). Nothing weird in the head aswell.
Here's the code:
<link rel="shortcut icon" href="<?php echo get_stylesheet_directory_uri(); ?>/images/favicon.png"/>
Here's the thing i've already tried after searching for an answer:
- Cleared cache
- Set version
?v=2
on url - Set reference
?r=31241
on url - Renamed image
- Deleted image and uploaded the image again
- Restared Chrome
- Updated Chrome
- Added
type="image/png"
- Convert image to base64 encoded