• varfolomijchuk

    (@varfolomijchuk)


    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)
  • Moderator bcworkz

    (@bcworkz)

    The site icon wouldn’t normally appear on the page editor screen, it’s usually set through general site settings.

    In any case, the favicon appears correctly on your site’s home page when I checked. The file retrieved was: /wp-content/themes/sage/resources/images/favicon/favicon.ico. Proper output of your selected site icon is the responsibility of your theme. If you’re having difficulty with site icons, I recommend seeking assistance through your theme’s dedicated support channel.

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.