Results 1 to 8 of 8

Thread: Why is my favicon not showing up?

  1. #1
    Join Date
    Jul 2011
    Posts
    113
    Thanks
    15
    Thanked 0 Times in 0 Posts

    Default Why is my favicon not showing up?

    The website in question is richieadams.com and I have this in the head:
    HTML Code:
    <link rel="icon" href="favicon.ico" type="image/x-icon">
    I saved the file in the root folder... not sure what I am missing?

    It's small (literally), but it would be a nice touch to have this work.

    Thank you!

  2. #2
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    Have you looked at the instructions on the favicon generator page here?
    Your icon file looks ok and it's in the right location.

    It may just be that you need to wait for browsers to catch up to this. But it didn't load for me either which is a little strange.

    You could try putting that tag nearer the top of your page. I don't think that would change anything but it wouldn't hurt.
    You can also try not using frames. That may be the problem. I'm not sure.
    Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum

  3. #3
    Join Date
    Jul 2011
    Posts
    113
    Thanks
    15
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by djr33 View Post
    You can also try not using frames. That may be the problem. I'm not sure.
    Excuse my ignorance, what are the frames you are referring to?

    Thank you for checking!

  4. #4
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    I downloaded the .ico file just fine from the link in the source code. But there definitely are frames-- just check with view>source on the homepage. So a few things aren't lining up, based on what John and I have seen. I suggest looking at the overall structure of your site and checking to be sure everything is as you want it.
    Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum

  5. #5
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    The file:

    richieadams.com/favicon.ico

    is not there.

    If you navigate to the actual page:

    rrc.la/richieadams/

    the favicon shows up just fine.

    You already have a frame (at richieadams.com/):

    Code:
    <html>
    <head><title></title></head>
    <frameset cols='*' rows='*'>
    <frame src='http://www.rrc.la/richieadams' frameborder='0' scrolling='Auto' noresize marginwidth='0' marginheight='0'>
    </frameset>
    <!--
    <noframes><body>Frame required.</body></noframes>
    -->
    </html>
    You could perhaps set its favicon to the file on rcc.la:

    Code:
    <html>
    <head><title></title><link rel="icon" href="http://www.rrc.la/richieadams/favicon.ico" type="image/x-icon"></head>
    <frameset cols='*' rows='*'>
    <frame src='http://www.rrc.la/richieadams' frameborder='0' scrolling='Auto' noresize marginwidth='0' marginheight='0'>
    </frameset>
    <!--
    <noframes><body>Frame required.</body></noframes>
    -->
    </html>
    And, for older browsers also upload a copy of the favicon to richieadams.com/
    Last edited by jscheuer1; 10-03-2012 at 04:09 PM. Reason: English usage
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  6. The Following User Says Thank You to jscheuer1 For This Useful Post:

    katiebugla (10-03-2012)

  7. #6
    Join Date
    Jul 2011
    Posts
    113
    Thanks
    15
    Thanked 0 Times in 0 Posts

    Default

    Ok, so because we are using website forwarding, that is why it may not be showing up? Thank you... I'll keep y'all posted on my progress. Thank you for your help.

  8. #7
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    You're not really using forwarding. Real forwarding would be a redirect and you'd have no problems. You're just hiding your website in a frame on another domain. That's fine of course if it's your only option, but it is going to come with inherent limits. This is one of them. The other has to do with linking to pages directly and other issues with frames.

    If possible, you should actually make the domain work-- it's more professional and will function better in a few ways. Of course the tradeoff is probably the expense, plus configuring it.
    Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum

  9. #8
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    That almost certainly is why. The method of forwarding being used puts a frame around the actual website. The favicon for the page inside the frame will not show up. Only the favicon (if any) for the frame will. When I checked, the frame had no favicon.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

Similar Threads

  1. Favicon not showing in Firefox. Why?
    By SueStraw in forum HTML
    Replies: 1
    Last Post: 10-20-2011, 09:47 PM
  2. Favicon ain't showing
    By Dingus in forum Looking for such a script or service
    Replies: 5
    Last Post: 10-02-2011, 12:39 PM
  3. How to create a text next to favicon & how to create a movable favicon?
    By richchum in forum Looking for such a script or service
    Replies: 1
    Last Post: 12-15-2009, 07:23 AM
  4. Help with my Favicon
    By ropes27 in forum Graphics
    Replies: 6
    Last Post: 07-21-2008, 12:31 PM
  5. Favicon
    By Mort in forum Dynamic Drive scripts help
    Replies: 14
    Last Post: 02-01-2007, 05:29 PM

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
  •