Hi,
I tried to integrate the favicons in the different formats for Apple & Co. on my new side food-coaching.de based on fenya template. Saved the PNG picturees in the different sizes in the root directory of the page and checked in the templates/jp-fenya directory the index.php for the <head> </head> entry but there are none. Found <head> </head> in component.php and placed:
<link rel="apple-touch-icon" sizes="57x57" href="/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="/apple-icon-60x60.png">
....
<link rel="manifest" href="/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
inbetween.
But its not working (even after refreshing a couple of times).
Any hints?
Last edit: 7 years 5 months ago by
SilkeG.
Please Log in or Create an account to join the conversation.