1. Vote now - Choose the template types you want in coming months


    JA HawkStore - Stable version Released


    JM Siotis - Beta version released


    Tools & Tips - Make your Joomla site faster


    JA Brisk, Mitius, Onepage & Mero updated - Offcanvas navigation for mobile now available


    5 more JATC extensions updated - Backend UI improvement & new coding standards.


User Tag List

+ Reply to Thread
 
Page 1 of 2 1 2 LastLast
Results 1 to 10 of 15
  1. #1
    Licensed Member Expired
    JoomlaTemplate Club Member - Personal License - 1 Year Expired

    Join Date
    Apr 2012
    Location
    Copenhagen
    Posts
    10
    Points
    33.01
    Downloads
    91
    Uploads
    0
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Thanks
    0
    Thanked 2 Times in 2 Posts

    favicon.ico - how many are there??

    My 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/ja...es/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.

  2. #2
    Licensed Member
    Joomla Developer Membership - 1 yearJoomlaTemplate Club Member - Personal License - 1 Year ExpiredWall Builder Expired

    Join Date
    Nov 2011
    Location
    4WSS - CH
    Posts
    1,604
    Points
    4,018.68
    Downloads
    279
    Uploads
    0
    Mentioned
    9 Post(s)
    Tagged
    0 Thread(s)
    Thanks
    144
    Thanked 549 Times in 486 Posts
    Quote Originally Posted by planetstar View Post
    This is driving me nuts.
    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.
    I'm not a moderator, staff or support member. So for your own safety, DO A BACKUP first!


    *swissa is looking for beta testers*

  3. #3
    Licensed Member Expired
    JoomlaTemplate Club Member - Personal License - 1 Year Expired

    Join Date
    Apr 2012
    Location
    Copenhagen
    Posts
    10
    Points
    33.01
    Downloads
    91
    Uploads
    0
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Thanks
    0
    Thanked 2 Times in 2 Posts
    I 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

  4. #4


    Join Date
    Apr 2012
    Posts
    2
    Points
    4.26
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks
    0
    Thanked 4 Times in 2 Posts
    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/images

    The 2nd time, it worked.

  5. The Following 3 Users Say Thank You to kiab For This Useful Post:

    aleksandr_s (09-19-2012), JA Developer (04-21-2012), martinmont (02-25-2013)

  6. #5

    winchester's Avatar
    Join Date
    Feb 2011
    Location
    Kingston, Jamaica
    Posts
    33
    Points
    100.91
    Downloads
    12
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks
    1
    Thanked 18 Times in 9 Posts
    Quote Originally Posted by kiab View Post
    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/images

    The 2nd time, it worked.
    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:
    HTML Code:
    <link href="<?php echo T3Path::getUrl('images/favicon.ico') ?>" rel="shortcut icon" type="image/x-icon" />
    3: Replace it with this line:
    HTML Code:
    <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

  7. The Following 9 Users Say Thank You to winchester For This Useful Post:

    andy12345678 (12-18-2012), arthurjohnston (10-15-2012), clampert (07-20-2012), JA Developer (11-20-2012), maroulis (11-26-2012), maxigran (03-24-2013), meisterix (03-03-2013), realtoast (11-20-2012), Subliminal8 (05-25-2012)

  8. #6


    Join Date
    Apr 2012
    Posts
    2
    Points
    4.26
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks
    0
    Thanked 4 Times in 2 Posts
    Hope this helps.
    Winchester
    Thank you (:

  9. The Following User Says Thank You to kiab For This Useful Post:

    JA Developer (05-01-2012)

  10. #7

    JoomlaTemplate Club Member - Personal License - 1 Year Expired

    Join Date
    Oct 2006
    Posts
    20
    Points
    37.12
    Downloads
    101
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks
    4
    Thanked 0 Times in 0 Posts
    It worked, thank you very much!!!!

  11. #8
    Licensed Member
    JA Job Board [Professional] [JA Job Board Component]Joomla Developer Membership - 1 year

    Join Date
    May 2010
    Posts
    4
    Points
    7.43
    Downloads
    667
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks
    1
    Thanked 0 Times in 0 Posts
    God Bless you Winchester....Forza!

  12. #9

    JoomlaTemplate Club Member - Personal License - 6 Months Expired

    Join Date
    Feb 2007
    Location
    Boston area
    Posts
    1
    Points
    -55.60
    Downloads
    43
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Wink

    Quote Originally Posted by winchester View Post
    There's a better way to do this....

    ...Hope this helps.

    Winchester
    Thank you, Winchester! This worked for me, too!

  13. #10
    Licensed Member
    Joomla Developer Membership - Renew 1 yearJA Job Board [Professional] [JA Job Board Component] ExpiredJoomlaTemplate Club Member - Personal License - 1 Year Expired

    Join Date
    Jul 2011
    Posts
    49
    Points
    91.81
    Downloads
    77
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks
    11
    Thanked 3 Times in 3 Posts
    Wow! Thanks, winchester! I'm really surprised at the esoteric solution. But I'm really happen I found it and it works!

+ Reply to Thread
Page 1 of 2 1 2 LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts