@sharonyue you should restart nginx as this file is likely cached.
invalid icon settings
-
I change the icon in /admin/manage/uploads/system , replaced the icon of 'bb', also changed the icon in public folder, and clear the cache ,rebuild and restart the site,but it still invalid.I find a request of assets/images/touch/36.png which can change the site title icons, how to fix this?
-
@metaverse said in invalid icon settings:
I change the icon in /admin/manage/uploads/system , replaced the icon of 'bb', also changed the icon in public folder
Try to remove all your icons in this folder
/admin/manage/uploads/system
After upload your
favicon.ico
via general settings:/admin/settings/general#favicon
Rebuild a forum and check the result via Incognito window in the browser or clear cache and check.
-
@metaverse have you loaded the favicon in the settings?
-
@brazzerstop said in invalid icon settings:
admin/settings/general#favicon
yes, I set the site icon to /assets/uploads/system/favicon.ico and site logo empty. I checked admin/manage/uploads?dir=system and favicon.ico is my ico,which is different with shown 'bb'.
-
M metaverse marked this topic as a question
-
@metaverse said in invalid icon settings:
I change the icon in /admin/manage/uploads/system , replaced the icon of 'bb', also changed the icon in public folder
Try to remove all your icons in this folder
/admin/manage/uploads/system
After upload your
favicon.ico
via general settings:/admin/settings/general#favicon
Rebuild a forum and check the result via Incognito window in the browser or clear cache and check.
-
@brazzerstop thank you ! I solved this by add the touchicon, although I do not know what this means, but if the setting for touchicon is empty, it will cover the favicon.ico in title. I fix this by grep the 36.png and foung that in public/images/touch.
-
M metaverse has marked this topic as solved
-
@metaverse please check this topic:
https://community.nodebb.org/topic/16628/nodebb-icon-appears-instead-of-actual-favicon
-
@crazycells thank you!I have fixed this problem, In my case, I changed fall favicion.ico to mine but it still not work, finally I find the net request of 36.png which get the touch icon from touch file.Althought I don't know why this is triggered, I put my icon to the settings of touchicon and fixed this problem.
-