KevRog Member Mar 6, 2018 #1 We can't seem to display the favicon on our Forum pages. I've already uploaded the favicon image in the root folder, and it's displaying when I log in to the Admin page. Is there something we're missing or could this be a bug? Attachments 1520329166074.webp 21.7 KB · Views: 24
We can't seem to display the favicon on our Forum pages. I've already uploaded the favicon image in the root folder, and it's displaying when I log in to the Admin page. Is there something we're missing or could this be a bug?
Ozzy47 Well-known member Mar 6, 2018 #2 It's cached in your browser, clear your cookies and cache then restart the browser. Upvote 0 Downvote
KevRog Member Mar 7, 2018 #3 ozzy47 said: It's cached in your browser, clear your cookies and cache then restart the browser. Click to expand... @ozzy47 I did as you advised but it's still the same. Upvote 0 Downvote
ozzy47 said: It's cached in your browser, clear your cookies and cache then restart the browser. Click to expand... @ozzy47 I did as you advised but it's still the same.
P Paul B XenForo moderator Staff member Mar 7, 2018 #4 Favicon and browser behaviour are unrelated to XF. You just need a valid favicon.ico file in the domain root and browsers will pick it up. Upvote 0 Downvote
Favicon and browser behaviour are unrelated to XF. You just need a valid favicon.ico file in the domain root and browsers will pick it up.
Emre Well-known member Mar 7, 2018 #5 Hi @KevRog , I have experienced this problem myself enter the URL fully link. Do not use it as /favicon.ico Settings; Preview; Good work. Upvote 0 Downvote
Hi @KevRog , I have experienced this problem myself enter the URL fully link. Do not use it as /favicon.ico Settings; Preview; Good work.
KevRog Member Mar 7, 2018 #6 Thanks for the help! Got it fixed. The favicon.ico file was added into the public domain. It showed up in our Admin panel area, but not in the general forums. I wasn't able to find the settings where I could add a direct link to the favicon. Just didn't appear in my Admin section. We're using Flat Awesome for styling, so it required additional code to be added in, along with a link to the PNG file. Went to the HTML file and added in this line of code: <link rel="icon" type="image/png" href="file-name.png" /> Click to expand... Upvote 0 Downvote
Thanks for the help! Got it fixed. The favicon.ico file was added into the public domain. It showed up in our Admin panel area, but not in the general forums. I wasn't able to find the settings where I could add a direct link to the favicon. Just didn't appear in my Admin section. We're using Flat Awesome for styling, so it required additional code to be added in, along with a link to the PNG file. Went to the HTML file and added in this line of code: <link rel="icon" type="image/png" href="file-name.png" /> Click to expand...