Favicon issue
-
Hello everyone! I've an issue with favicon. Here is my code example into <head>:
<link rel="apple-touch-icon" sizes="180x180" href="{{ get_stylesheet_directory_uri() }}/resources/images/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="192x192" href="{{ get_stylesheet_directory_uri() }}/resources/images/favicon/android-chrome-192x192.png">
<link rel="icon" type="image/png" sizes="48x48" href="{{ get_stylesheet_directory_uri() }}/resources/images/favicon/favicon-48x48.png">
<link rel="icon" type="image/png" sizes="32x32" href="{{ get_stylesheet_directory_uri() }}/resources/images/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="{{ get_stylesheet_directory_uri() }}/resources/images/favicon/favicon-16x16.png">
<link rel="mask-icon" href="{{ get_stylesheet_directory_uri() }}/resources/images/favicon/safari-pinned-tab.svg?v=M44lzPylqQ" color="#000000">
<link rel="shortcut icon" href="{{ get_stylesheet_directory_uri() }}/resources/images/favicon/favicon.ico">
<link rel="icon" href="{{ get_stylesheet_directory_uri() }}/resources/images/favicon/favicon.ico?v=M44lzPylqQ">
<link rel="manifest" href="{{ get_stylesheet_directory_uri() }}/resources/images/favicon/site.webmanifest">
<meta name="msapplication-square150x150logo" content="{{ get_stylesheet_directory_uri() }}/resources/images/favicon/mstile-150x150.png"/>
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
But when I go to edit home page I don't have the faicon and for some reasones I see the request to the root (https://github.com/varfolomijchuk/peetersduurzaam/blob/master/assets/img/favicon.png)
But on other pages everything is fine.
Home page has been redisigned and uploaded a few days ago with some pages, wich haven't favicon either.
Could some one explain where I could edit links to favicons for dashboard globaly?The page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- You must be logged in to reply to this topic.