Thread: Favicon Help!!!

Results 1 to 6 of 6

Hybrid View

  1. #1
    Join Date
    Dec 2007
    Location
    Payson, AZ
    Posts
    1,076
    Plugin Contributions
    15

    Default Re: Favicon Help!!!

    in /includes/templates/YOUR_TEMPLATE/common/html_header.php

    <?php if (defined('FAVICON')) { ?>
    <link rel="icon" href="<?php echo FAVICON2; ?>" type="image/gif" />
    <link rel="shortcut icon" href="<?php echo FAVICON2; ?>" type="image/gif" />
    <link rel="shortcut icon" href="<?php echo FAVICON; ?>" type="image/x-icon" />
    <?php } //endif FAVICON ?>
    in includes/languages/english/YOUR_TEMPLATE/meta_tags.php

    // There is usually NO need to enable this unless you wish to specify a path and/or a different filename
    define('FAVICON2','includes/templates/YOUR_TEMPLATE/images/icons/icon.gif');
    define('FAVICON', 'includes/templates/YOUR_TEMPLATE/images/icons/icon.ico');
    If just use the old ico file and placed it in the root, then you would not need any of this. If you place your ico in another folder or use a gif, then the above should work... the gif is for animated icons. gif is easier to create then ani's.
    Dave
    Always forward thinking... Lost my mind!

  2. #2
    Join Date
    Mar 2006
    Location
    Florence, Italy
    Posts
    153
    Plugin Contributions
    0

    Default Re: Favicon Help!!!

    I've had some problems in I.E.7 with favicon.
    I was not seeing it, while other friends I asked to control was seiing.
    I solved the problem on my pc erasing the "web site visited".
    Giovanni

  3. #3
    Join Date
    Jul 2009
    Posts
    122
    Plugin Contributions
    0

    Default Re: Favicon Help!!!

    If anyone else is looking to find a working solution to getting the animated favicon to work in ZenCart. I found this thread which has a working solution.

    http://www.zen-cart.com/forum/showthread.php?t=113926

    Scroll halfway down the thread and look for Sawhorse's post.

 

 

Similar Threads

  1. Replies: 2
    Last Post: 8 Sep 2010, 01:28 AM
  2. Favicon Help
    By MagicMan in forum General Questions
    Replies: 23
    Last Post: 1 Mar 2009, 11:01 PM
  3. Help with Favicon
    By AvieF in forum General Questions
    Replies: 9
    Last Post: 27 Jun 2008, 06:01 AM
  4. FavIcon Help
    By Baysbeauty in forum General Questions
    Replies: 18
    Last Post: 12 Feb 2008, 07:02 PM

Posting Permissions

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