Favicon - Printable Version +- GetSimple Support Forum (http://get-simple.info/forums) +-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3) +--- Forum: General Questions and Problems (http://get-simple.info/forums/forumdisplay.php?fid=16) +--- Thread: Favicon (/showthread.php?tid=3199) |
Favicon - Timbow - 2012-05-23 Having trouble getting a favicon to work at www.timwhittingham.com I have the file favicon.ico, 16x16px ftped to the root, www directory and I edited template.php in the theme to put <link rel="icon" href="favicon.ico" type="image/x-icon"> <link rel="shortcut icon" href="favicon.ico" type="image/x-icon"> in the <head> section. Those were just instructions I googled. The other instructions didn't work either. Is there some reason why not? T Favicon - yojoe - 2012-05-23 Place the .ico file in your theme directory, and use below code. Code: <link rel="icon" type="image/x-icon" href="<?php get_theme_url(); ?>/favicon.ico"> RE: Favicon - Dude - 2012-10-31 Hi I have here still default GS icon (favicon.png) but I can't locate it I changed already in admin, and in admin side I have new one, but on front still GS. Any idea? I can force it ofc with <link.... but... Thank's RE: Favicon - shovenose - 2012-10-31 Well, sometimes your browser caches it. Please try the following go to the URL of the old favicon. if you see the old one, press CTRL+F5 to refresh cache. Then go back to your website. do a CTRL+F5 there. That should work! |