coppermine-gallery.com/forum

Support => cpg1.5.x Support => cpg1.5 miscellaneous => Topic started by: Dragon41673 on April 15, 2015, 05:26:36 PM

Title: Favicon will not update
Post by: Dragon41673 on April 15, 2015, 05:26:36 PM
All, I've changed my Favicon in the main root folder of Coppermine, but it is not updating on either of my browsers, even after a hard refresh, as well as clearing cookies & restarting.

Any help would be appreciated. The first time I did this, it worked fine, but for some reason it's just not working this time around.
Title: Re: Favicon will not update
Post by: Dragon41673 on April 15, 2015, 05:30:54 PM
Ok...sorry, please delete my post...I've fixed the issue. Had to use a smaller image.
Title: Re: Favicon will not update
Post by: allvip on April 15, 2015, 08:52:47 PM
Quote from: Dragon41673 on April 15, 2015, 05:30:54 PM
Ok...sorry, please delete my post...I've fixed the issue. Had to use a smaller image.

We do not delete posts. Forum rules. This way users that find your post will learn from you.

Quote from: Joachim Müller on September 28, 2008, 12:46:26 PM
Resolve your threads
If you have found an answer to your question, resolve your thread. Don't just post "I have found the answer", but tell others what you actually did to solve your issues. Posting a link to the page where you found the answer might help. Describing what you did might help as well. Finally, you can tag your thread as "solved" by clicking on the "Topic Solved" button on the bar at the left hand side at the bottom of your thread.
Title: Re: Favicon will not update
Post by: Dragon41673 on April 15, 2015, 09:51:56 PM
allvip...

Thank you, I was not aware of that as I'm still new here. Also...thank you for the "Resolve your threads" post, I will try to remember that if I run in to any more issues.

Thank you!
Title: Re: Favicon will not update
Post by: allvip on April 15, 2015, 10:25:54 PM
You can also add your favicon in your themes/your_theme_name then you can open themes/your_theme_name/template.html and replace:


<link rel="shortcut icon" href="favicon.ico" />


with:


<link rel="shortcut icon" href="themes/your_theme_name/favicon.ico" />


This way you can have diffrent favicons for each theme.
Title: Re: Favicon will not update
Post by: Dragon41673 on April 16, 2015, 02:16:28 AM
Awesome! Thank you for the heads up on that.