Favicon does not appear in chrome front end

0

I'm new to wordpress and need some help, my website loads the favicon in almost browsers without any problems. It just does not appear in the chrome, but only on the front end.

When I open admin, the favicon appears without problems, but it does not appear on the site.

I've tried clearing the cache, changing the code in every way I found on google but this problem persists.

My header looks like this:

<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">

<!-- Bootstrap CSS -->
<link rel="stylesheet" href="<?php bloginfo("template_directory");?>/bootstrap-4.0.0/css/bootstrap.min.css">
<!-- Css custom -->
<link rel="stylesheet" type="text/css" href="<?php bloginfo("template_directory");?>/style.css">

<link rel="stylesheet" type="text/css" href="<?php bloginfo("template_directory");?>/style.css">

<link rel="shortcut icon" type="image/png" href="<?php bloginfo("template_directory");?>/fav512.png" />

<title>Setormed</title>
</head>

I tried changing the code and the admin panel, but in neither way did I get the right result.

I've had no solution for this and I need to fix it as soon as possible.

Thanks in advance for the help.

    
asked by anonymous 21.06.2018 / 17:03

0 answers