Posts: 4
Threads: 1
Joined: Apr 2011
2011-05-24, 00:33:51
(This post was last modified: 2011-05-24, 00:34:46 by jencruz154.)
See
http://all4texas.com
I need help on:
- Setting up extended news. I tried instructs but did not work.
- Setting favicon. I tried adding rel link in header.php(template/inc) folder. Did not work.
Thanks. Any and all feedback, criticism, BIE would be welcome.
Cheers
tdhill@all4texas.com
Posts: 524
Threads: 48
Joined: Mar 2011
I just checked the output markup of your site and there's no
Code:
<link rel="shortcut icon" href="http://www.domain.tld/favicon.ico" type="image/x-icon" />
to be found. The default "Cardinal" theme for GS 2 which you are using usually does not have any "theme/inc" folder or header.php. Try adding the above markup into "theme/Cardinal/template.php".
Hope this helps!
Posts: 4
Threads: 1
Joined: Apr 2011
polyfragmented Wrote:I just checked the output markup of your site and there's no
Code:
<link rel="shortcut icon" href="http://www.domain.tld/favicon.ico" type="image/x-icon" />
to be found. The default "Cardinal" theme for GS 2 which you are using usually does not have any "theme/inc" folder or header.php. Try adding the above markup into "theme/Cardinal/template.php".
Hope this helps!
I added the code as you desribed. It didn't work at first but it now is. IE doesn't use the URL defined in the page but looks at another site (to which the icon has somehow been cached)> It takes some time for a new icon to get pushed over to the site. Stupid Microsoft (you don't work for them do you?)
Posts: 4
Threads: 1
Joined: Apr 2011
Apologies for the poor typing. It's almost 11am here in Dubai and I am beat. Thanks for your help.