• I have been through every post here and everywhere else trying to resolve this issue. I am using the Vertigo 3 theme from Brian Gardner https://www.briangardner.com/themes/vertigo-wordpress-theme.htm. It appears to have all of the code necessary to display the favicon already in the header according to all of the posts. I have also tried a couple of other similar themes with favicons and got the same (non) result.

    The favicon shows fine in IE, Firefox, but not Safari. I have followed all of the recommendations to clear the icon cache, etc. One odd thing is that the favicon DOES display on WP-Admin pages in Safari.

    I have checked on other Macs that have never accessed my site, another PC running Safari for Windows and … no favicon. Favicons on other sites show up (ie above on WP).

    Pertinent details:
    1. Running latest version of Safari 3.1
    2. Hosted on a linux shared server (GoDaddy)
    3. Most recent version of WordPresss

    Any help would be appreciated. Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • can you post your favicon code here, or your header code?

    Thread Starter darrellosborn

    (@darrellosborn)

    HEADER.PHP BELOW…

    ————————————
    <!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”&gt;
    <html xmlns=”https://www.w3.org/1999/xhtml”&gt;
    <head profile=”https://gmpg.org/xfn/11″&gt;
    <meta http-equiv=”Content-Type” content=”<?php bloginfo(‘html_type’); ?>; charset=<?php bloginfo(‘charset’); ?>” />
    <meta name=”distribution” content=”global” />
    <meta name=”robots” content=”follow, all” />
    <meta name=”language” content=”en, sv” />

    <title><?php wp_title(”); ?><?php if(wp_title(”, false)) { echo ‘ :’; } ?> <?php bloginfo(‘name’); ?></title>
    <meta name=”generator” content=”WordPress <?php bloginfo(‘version’); ?>” />
    <!– leave this for stats please –>

    <link rel=”Shortcut Icon” href=”<?php echo get_settings(‘home’); ?>/wp-content/themes/vertigo_v3/images/favicon.ico” type=”image/x-icon” />
    <link rel=”alternate” type=”application/rss+xml” title=”RSS 2.0″ href=”<?php bloginfo(‘rss2_url’); ?>” />
    <link rel=”alternate” type=”text/xml” title=”RSS .92″ href=”<?php bloginfo(‘rss_url’); ?>” />
    <link rel=”alternate” type=”application/atom+xml” title=”Atom 0.3″ href=”<?php bloginfo(‘atom_url’); ?>” />
    <link rel=”pingback” href=”<?php bloginfo(‘pingback_url’); ?>” />
    <?php wp_get_archives(‘type=monthly&format=link’); ?>
    <?php wp_head(); ?>
    <style type=”text/css” media=”screen”><!– @import url( <?php bloginfo(‘stylesheet_url’); ?> ); –></style>

    <script type=”text/javascript”><!–//–><![CDATA[//><!–
    sfHover = function() {
    if (!document.getElementsByTagName) return false;
    var sfEls = document.getElementById(“nav”).getElementsByTagName(“li”);

    for (var i=0; i<sfEls.length; i++) {
    sfEls[i].onmouseover=function() {
    this.className+=” sfhover”;
    }
    sfEls[i].onmouseout=function() {
    this.className=this.className.replace(new RegExp(” sfhover\\b”), “”);
    }
    }
    }
    if (window.attachEvent) window.attachEvent(“onload”, sfHover);
    //–><!]]></script>

    </head>

    <body>

    <div id=”header”>

    <div class=”headerleft”>
    /”><img src=”<?php bloginfo(‘template_url’); ?>/images/logo.png” alt=”<?php bloginfo(‘name’); ?>” />
    </div>

    <div class=”headerright”>
    <ul style=”align:right;” id=”nav”>

    • “>Home
    • <?php wp_list_pages(‘title_li=&depth=2&sort_column=menu_order’); ?>

    • “>RSS
    • </div>

      </div>

      <div id=”wrap”>

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Favicon not displayed in Safari but is displayed in admin pages’ is closed to new replies.