[ Video Sharing CMS v4 ] Favicon issues

Started by ronyhage,

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

ronyhageTopic starter

Hi,

I am having some issues with the favion (the small image on the tab)

On the homepage my old favicon appears, on some pages the default favicon appears, and on some other pages my new favicon appears.

Please advise how to make my new favicon appear on the tab regardless which page I open.
  •  

PHPVibe A.

This is an cache issue, PHPVibe has no favicon, you just drop one in the root of your site.

ronyhageTopic starter

Quote from: Alexander on
This is an cache issue, PHPVibe has no favicon, you just drop one in the root of your site.

on 3.4, I used to change it with this code: <link rel="icon" type="image/png" href="http://example.com/myicon.png"> but I can't find this code anymore.
  •  

PHPVibe A.

You can add it in the meta tags of tpl.globals.php

ronyhageTopic starter

Quote from: Alexander on
You can add it in the meta tags of tpl.globals.php

meta tags, can you tell me under which code exactly can I add it?

cause I will ask you meta tags is it meta properties or what? so I think it's easier to tell me under which code to add it :P
  •  

PHPVibe A.

Put it under this

<meta name="apple-mobile-web-app-status-bar-style" content="black">

Similar topics (7)