ZenphotoCMS Forum
Where should "favicon.ico" be uploaded? - Printable Version

+- ZenphotoCMS Forum (https://forum.zenphoto.org)
+-- Forum: Support (https://forum.zenphoto.org/forum-1.html)
+--- Forum: General support (https://forum.zenphoto.org/forum-4.html)
+--- Thread: Where should "favicon.ico" be uploaded? (/thread-13616.html)



Where should "favicon.ico" be uploaded? - guirala - 2021-07-21

Hi friends:
A simple question: in which folder should I put my icon file "favicon.ico" so that it can be displayed correctly in the browser when entering the page?
Currently I have uploaded it inside the "/public_html" folder (the same where is index.php) which is where I installed my site, but it does not show it, curiously it is displayed correctly when entering to the administrator page (zp-core/admin.php) but not when entering to the website; there it only continues showing the icon of the small green camera. I have tried uploading it in the theme folder, but it doesn't work either.
Thanks.




Where should "favicon.ico" be uploaded? - acrylian - 2021-07-21

The root of the install - as you did - is generally okay. But some themes provide their own favicon within their theme folder and load it from there.




Where should "favicon.ico" be uploaded? - fretzl - 2021-07-21

You may also want to change the favicon.ico file in the images folder in your theme.
That's the one that is called in the `` section.




Where should "favicon.ico" be uploaded? - guirala - 2021-07-22

Thanks acrylian and fretzl, I did what you indicated and problem solved.
For anyone else who has had this problem, installing the favicon.ico file in the theme's images folder fixes it.