Page 1 of 2 12 LastLast
Results 1 to 10 of 19
  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">'

  7. #7
    Join Date
    Jan 2004
    Posts
    66,446
    Plugin Contributions
    81

    Default Re: Favicon Documentation

    BTW - The FAQ has been updated, as it was out-of-date and applied to Zen Cart v1.2.x. It now talks about how to do it in v1.3.x

    https://www.zen-cart.com/tutorials/index.php?article=52
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  8. #8
    Join Date
    Nov 2006
    Location
    Bedfordshire, UK
    Posts
    33
    Plugin Contributions
    0

    Default Re: Favicon Documentation

    Quote Originally Posted by wolf99 View Post
    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">'

    Sorry but could someone show me where exactly i need to add/change the above code in the relevant php.files

    Ive got the favicon working firefox but not IE

    Thanks in advance!
    [FONT=Comic Sans MS]"[FONT=Lucida Sans Unicode]Every solution breeds new problems![/FONT]"

    [/FONT][FONT=Comic Sans MS]Giftwrap UK - Quality Giftwrap Solutions[/FONT]
    [FONT=Comic Sans MS]
    My Zen Cart Website - www.giftwrapuk.co.uk
    [/FONT]

  9. #9
    Join Date
    Jan 2004
    Posts
    66,446
    Plugin Contributions
    81

    Default Re: Favicon Documentation

    It probably works fine in IE if you bookmark the page.
    This will cause the favicon image to be cached by IE and therefore available for display.

    Go to your home page and press CTRL+D to bookmark it.




    Here's a link to the most recent FAQ on this topic:
    https://www.zen-cart.com/tutorials/index.php?article=52
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  10. #10
    Join Date
    Nov 2006
    Location
    Bedfordshire, UK
    Posts
    33
    Plugin Contributions
    0

    Default Re: Favicon Documentation

    Thanks for your reply DrByte but ive tried this and its still not coming up. ive also checked www.giftwrapuk.co.uk/favicon.ico in IE and the image isnt available. I know its not a massive thing but would like to know why its doesnt work.

    Thanks again.
    [FONT=Comic Sans MS]"[FONT=Lucida Sans Unicode]Every solution breeds new problems![/FONT]"

    [/FONT][FONT=Comic Sans MS]Giftwrap UK - Quality Giftwrap Solutions[/FONT]
    [FONT=Comic Sans MS]
    My Zen Cart Website - www.giftwrapuk.co.uk
    [/FONT]

 

 
Page 1 of 2 12 LastLast

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