+ Reply to Thread
Results 1 to 7 of 7

Thread: No Favicon on the Front End but still in the Admin area?

  1. #1

    No Favicon on the Front End but still in the Admin area?

    Hey guys,
    I wonder if I have a little Ghost built in the software Now the favicon is not showing in the front end, but it work in the admin panel?
    Sight, the icon itself is where it should be /template-I-use/img/favicon.ico.

    Strange.
    Free Advertising at Fyndklippet.se


  2. #2
    Flynax developer
    Join Date
    Jun 2010
    Posts
    239
    You should to check this line in source code of homepage (front-end):

    Code:
    Only registered members can view the code.

    If you haven't found this line that you need to add this code in template file http://www.domain.com/templates/your...tpl/header.tpl

  3. #3
    Senior Member
    Join Date
    Oct 2011
    Posts
    113
    I found the code and I changed the favicon.ico with my own, but still get in the admin panel my own favicon and at the front-end the flynax favicon.
    I also cleared browser cache.

    Is there any other location for the favicon.ico?

  4. #4
    Master
    Join Date
    Apr 2012
    Location
    Germany
    Posts
    421
    Hi Andreas,

    in english.
    You can find favicon.ico in
    1. admin/img/favicon.ico (for Backend)
    2. templates/your_template/img/favicon.ico (for Frontend)
    3. templates/mobile_default/img/favicon.ico (mobile Frontend)

    Just copy/change via ftp your favicon.ico in templates/your_template/img/ and templates/mobile_default/img/ thats all.

    Important!
    Let the line as it is in header.tpl

    PHP Code:
    Only registered members can view the code
    Best regards
    Steffen

  5. #5
    Senior Member
    Join Date
    Oct 2011
    Posts
    113
    Hi Steffen,



    after deleting the cache, cookies and offline files of my browser, the right favicon appears..


    thanks.

    best regards
    Andreas

  6. #6
    Master
    Join Date
    Apr 2012
    Location
    Germany
    Posts
    421
    Hallo Andreas,

    Kein Problem!
    Typically the browser cache ...

    Best regards
    Steffen

  7. #7
    Senior Member
    Join Date
    Oct 2011
    Posts
    113
    I also tried it with Safari, but after deleting the cache, still the false favicon was shown.
    With Firefox it worked at the first try.

+ Reply to Thread