favicon Questions
6
Solved
I'm trying to add and set favicon.ico.
When I saw a initial project that Visual Studio 2017 make automatically, the favicon.ico file is just in the wwwroot directory and there is no setting for it...
Entertainment asked 19/2, 2018 at 3:56
4
I have a bookmarklet that launches a window.open javascript function to open a small window with my bookmarklet -- an external feature used to communicate between any visted site and my server. I'd...
Affluence asked 10/5, 2011 at 15:18
7
I am new to react. Could someone help me in adding favicon to react application. I have created favicon package and added generated code to index.html. But I am not knowing how this href to favicon...
13
Solved
My site is http://example.com/en/
I made a favicon for it.
In the head I have:
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
I can see the...
4
I want to create multifile favicon.ico according to great favicon cheat sheet.
I created 3 .png files, optimized them with OptiPNG and received files with 1, 2 and 3kb size.
Now I'm trying to creat...
Signorelli asked 21/3, 2014 at 14:32
6
I need to set up a favicon for django admin interface.
It would be best to do it globally, without overriding templates for all apps.
What is the cleanest way to do it? I tried searching Django...
Grane asked 23/1, 2016 at 5:14
2
I'm having a pretty absurd issue everywhere. Every new Django project I create is utilizing an old favicon that I made a long time ago. In other words, all new Django projects have this old favicon...
Monogamist asked 18/7, 2016 at 23:38
9
Solved
6
Solved
I'm hosting a few sites with GitHub Pages (User and Project Pages), but they are not displaying their favicons (in the browser).
<link rel="shortcut icon" type="image/png" href="/favicon.png"&g...
Sulcate asked 27/1, 2016 at 12:32
6
Solved
Maybe a stupid question, but for the life of me I can't find a reference to the favicon "ico" file on this website:
http://www.fitnessutah.com/
They obviously have one because it displays i...
8
Solved
Few days ago, I've changed the favicon of my website: it works well when I open the website:
My website is also in my bookmarks, but it shows the old favicon:
I already had a look here, but an...
Labroid asked 16/6, 2016 at 12:49
8
Solved
Is there a free and easy text-only favicon generator? There are numerous online favicon generators asking for a image+text to create a favicon. I am interested in putting only text into my favicon,...
7
Solved
I'm using the chrome://favicon/ in my Google Chrome extension to get the favicon for RSS feeds. What I do is get the base path of linked page, and append it to chrome://favicon/http://<domainpat...
Crossing asked 19/5, 2012 at 12:47
3
Solved
I want to convert this unicode character 📘 into svg format. Because I want to use it as a favicon. How do I simply do this?
Nuncupative asked 20/10, 2020 at 20:12
5
Solved
I want to set the favicon for a fairly large number of pages. But, instead of using the HTML <head> tag <link rel="shortcut icon" href="favicon.ico">, I'd like to set it in the CSS file...
2
Is there a way to set a different favicon for browsers that support theme-color, either via the meta tag or manifest.json? I have a jet black theme bar, but a mostly-black favicon for use on deskto...
9
Solved
The solution structure of my application is:
Now I am in Login.aspx and I am willing to add favicon.ico, placed in the root, in that page.
What I am doing is:
<link id="Link1" runat="server...
4
Solved
I want to include <link> tags in my HTML head to various icons of different sizes. What are the best practices for ordering icon <link>s in the <head> tag? Does it matter wh...
7
Solved
I didn't include the following line of code in my head tag, however my favicon still appears in my browser:
<link rel="icon" href="favicon.ico" type="image/x-icon" />
What's the purpose of...
3
Solved
I am trying to create favicon for my website (it is not live yet.) Favicon shows on Chrome but not on Safari 14. I have the setting to see websites' favicon turned on. I also tried cleaning Safari'...
1
I'm finding my favicon.ico file not caching. It's a static file on my server and my browser (Chrome) doesn't have caching disabled.
I have the following line in my .htaccess file:
ExpiresByType ima...
9
Solved
Alright, so my favicon isn't showing up for some reason. It's at image/favicon.ico (I've checked it like 5 times).
This is the code I use for it:
<link rel="shortcut icon" href="i...
2
Solved
I have a page that changes the favicon through javascript. This works great on chrome and firefox, but on Safari it does not work. I even added the <link rel="apple-touch-icon" href=&q...
Pinkeye asked 7/9, 2020 at 17:34
5
Solved
I've been using ImageMagick, but it produces a very blurry result.
convert -density 300 ../images/favicons/procensus.svg -background transparent -colors 256 -define icon:auto-resize favicon2.ico
...
Octal asked 31/8, 2016 at 17:55
5
Solved
I am trying to develop on Google App Engine and in the list of the errors displayed in the admin console I always see the following:
/favicon.ico
i read the documentation , added a new folder ...
Calash asked 20/5, 2009 at 11:7
© 2022 - 2025 — McMap. All rights reserved.