Results 1 to 10 of 19

Hybrid View

  1. #1
    Join Date
    Jan 2006
    Location
    Oregon, USA
    Posts
    17
    Plugin Contributions
    1

    help question Favicon Documentation

    The last sentence in this section of the FAQ makes no sense to me. Add
    Code:
    // Favicon define('FAVICON_CODE',''. '');
    after what?

    When I placed it after
    Code:
    <link rel="shortcut icon" href="<?php echo FAVICON; ?>" type="image/x-icon" />
    it did not reveal the favicon.


    http://www.zen-cart.com/forum/faq.ph...e_new_template

    #How do I get my favicon to show in Internet Explorer?

    a. Create and place a favicon.ico file in the root directory of your web server

    b. Use meta tags to make reference to the file.

    i. In includes/languages/english.php, add the following code after the Custom Keywords section

    // Favicon define('FAVICON_CODE',''. '');

    ii. In includes/ templates/ YOUR_TEMPLATE/ common/ html_header.php, add after ” />
    The ~ox-{ is grateful.
    www.singingfalls.com

  2. #2
    Join Date
    Dec 2005
    Posts
    1,059
    Plugin Contributions
    2

    Default Re: Favicon Documentation

    Try these instructions here for 1.3.5/1.3.6:

    http://www.zen-cart.com/forum/showth...hlight=favicon

    Be sure to make a copy of your includes/english/meta_tags.php to alter,
    then upload it to your includes/english/custom_your_template folder.

    Re-bookmark your page, and the favicon should appear.
    [FONT=Arial]Country Kitty Crafts[/FONT][FONT=Arial]
    [/FONT] [FONT=Garamond]
    [/FONT]

  3. #3
    Join Date
    Jan 2006
    Location
    Oregon, USA
    Posts
    17
    Plugin Contributions
    1

    Default Re: Favicon Documentation

    Thank you tshooters for your reply. Interesting matter this favicon is.

    I found a comment here at the forums suggesting that I simply add an html tag for the favicon in common/html_header.php
    It worked just fine.
    The ~ox-{ is grateful.
    www.singingfalls.com

  4. #4
    Join Date
    Sep 2006
    Location
    West of Ireland
    Posts
    174
    Plugin Contributions
    0

    Default Re: Favicon Documentation

    Just tried a fav icon and I had to modify tpl_header, html_header AND Metatags before it would show up in the address bar and bookmarks in FF2 (works in IE7 and opera as well :) )

  5. #5
    Join Date
    Jun 2003
    Posts
    33,721
    Plugin Contributions
    0

    Default Re: Favicon Documentation

    Perhaps you would share what those changes were? I have not had any trouble with Favicons showing in FF2.
    Please do not PM for support issues: a private solution doesn't benefit the community.

    Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.

  6. #6
    Join Date
    Sep 2006
    Location
    West of Ireland
    Posts
    174
    Plugin Contributions
    0

    Default Re: Favicon Documentation

    Sorry should have said in my last post, thanks for the reminder!

    in metatags, I removed the '//' in front of the define favicon line

    in tpl_header & html_header I added the standard '<link rel="shortcut icon" href="favicon.ico">'

 

 

Similar Threads

  1. V1.6 Documentation
    By wilt in forum Code Collaboration
    Replies: 2
    Last Post: 11 May 2013, 04:22 AM
  2. Replies: 2
    Last Post: 8 Sep 2010, 01:28 AM

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