favicon Questions

5

I have developed a servlet that generates a .url file and send it to the user. The target is to let the user access to the web application without entering the username and password data, by double...
Siriasis asked 24/9, 2013 at 8:40

3

I've been tinkering with support for dark-mode by using a media query in my svg favicon. This is visible on my website. <link href="favicon.svg" rel="icon" type="image/s...
Norrie asked 15/8, 2020 at 17:59

7

I've looked at several posts on here, and I've done further research online, but I can't see to find the problem. I put the favicon.ico in the main directory, but it's not showing up on any browse...
Hyderabad asked 6/3, 2015 at 23:51

25

For some reason my favicon is not working. I have the favicon saved as favicon.ico in the /public directory and am referencing it in the <Head> of my pages (located in the /pages directory) ...
Burthen asked 16/5, 2020 at 12:46

13

Solved

We know how to link HTML images and CSS files according to the following code. {{ HTML::image('images/example.jpeg', 'Example Image') }} {{ HTML::style('css/main.css') }} But, how to link the f...
Easiness asked 19/12, 2014 at 10:0

3

I would like to know if it is necessary for me to specify it like this: <link rel="icon" href="[URL]" type="image/x-icon" /> <link rel="shortcut icon" href="[URL]" type="image/x-icon" /&g...
Krems asked 23/7, 2011 at 6:24

6

Solved

I am using Hugo to generate a static site. Where should I put my favicon.ico file?
Haiku asked 4/2, 2017 at 17:59

7

I'm hosting a website using Github Pages. I connected Cloudflare to the website because of SSL. When i finally added favicon.ico to my website and the following code in <head> to make the fav...
Whitnell asked 11/9, 2017 at 19:25

6

Solved

Emojis are awesome, so I was thinking how could add one as a favicon using link tag. One possible solution: I found one possible way in this blog post here. Based on that it's been achieved what ...
Rebec asked 20/12, 2019 at 21:10

15

Solved

I want to get, requested website's favicon with PHP. I have been recommended using Google's favicon service but it is not functional. I want to do something on my own but don't know regex usage. I...
Hakenkreuz asked 18/4, 2011 at 10:32

14

Solved

I placed my favicon here: http://www.vittoriosastarsnursery.com/favicon.ico But for some reason it doesn't want to show in Firefox. It did work in IE, but I'm more concerned about getting it work...
Proximo asked 6/9, 2011 at 18:29

4

I've searched all over the internet already and I still don't know why the favicon wont show on safari, it shows ok on chrome and FF, I've tried these in the header: <link rel="shortcut icon" ...
Pentacle asked 28/7, 2014 at 9:19

18

I am attempting to add a favicon to a React-based website that I made using webpack. It has been a total nightmare to add a favicon and I have tried many solutions to no avail. The latest solution ...
Seditious asked 18/5, 2016 at 11:25

11

Solved

I am new to nuxt and trying to change default favicon in my project. I changed the favicon.png and favicon.ico in my static folder. => didn't work. changed the favicon.png and favicon.ico in my d...
Inertia asked 20/4, 2020 at 8:51

4

I need to serve several root-level static files on Heroku (eg, domain.com/favicon.ico). Here's the list of files as it currently stands: favicon.ico crossdomain.xml sitemap.xml robots.txt humans.t...
Suellensuelo asked 21/7, 2012 at 3:16

23

I just want to drop the favicon.ico in my staticfiles directory and then have it show up in my app. How can I accomplish this? I have placed the favicon.ico file in my staticfiles directory, but ...
Cutwater asked 21/2, 2014 at 15:9

3

Solved

I am trying to add the apple-touch-icon link to my application head so that it will be displayed on homescreen bookmarks. The Rails guides state the following: Mobile Safari looks for a differe...
Goby asked 4/3, 2015 at 4:21

18

Solved

I'm trying to add a favicon to a Next.js static site without much luck. I've tried customising the document with components from 'next/document' https://nextjs.org/docs/#custom-document A straigh...
Attaway asked 20/5, 2019 at 0:15

4

Solved

I am creating a static site with Pelican and I'm confused about how to add a favicon to it. I've seen in the documentation that: You can also use the EXTRA_PATH_METADATA mechanism to place a f...
Episcopalian asked 7/7, 2015 at 13:46

19

Solved

I've created a small app that is basically just a favourites that sits in my system tray so that I can open often-used sites/folders/files from the same place. Getting the default icons from my sys...
Furore asked 25/2, 2011 at 15:25

22

I'd like to use a single image as both a regular favicon and iPhone/iPad friendly favicon. Is this possible? Would an iPad-friendly 72×72 PNG scale if linked to as a regular browser favicon? Or do ...
Ru asked 25/10, 2010 at 13:9

18

Solved

I am making a HTML page and one of the things I wanted was a favicon appearing next to the title. I'm using Google Chrome, I see favicons working on other websites, but the favicon on my website wo...
Intendant asked 8/12, 2012 at 18:19

35

Solved

I have a Grails application running locally using its own tomcat and I have just changed the favicon for a new one. Problem is that I can not see it in any browser. The old favicon shows up or I ge...
Callipash asked 5/2, 2010 at 17:9

5

I have a strange problem, I was wondering if anyone has experienced this. I have webpack in my app to bundle, serve and everything in between. I have noticed that when I compile and run webpack-dev...
Gadmon asked 30/11, 2017 at 12:47

12

Solved

I know this question has been asked over and over here and there are several solutions. I've tried several of those except the ones that suggests writing you own configuration bean for this. I don'...
Bougie asked 19/9, 2017 at 13:41

© 2022 - 2025 — McMap. All rights reserved.