-
AuthorPosts
-
planetstar Friend
planetstar
- Join date:
- April 2012
- Posts:
- 11
- Downloads:
- 0
- Uploads:
- 1
- Thanked:
- 2 times in 1 posts
April 12, 2012 at 12:45 am #176046My favicon.ico is not showing. I am using the Puresite template on JAT3 2.0
I get the Joomla favicon not matter what I do.
I have placed my own blue star favicon in every template folder, just to be sure…
I have placed it in the link in my soucefile:
<link href=”/plugins/system/jat3/jat3/base-themes/default/images/favicon.ico” rel=”shortcut icon” type=”image/x-icon” />
and I can look it up: http://stjerne.org/plugins/system/jat3/jat3/base-themes/default/images/favicon.ico and it shows ok.
I have cleared the JAT3 cache more than 100 times, I have no caching enabled on the site, but just to be sure, I have purged and cleaned the Joomla cache.
If I change theme to any of my other themes not based on JAT3 I get the correct icon.
I have installed the Elastica JATC theme to. If i enable that theme, I get the Joomla favicon, too.
If is disable JAT3 I get an error, but i get the correct icon
If I request a page not being on the site, I get the correct icon on the 404 page.
Can anyone tell me, where that black Joomla favicon.ico comes from???
This is driving me nuts.
swissa Friendswissa
- Join date:
- November 2011
- Posts:
- 1955
- Downloads:
- 7
- Uploads:
- 277
- Thanks:
- 175
- Thanked:
- 717 times in 572 posts
April 12, 2012 at 4:19 am #448188<em>@planetstar 313482 wrote:</em><blockquote>
This is driving me nuts.</blockquote>Know the feeling! The link you give STILL shows the black Joomla favicon too.
The best advice I can give you is to delete the favicon completely using your ftp client and then install yours. That works for me always. Hope it helps you.
planetstar Friendplanetstar
- Join date:
- April 2012
- Posts:
- 11
- Downloads:
- 0
- Uploads:
- 1
- Thanked:
- 2 times in 1 posts
April 12, 2012 at 5:52 am #448192I have tried to remove all favicon.icon files in every template including the one in the JAT3 default theme, reset all cashes, made sure that I could the reach the favicon in the direct link – and the black Joomla icon shows up.
If I search for favicon in this forum I get so many, many questions when JAT3 is involved. I have not been able to find any documentation especially not on why I have to go deep down in a framework to change a favicon file – the idea of frameworks is, that you should never think about it and be able to replace it with a new version and it should not change your site.
I really, really don’t understand this.
Frank
April 20, 2012 at 9:24 am #449265Ok managed to change it.
I dont know which step were usefull but :
Deleted All favicon.ico 1 by 1.
Waited till the site show no favicon at all.
Uploaded the right one in
/plugins/system/jat3/jat3/base-themes/default/imagesThe 2nd time, it worked.
4 users say Thank You to kiab for this useful post
Winchester FriendWinchester
- Join date:
- February 2011
- Posts:
- 32
- Downloads:
- 24
- Uploads:
- 3
- Thanks:
- 2
- Thanked:
- 19 times in 6 posts
April 28, 2012 at 6:37 am #450602<em>@kiab 314923 wrote:</em><blockquote>Ok managed to change it.
I dont know which step were usefull but :
Deleted All favicon.ico 1 by 1.
Waited till the site show no favicon at all.
Uploaded the right one in
/plugins/system/jat3/jat3/base-themes/default/imagesThe 2nd time, it worked.</blockquote>
There’s a better way to do this.
1: Copy the “head.php” file from “/plugins/system/jat3/jat3/base-themes/default/blocks” to “templates/your_t3_template/blocks”
2: open it up and look for the following line:
<link href=”<?php echo T3Path::getUrl(‘images/favicon.ico’) ?>” rel=”shortcut icon” type=”image/x-icon” />3: Replace it with this line:
<link href=”<?php echo JURI::base(true).”/templates/ja_t3_blank/favicon.ico”; ?>” rel=”shortcut icon” type=”image/x-icon” />
Note that ja_t3_blank should be replaced with the name of your JA T3 folder’s name.3: Place your custom favicon file to your template folder; “templates/your_t3_template/favicon.ico”
This way whenever you upgrade your template to a newer version, it doesn’t undo the change you made.
Hope this helps.
Winchester
Best regards,
H. Winchester Lyon12 users say Thank You to Winchester for this useful post
April 30, 2012 at 7:19 am #450718<blockquote>Hope this helps.
Winchester</blockquote>Thank you (:
1 user says Thank You to kiab for this useful post
May 6, 2012 at 3:56 pm #451694It worked, thank you very much!!!!
fchuks Friendfchuks
- Join date:
- May 2010
- Posts:
- 9
- Downloads:
- 24
- Uploads:
- 2
- Thanks:
- 2
- Thanked:
- 3 times in 2 posts
October 11, 2012 at 12:42 pm #469775God Bless you Winchester….Forza!
October 19, 2012 at 3:25 pm #470566<em>@winchester 316597 wrote:</em><blockquote>There’s a better way to do this….
…Hope this helps.
Winchester</blockquote>
Thank you, Winchester! This worked for me, too!😀
realtoast Friendrealtoast
- Join date:
- July 2011
- Posts:
- 83
- Downloads:
- 0
- Uploads:
- 2
- Thanks:
- 19
- Thanked:
- 5 times in 1 posts
November 20, 2012 at 1:01 am #473522Wow! Thanks, winchester! I’m really surprised at the esoteric solution. But I’m really happen I found it and it works!
mackdoyle Friendmackdoyle
- Join date:
- May 2012
- Posts:
- 21
- Downloads:
- 0
- Uploads:
- 1
- Thanked:
- 1 times in 1 posts
December 9, 2012 at 4:10 am #475589Or you could just replace the favicon link the the blocks/head.php with:
<link href=”favicon.ico” rel=”shortcut icon” type=”image/x-icon” />
And place the favicon.ico in the site root, where it’s supposed to be.
1 user says Thank You to mackdoyle for this useful post
Luiz FernandoMolina FriendLuiz FernandoMolina
- Join date:
- December 2005
- Posts:
- 63
- Downloads:
- 37
- Uploads:
- 2
- Thanks:
- 16
- Thanked:
- 2 times in 1 posts
March 15, 2013 at 2:59 am #486561Why does it have to be so complicated????
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
March 18, 2013 at 4:53 am #486796Hi Luiz,
Please follow winchester ‘s tip: http://www.joomlart.com/forums/topic/favicon-ico-how-many-are-there/#post-450602
March 23, 2013 at 3:56 am #487535Thank you! Worked flawlessly for me too!
-
AuthorPosts
This topic contains 21 replies, has 17 voices, and was last updated by vicvin 10 years, 3 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum