Zen Cart Logo
Forums / General Questions / Favicon not showing with Firefox

Favicon not showing with Firefox

Locked

Views: 29,366

Results 1 to 20 of 21
This thread is locked. New replies are disabled.
6 Feb 2008, 2:07 AM
#1
dnolan avatar

dnolan

New Zenner

Join Date:
Mar 2007
Location:
Dexter, MO USA
Posts:
32
Plugin Contributions:
0

Favicon not showing with Firefox

:(Does anyone know how to make favicons show up in Firefox browser? Mine does fine on all pages in IE7 but can't get it to show in Firefox.

6 Feb 2008, 2:34 AM
#2
colemanpa avatar

colemanpa

Zen Follower

Join Date:
Oct 2007
Location:
Fairbanks, Alaska
Posts:
423
Plugin Contributions:
0

Re: Favicon not showing with Firefox

would you be by chance designing your site in IE?

and the link to the site would be nice

6 Feb 2008, 2:42 AM
#3
colemanpa avatar

colemanpa

Zen Follower

Join Date:
Oct 2007
Location:
Fairbanks, Alaska
Posts:
423
Plugin Contributions:
0

Re: Favicon not showing with Firefox

I found this on the web;

**What is a Favicon?

** The favicon (pronounced fav-eye-con, shortened form of 'Favorites Icon') is specific to Internet Explorer 5, and the Konqueror web browser. It is used to customise the icon next to your bookmarked web site to be your own customised logo. This is useful because it will remind a visitor about your site, as your link in the favourites will stand out. The favicon is a normal Windows icon file (.ico). It generally measures 16x16 pixels and consists of 16 colours.

6 Feb 2008, 2:50 AM
#4
daneh avatar

daneh

Zen Follower

Join Date:
Dec 2007
Location:
Southern Maine
Posts:
268
Plugin Contributions:
0

Re: Favicon not showing with Firefox

I don't think it is a firefox problem...I have favicons. Try clearing your cache, then see if they show.

6 Feb 2008, 4:05 AM
#5
tshooters avatar

tshooters

Totally Zenned

Join Date:
Dec 2005
Posts:
1,037
Plugin Contributions:
2

Re: Favicon not showing with Firefox

Try re-bookmarking your site.

17 May 2010, 12:57 PM
#7
frank18 avatar

frank18

Deceased

Join Date:
Nov 2007
Location:
Sunny Coast, Australia
Posts:
3,427
Plugin Contributions:
2

Re: Favicon not showing with Firefox

Shows fine on my 3 shops, Firefox or IE or "what-ever-else". Don't think this is a ZC issue at all

24 Jul 2010, 7:11 PM
#8
ibifa avatar

ibifa

New Zenner

Join Date:
Feb 2010
Posts:
46
Plugin Contributions:
0

Re: Favicon not showing with Firefox

For some reason, some sites need a bit of coding inserted in order for the favicon to show up on every browser. I don't know what it causing it (my first thought is file sizes, actually) - regardless there IS a problem (interesting the number of people who are in denial about the existence of this problem), AND, most importantly, there IS a solution.

It may not be a "zen cart issue" but it IS a zencart file that needs to be added to.

WHERE TO INSERT THE CODE:
index.php in the root directory (usually public_html or www) for your store - at the bottom of the file

<head> <link rel="shortcut icon" href="/favicon.ico?" type="image/x-icon" /> </head>

It could be with or without the question mark - try it without first and then with it.

24 Jul 2010, 7:19 PM
#9
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
177

Re: Favicon not showing with Firefox

IBIFA:

WHERE TO INSERT THE CODE:
index.php in the root directory (usually public_html or www) for your store - at the bottom of the file

<head> <link rel="shortcut icon" href="/favicon.ico?" type="image/x-icon" /> </head>

It could be with or without the question mark - try it without first and then with it.
Um, NO.

That's A BAD IDEA. One should NEVER touch the contents of the index.php file in the root directory, ESPECIALLY not for the reasons you suggest.

Instead of hacking up core code, why not just use the built-in capability? https://www.zen-cart.com/tutorials/index.php?article=52
Telling people to hack up core code is a bad idea, since it makes upgrades more difficult down the road, and also makes tech support more complicated, thus doing nobody any favors.

25 Jul 2010, 9:47 PM
#10
ibifa avatar

ibifa

New Zenner

Join Date:
Feb 2010
Posts:
46
Plugin Contributions:
0

Re: Favicon not showing with Firefox

DrByte,

I appreciate your concern. However, this was the only solution that I could find that actually works to have my favicon show up in Firefox.

If you have another idea, I would really appreciate it. It appears most people on this forum are split in two camps - those who have the problem and those who deny the problem exists. Noone has a solution.

I appreciate sending the link to the tutorial, but following those instructions to a T does not display my favicon in Firefox.

Currently it works - but only because of the above specified coding change.

Please advise what different instructions I should follow in order to make the favicons work.

Thank you!

25 Jul 2010, 10:16 PM
#11
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
177

Re: Favicon not showing with Firefox

The primary reason why what you suggest is BAD ... is because it creates VERY BAD HTML, and won't validate in any html validators.

So ... to narrow things down a bit, try this:
When you open your site with your browser, and click on the "View" button and choose "View Source", you can see the raw HTML sent to the browser.

Grab a copy of the raw HTML based on the changes you made to the PHP.
And grab a copy of the raw HTML based on just the changes from the tutorial, and without the changes you posted earlier.

Post them here.

How does the HTML render differently?

28 Jul 2010, 3:30 AM
#12
ibifa avatar

ibifa

New Zenner

Join Date:
Feb 2010
Posts:
46
Plugin Contributions:
0

Re: Favicon not showing with Firefox

Note: there is a difference in here due to two banners alternating as pages are refreshed, but for the sake of direct comparison, I'm choosing not to cut that out.

I am very interested in "hearing" your thoughts on the differences, specifically why it wouldn't show up in Firefox.
(Perhaps I should also post the code for IE without the change?)

WITH THE CHANGE:
(I can't claim them as mine, since I found them online)

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="en"> <head> <!--<title>Garden of Francis</title>--> <title>Garden of Francis</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <meta name="keywords" content="cloth diapers, modest clothing, montessori, homeschool, bumkins, catholic, bible study, special order, headcovering" /> <!--<meta name="description" content="Garden of Francis : - Clothing Educational Montessori Gift Certificates Infant/Toddler Homemaking catholic, montessori, homeschool, modest" />--> <meta name="description" content="Specializing in resources and materials for children's education and care, including Montessori materials, Bumkins diapers, children's clothing, and more." /> <meta http-equiv="imagetoolbar" content="no" /> <meta name="author" content="The Zen Cart™ Team and others" /> <meta name="generator" content="shopping cart program by Zen Cart™, <http://www.zen-cart.com> eCommerce" /> <base href="http://gardenoffrancis.com/" /> <link rel="stylesheet" type="text/css" href="includes/templates/sunflower_orange/css/stylesheet.css" /> <link rel="stylesheet" type="text/css" href="includes/templates/sunflower_orange/css/stylesheet_bettertogether_product.css" /> <link rel="stylesheet" type="text/css" href="includes/templates/sunflower_orange/css/stylesheet_css_boxes.css" /> <link rel="stylesheet" type="text/css" href="includes/templates/sunflower_orange/css/stylesheet_css_buttons.css" /> <link rel="stylesheet" type="text/css" media="print" href="includes/templates/sunflower_orange/css/print_stylesheet.css" /> </head> <body id="indexHomeBody"> <div id="bannerOne" class="banners"><a href="http://gardenoffrancis.com/index.php?main_page=redirect&action=banner&goto=11" target="_blank"><img src="images/banner_top.jpg" alt="Credit Cards" title=" Credit Cards " width="800" height="54" /></a></div> <div id="mainWrapper"> <!--bof-header logo and navigation display--> <div id="headerWrapper"> <!--bof-navigation display--> <div id="navMainWrapper"> <div id="navMain"> <ul class="back"> <li><a href="http://gardenoffrancis.com/">Home</a></li> <li><a href="http://gardenoffrancis.com/index.php?main_page=login">Log In</a></li> </ul> </div> <div id="navMainSearch"></div> <br class="clearBoth" /> </div> <!--eof-navigation display--> <!--bof-branding display--> <div id="logoWrapper"> <!-- <div id="logo"><a href="http://gardenoffrancis.com/"><img src="includes/templates/template_default/images/HEADER_LOGO_IMAGE" alt="" /></a></div>--> </div> <!--<br class="clearBoth" />--> <!--eof-branding display--> <!--eof-header logo and navigation display--> <!--bof-optional categories tabs navigation display--> <div id="navCatTabsWrapper"> <div id="navCatTabs"> <ul> <li><a class="category-tabs" href="http://gardenoffrancis.com/index.php?main_page=index&cPath=9">Homemaking</a></li> <li><a class="category-tabs" href="http://gardenoffrancis.com/index.php?main_page=index&cPath=4">Educational</a></li> <li><a class="category-tabs" href="http://gardenoffrancis.com/index.php?main_page=index&cPath=5">Montessori</a></li> <li><a class="category-tabs" href="http://gardenoffrancis.com/index.php?main_page=index&cPath=8">Infant/Toddler</a></li> <li><a class="category-tabs" href="http://gardenoffrancis.com/index.php?main_page=index&cPath=3">Clothing</a></li> <li><a class="category-tabs" href="http://gardenoffrancis.com/index.php?main_page=index&cPath=7">Gift Certificates</a></li> </ul> </div> </div> <!--eof-optional categories tabs navigation display--> <!--bof-header ezpage links--> <!--eof-header ezpage links--> </div> <table width="100%" border="0" cellspacing="0" cellpadding="0" id="contentMainWrapper"> <tr> <td id="navColumnOne" class="columnLeft" style="width: 15px"> <div id="navColumnOneWrapper" style="width: 0px"></div></td> <td valign="top"> <!-- bof breadcrumb --> <!-- eof breadcrumb --> <div id="bannerThree" class="banners"><a href="http://gardenoffrancis.com/index.php?main_page=redirect&action=banner&goto=16" target="_blank"><img src="images/banners/JoachimAnnaImage.jpg" alt="JoachimAnna" title=" JoachimAnna " width="628" height="81" /></a></div> <!-- bof upload alerts --> <!-- eof upload alerts --> <div class="centerColumn" id="indexCategories"> <h1 id="indexCategoriesHeading"></h1> <!-- deprecated - to use - uncomment <div id="" class="content">This is the main define statement for the page for english when no template defined file exists. It is located in: <strong>/includes/languages/english/index.php</strong></div> --> <!-- deprecated - to use - uncomment <div id="" class="content">Define your main Index page copy here.</div> --> <!-- bof: featured products --> <div class="centerBoxWrapper" id="featuredProducts"> <h2 class="centerBoxHeading">Featured Products</h2> <div class="centerBoxContentsFeatured centeredContent back" style="width:20%;"><a href="http://gardenoffrancis.com/index.php?main_page=product_info&cPath=9&products_id=47"><img src="images/Just Soap.jpg" alt="Just Plain Soap" title=" Just Plain Soap " width="100" height="71" /></a><br /><a href="http://gardenoffrancis.com/index.php?main_page=product_info&cPath=9&products_id=47">Just Plain Soap</a><br />$0.75</div> <div class="centerBoxContentsFeatured centeredContent back" style="width:20%;"><a href="http://gardenoffrancis.com/index.php?main_page=product_info&cPath=3_11&products_id=81"><img src="images/Skirt.jpg" alt="Long Skirt - Gore" title=" Long Skirt - Gore " width="67" height="80" /></a><br /><a href="http://gardenoffrancis.com/index.php?main_page=product_info&cPath=3_11&products_id=81">Long Skirt - Gore</a><br />$15.00</div> <div class="centerBoxContentsFeatured centeredContent back" style="width:20%;"><a href="http://gardenoffrancis.com/index.php?main_page=product_info&cPath=5_14&products_id=39"><img src="images/Angels Cooling the Earth.jpg" alt="Great Lessons - Chart images" title=" Great Lessons - Chart images " width="53" height="80" /></a><br /><a href="http://gardenoffrancis.com/index.php?main_page=product_info&cPath=5_14&products_id=39">Great Lessons - Chart images</a><br />$10.00</div>
<div class="centerBoxContentsFeatured centeredContent back" style="width:20%;"><a href="http://gardenoffrancis.com/index.php?main_page=product_info&cPath=5_15&products_id=104"><img src="images/L1TopoMap.jpg" alt="CGS - Israel Topographical Map" title=" CGS - Israel Topographical Map " width="69" height="80" /></a><br /><a href="http://gardenoffrancis.com/index.php?main_page=product_info&cPath=5_15&products_id=104">CGS - Israel Topographical Map</a><br />$25.00</div>
<div class="centerBoxContentsFeatured centeredContent back" style="width:20%;"><a href="http://gardenoffrancis.com/index.php?main_page=product_info&cPath=5_15&products_id=96"><img src="images/Altar Cloth.jpg" alt="CGS - Altar Cloth and Linens" title=" CGS - Altar Cloth and Linens " width="100" height="70" /></a><br /><a href="http://gardenoffrancis.com/index.php?main_page=product_info&cPath=5_15&products_id=96">CGS - Altar Cloth and Linens</a><br /></div>
<br class="clearBoth" /> </div> <!-- eof: featured products --> <!-- bof: upcoming_products --> <fieldset> <legend>Upcoming Products</legend> <table border="0" width="100%" cellspacing="0" cellpadding="2" id="upcomingProductsTable" summary="table contains a list of products that are due to be in stock soon and the dates the items are expected"> <caption>****These items available for PRE-ORDER at reduced prices****</caption> <tr> <th scope="col" id="upProductsHeading">Item Name</th> <th scope="col" id="upDateHeading">Date Expected</th> </tr> <tr class="rowEven"> <td ><a href="http://gardenoffrancis.com/index.php?main_page=product_info&cPath=4&products_id=6">Catholic Family Bible Study</a></td> <td align="right" >08/27/2010</td> </tr> <tr class="rowOdd"> <td ><a href="http://gardenoffrancis.com/index.php?main_page=product_info&cPath=9&products_id=26">Fasting Cookbook</a></td> <td align="right" >07/30/2010</td> </tr> </table> </fieldset> <!-- eof: upcoming_products --> <div id="indexCategoriesMainContent" class="content"><br /><font face="Century Gothic" size="+.5"> <center>

<strong><h1 style="color: #000">Welcome to Garden of Francis!</h1> </strong>

</center></font size> <font face="Century Gothic" size="+.4"> <h2> <p>

PRE-ORDERS for the Montessori guides will be delivered beginning the week of July 19th. We apologize for the delay in production time. <p>

<font color=green><strong>Garden of Francis:</strong></font color> Home-centered Simplicity and Modesty, providing for YOUR family's unique needs - where you'll find the items that were so hard for our own family to find: modest clothing, educational materials, homemaking resources, Montessori materials, special orders of any of the above - for a reasonable price.<p>

Please tell us what you are seeking if you don't see it here. Whether ready-to-ship or custom-made, we strive to meet the needs of your family in the areas of modest clothing, homeschooling, Montessori and the Catholic faith.<p>

<strong><font color=green><a href="http://gardenoffrancis.com/index.php?main_page=shippinginfo"/>FREE SHIPPING</a>:</font color></strong> All books ship free always. <br />All other products: Free shipping on orders over $200 (books in the order contribute to this total). <p>

Please browse around, contact us with any questions and happy shopping! <strong><font color=green><a href="http://gardenoffrancis.com/index.php?main_page=product_info&cPath=7&products_id=7">Gift certificates</a></font color></strong> are also available, for all your gift-giving needs. </font face>

</h2> </font size> <strong>Prayer:</strong> Parents of Mary, pray for all parents that they may provide the loving home and faithful teaching that you provided your daughter. Amen </p> </p> </div> <!-- BOF: Display grid of available sub-categories, if any -->
<div class="categoryListBoxContents" style="width:16%;"><a href="http://gardenoffrancis.com/index.php?main_page=index&cPath=9"><img src="images/Just Plain Soap category.jpg" alt="Homemaking" title=" Homemaking " width="75" height="41" /><br />Homemaking</a></div>
<div class="categoryListBoxContents" style="width:16%;"><a href="http://gardenoffrancis.com/index.php?main_page=index&cPath=4"><img src="images/Homeschool Category Image.jpg" alt="Educational" title=" Educational " width="75" height="46" /><br />Educational</a></div>
<div class="categoryListBoxContents" style="width:16%;"><a href="http://gardenoffrancis.com/index.php?main_page=index&cPath=5"><img src="images/Montessori category image 300.jpg" alt="Montessori" title=" Montessori " width="75" height="26" /><br />Montessori</a></div>
<div class="categoryListBoxContents" style="width:16%;"><a href="http://gardenoffrancis.com/index.php?main_page=index&cPath=8"><img src="images/Infant Toddler category.jpg" alt="Infant/Toddler" title=" Infant/Toddler " width="75" height="52" /><br />Infant/Toddler</a></div>
<div class="categoryListBoxContents" style="width:16%;"><a href="http://gardenoffrancis.com/index.php?main_page=index&cPath=3"><img src="images/Clothing category.jpg" alt="Clothing" title=" Clothing " width="25" height="57" /><br />Clothing</a></div>

<div class="categoryListBoxContents" style="width:16%;"><a href="http://gardenoffrancis.com/index.php?main_page=index&cPath=7"><img src="images/Gift Certificate VOID.JPG" alt="Gift Certificates" title=" Gift Certificates " width="75" height="52" /><br />Gift Certificates</a></div>
<br class="clearBoth" /> <!-- EOF: Display grid of available sub-categories --> </div> </td> <td id="navColumnTwo" class="columnRight" style="width: 165px"> <div id="navColumnTwoWrapper" style="width: 150px"><!--// bof: categories //--> <div class="rightBoxContainer" id="categories" style="width: 150px"> <h3 class="rightBoxHeading" id="categoriesHeading">Categories</h3> <div id="categoriesContent" class="sideBoxContent"> <a class="category-top" href="http://gardenoffrancis.com/index.php?main_page=index&cPath=9">Homemaking</a> (11)<br /> <a class="category-top" href="http://gardenoffrancis.com/index.php?main_page=index&cPath=4">Educational</a> (32)<br /> <a class="category-top" href="http://gardenoffrancis.com/index.php?main_page=index&cPath=5">Montessori-></a> (42)<br /> <a class="category-top" href="http://gardenoffrancis.com/index.php?main_page=index&cPath=8">Infant/Toddler</a> (12)<br /> <a class="category-top" href="http://gardenoffrancis.com/index.php?main_page=index&cPath=3">Clothing-></a> (26)<br /> <a class="category-top" href="http://gardenoffrancis.com/index.php?main_page=index&cPath=7">Gift Certificates</a> (1)<br /> <hr id="catBoxDivider" /> <a class="category-links" href="http://gardenoffrancis.com/index.php?main_page=products_new">New Products ...</a><br /> <a class="category-links" href="http://gardenoffrancis.com/index.php?main_page=featured_products">Featured Products ...</a><br /> <a class="category-links" href="http://gardenoffrancis.com/index.php?main_page=products_all">All Products ...</a> </div></div> <!--// eof: categories //--> <!--// bof: search //--> <div class="rightBoxContainer" id="search" style="width: 150px"> <h3 class="rightBoxHeading" id="searchHeading"><label>Search</label></h3> <div id="searchContent" class="sideBoxContent centeredContent"><form name="quick_find" action="http://gardenoffrancis.com/index.php?main_page=advanced_search_result" method="get"><input type="hidden" name="main_page" value="advanced_search_result" /><input type="hidden" name="search_in_description" value="1" /><input type="text" name="keyword" size="18" maxlength="100" style="width: 120px" value="Looking for..." onfocus="if (this.value == 'Looking for...') this.value = '';" onblur="if (this.value == '') this.value = 'Looking for...';" /><br /><input type="submit" value="Search Products" style="width: 50px" /><br /><a href="http://gardenoffrancis.com/index.php?main_page=advanced_search">Advanced Search</a></form></div></div> <!--// eof: search //--> <!--// bof: currencies //--> <div class="rightBoxContainer" id="currencies" style="width: 150px"> <h3 class="rightBoxHeading" id="currenciesHeading"><label>Currencies</label></h3> <div id="currenciesContent" class="sideBoxContent centeredContent"><form name="currencies_form" action="http://gardenoffrancis.com/index.php?main_page=index" method="get"><select name="currency" onchange="this.form.submit();"> <option value="USD" selected="selected">US Dollar</option> <option value="EUR">Euro</option> <option value="GBP">GB Pound</option> <option value="CAD">Canadian Dollar</option> <option value="AUD">Australian Dollar</option> </select> <input type="hidden" name="main_page" value="index" /></form></div></div> <!--// eof: currencies //--> <!--// bof: ezpages //--> <div class="rightBoxContainer" id="ezpages" style="width: 150px"> <h3 class="rightBoxHeading" id="ezpagesHeading">Important Links</h3> <div id="ezpagesContent" class="sideBoxContent"> <ul style="margin: 0; padding: 0; list-style-type: none;"> <li><a href="http://gardenoffrancis.com/index.php?main_page=page&id=1">About Us</a></li> <li><a href="http://acatholicmommy.stblogs.com/" target="_blank">Catholic Hearts <br />   Domestic Church</a></li> <li><a href="http://gardenoffrancis.com/index.php?main_page=page&id=3">Colors & Prints</a></li> <li><a href="http://gardenoffrancis.com/diaperinfo.html" target="_blank">Bumkins Size Charts</a></li> <li><a href="http://gardenoffrancis.com/index.php?main_page=page&id=7" target="_blank">Special Orders</a></li> <li><a href="http://gardenoffrancis.com/index.php?main_page=page&id=6">Secure Checkout</a></li> <li><a href="http://gardenoffrancis.com/index.php?main_page=page&id=8">Businesses <br />   We Support</a></li> <li><a href="http://gardenoffrancis.com/index.php?main_page=page&id=10">Follow Us Elsewhere</a></li> </ul> </div></div> <!--// eof: ezpages //--> <!--// bof: information //--> <div class="rightBoxContainer" id="information" style="width: 150px"> <h3 class="rightBoxHeading" id="informationHeading">Information</h3> <div id="informationContent" class="sideBoxContent"> <ul style="margin: 0; padding: 0; list-style-type: none;"> <li><a href="http://gardenoffrancis.com/index.php?main_page=shippinginfo">Shipping & Returns</a></li> <li><a href="http://gardenoffrancis.com/index.php?main_page=privacy">Privacy Notice</a></li> <li><a href="http://gardenoffrancis.com/index.php?main_page=contact_us">Contact Us</a></li> <li><a href="http://gardenoffrancis.com/index.php?main_page=site_map">Site Map</a></li> <li><a href="http://gardenoffrancis.com/index.php?main_page=gv_faq">Gift Certificate FAQ</a></li> <li><a href="http://gardenoffrancis.com/index.php?main_page=discount_coupon">Discount Coupons</a></li> </ul> </div></div> <!--// eof: information //--> <!--// bof: recentproducts //--> <div class="rightBoxContainer" id="recentproducts" style="width: 150px"> <h3 class="rightBoxHeading" id="recentproductsHeading">Recently Viewed</h3> <div id="recentproductsContent" class="sideBoxContent centeredContent"><a href="http://gardenoffrancis.com/index.php?main_page=product_info&products_id=107"><img src="images/L2WoodenFigures.jpg" alt="100" title=" 100 " width="80" height="62" /></a><br />Catechesis Wooden 2-D Figures - Level 2<br /></div></div> <!--// eof: recentproducts //--> <!--// bof: subscribe //--> <div class="rightBoxContainer" id="subscribe" style="width: 150px"> <h3 class="rightBoxHeading" id="subscribeHeading">Newsletter Registration</h3> <div id="subscribeContent" class="sideBoxContent centeredContent"><form name="subscribe" action="http://gardenoffrancis.com/index.php?main_page=subscribe" method="post"><input type="hidden" name="act" value="subscribe" /><input type="hidden" name="main_page" value="subscribe" />Monthly newsletter with pertinent articles and upcoming product information<label><input type="text" name="email" size="18" maxlength="90" style="width: 120px" value="Enter email here" onfocus="if (this.value == 'Enter email here') this.value = '';" /></label> <br /> <label><input type="radio" name="email_format" value="HTML" checked="checked" />HTML</label> <label style="white-space:nowrap"><input type="radio" name="email_format" value="TEXT" />TEXT-Only</label> <br /><input type="image" src="includes/templates/sunflower_orange/buttons/english/button_subscribe.gif" alt="Submit" title=" Submit " value="Submit" /></form></div></div> <!--// eof: subscribe //-->
  <!--// bof: ccaccept //-->
<div class="rightBoxContainer" id="ccaccept" style="width: 150px"> <h3 class="rightBoxHeading" id="ccacceptHeading">We Accept ...</h3> <div id="ccacceptContent" class="ccacceptContent"> <img id="ccMC" class="cc_img" src="images/cc_logos/logo_ccMC.gif" /> <img id="ccVisa" class="cc_img" src="images/cc_logos/logo_ccVisa.gif" /> <img id="ccAmex" class="cc_img" src="images/cc_logos/logo_ccAmex.gif" /> <img id="ccDiscover" class="cc_img" src="images/cc_logos/logo_ccDiscover.gif" /> <img id="ccEcheck" class="cc_img" src="images/cc_logos/logo_ccEcheck.gif" /> <img id="ccPaypal" class="cc_img" src="images/cc_logos/PayPal_mark_37x23.gif" /> </div> </div> <!--// eof: ccaccept //--> <!--// bof: blanksidebox //--> <div class="rightBoxContainer" id="blanksidebox" style="width: 150px"> <h3 class="rightBoxHeading" id="blanksideboxHeading"> </h3> <div id="blanksideboxContent" class="blanksideBoxContent"><p> </p><p><a href="https://www.paypal.com/us/verified/pal=info%40gardenoffrancis%2ecom" target="_blank"><img src="https://www.paypal.com/en_US/i/icon/verification_seal.gif" border="0" alt="Official PayPal Seal"></A></p></div></div> <!--// eof: blanksidebox //--> </div></td> </tr> </table> <!--bof-navigation display --> <div id="navSuppWrapper"> <div id="navSupp"> <ul> <li><a href="http://gardenoffrancis.com/">Home</a></li> <li></li> </ul> </div> </div> <!--eof-navigation display --> <!--bof-ip address display --> <!--eof-ip address display --> <!--bof-banner #5 display --> <!--eof-banner #5 display --> <!--bof- site copyright display --> <div id="siteinfoLegal" class="legalCopyright">Copyright © 2010 <a href="http://gardenoffrancis.com">Garden of Francis</a>. Site Design by <a href="http://deercreekdesigncompany.com" target="_blank">Deer Creek Design Company</a></div> <!--eof- site copyright display --> </div> <!--bof- parse time display --> <!--eof- parse time display --> <!--bof- banner #6 display --> <!--eof- banner #6 display --> <script type="text/javascript"> var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E")); </script> <script type="text/javascript"> var pageTracker = _gat._getTracker("UA-11936297-3"); pageTracker._initData(); pageTracker._trackPageview(); </script></body></html> <head> <link rel="shortcut icon" href="/favicon.ico?" type="image/x-icon" /> </head>
28 Jul 2010, 3:30 AM
#13
ibifa avatar

ibifa

New Zenner

Join Date:
Feb 2010
Posts:
46
Plugin Contributions:
0

Re: Favicon not showing with Firefox

without the change - only the tutorial:

<!doctype html public "-//w3c//dtd xhtml 1.0 transitional//en" "http://www.w3.org/tr/xhtml1/dtd/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="en"> <head> <!--<title>garden of francis</title>--> <title>garden of francis</title> <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" /> <meta name="keywords" content="cloth diapers, modest clothing, montessori, homeschool, bumkins, catholic, bible study, special order, headcovering" /> <!--<meta name="description" content="garden of francis : - clothing educational montessori gift certificates infant/toddler homemaking catholic, montessori, homeschool, modest" />--> <meta name="description" content="specializing in resources and materials for children's education and care, including montessori materials, bumkins diapers, children's clothing, and more." /> <meta http-equiv="imagetoolbar" content="no" /> <meta name="author" content="the zen cart™ team and others" /> <meta name="generator" content="shopping cart program by zen cart™, <http://www.zen-cart.com> ecommerce" /> <base href="http://gardenoffrancis.com/" /> <link rel="stylesheet" type="text/css" href="includes/templates/sunflower_orange/css/stylesheet.css" /> <link rel="stylesheet" type="text/css" href="includes/templates/sunflower_orange/css/stylesheet_bettertogether_product.css" /> <link rel="stylesheet" type="text/css" href="includes/templates/sunflower_orange/css/stylesheet_css_boxes.css" /> <link rel="stylesheet" type="text/css" href="includes/templates/sunflower_orange/css/stylesheet_css_buttons.css" /> <link rel="stylesheet" type="text/css" media="print" href="includes/templates/sunflower_orange/css/print_stylesheet.css" /> </head> <body id="indexhomebody"> <div id="bannerone" class="banners"><a href="http://gardenoffrancis.com/index.php?main_page=redirect&action=banner&goto=11" target="_blank"><img src="images/banner_top.jpg" alt="credit cards" title=" credit cards " width="800" height="54" /></a></div> <div id="mainwrapper"> <!--bof-header logo and navigation display--> <div id="headerwrapper"> <!--bof-navigation display--> <div id="navmainwrapper"> <div id="navmain"> <ul class="back"> <li><a href="http://gardenoffrancis.com/">home</a></li> <li><a href="http://gardenoffrancis.com/index.php?main_page=login">log in</a></li> </ul> </div> <div id="navmainsearch"></div> <br class="clearboth" /> </div> <!--eof-navigation display--> <!--bof-branding display--> <div id="logowrapper"> <!-- <div id="logo"><a href="http://gardenoffrancis.com/"><img src="includes/templates/template_default/images/header_logo_image" alt="" /></a></div>--> </div> <!--<br class="clearboth" />--> <!--eof-branding display--> <!--eof-header logo and navigation display--> <!--bof-optional categories tabs navigation display--> <div id="navcattabswrapper"> <div id="navcattabs"> <ul> <li><a class="category-tabs" href="http://gardenoffrancis.com/index.php?main_page=index&cpath=9">homemaking</a></li> <li><a class="category-tabs" href="http://gardenoffrancis.com/index.php?main_page=index&cpath=4">educational</a></li> <li><a class="category-tabs" href="http://gardenoffrancis.com/index.php?main_page=index&cpath=5">montessori</a></li> <li><a class="category-tabs" href="http://gardenoffrancis.com/index.php?main_page=index&cpath=8">infant/toddler</a></li> <li><a class="category-tabs" href="http://gardenoffrancis.com/index.php?main_page=index&cpath=3">clothing</a></li> <li><a class="category-tabs" href="http://gardenoffrancis.com/index.php?main_page=index&cpath=7">gift certificates</a></li> </ul> </div> </div> <!--eof-optional categories tabs navigation display--> <!--bof-header ezpage links--> <!--eof-header ezpage links--> </div> <table width="100%" border="0" cellspacing="0" cellpadding="0" id="contentmainwrapper"> <tr> <td id="navcolumnone" class="columnleft" style="width: 15px"> <div id="navcolumnonewrapper" style="width: 0px"></div></td> <td valign="top"> <!-- bof breadcrumb --> <!-- eof breadcrumb --> <div id="bannerthree" class="banners"><p> <font color=purple><font size=+.4><strong>***summer-time shipping***</strong><br /> free shipping on all orders over $50 <br /> all other orders: $10 </font color></font size> </p></div> <!-- bof upload alerts --> <!-- eof upload alerts --> <div class="centercolumn" id="indexcategories"> <h1 id="indexcategoriesheading"></h1> <!-- deprecated - to use - uncomment <div id="" class="content">this is the main define statement for the page for english when no template defined file exists. It is located in: <strong>/includes/languages/english/index.php</strong></div> --> <!-- deprecated - to use - uncomment <div id="" class="content">define your main index page copy here.</div> --> <!-- bof: Featured products --> <div class="centerboxwrapper" id="featuredproducts"> <h2 class="centerboxheading">featured products</h2> <div class="centerboxcontentsfeatured centeredcontent back" style="width:20%;"><a href="http://gardenoffrancis.com/index.php?main_page=product_info&cpath=9&products_id=47"><img src="images/just soap.jpg" alt="just plain soap" title=" just plain soap " width="100" height="71" /></a><br /><a href="http://gardenoffrancis.com/index.php?main_page=product_info&cpath=9&products_id=47">just plain soap</a><br />$0.75</div>
<div class="centerboxcontentsfeatured centeredcontent back" style="width:20%;"><a href="http://gardenoffrancis.com/index.php?main_page=product_info&cpath=3_11&products_id=81"><img src="images/skirt.jpg" alt="long skirt - gore" title=" long skirt - gore " width="67" height="80" /></a><br /><a href="http://gardenoffrancis.com/index.php?main_page=product_info&cpath=3_11&products_id=81">long skirt - gore</a><br />$15.00</div>
<div class="centerboxcontentsfeatured centeredcontent back" style="width:20%;"><a href="http://gardenoffrancis.com/index.php?main_page=product_info&cpath=5_14&products_id=39"><img src="images/angels cooling the earth.jpg" alt="great lessons - chart images" title=" great lessons - chart images " width="53" height="80" /></a><br /><a href="http://gardenoffrancis.com/index.php?main_page=product_info&cpath=5_14&products_id=39">great lessons - chart images</a><br />$10.00</div>
<div class="centerboxcontentsfeatured centeredcontent back" style="width:20%;"><a href="http://gardenoffrancis.com/index.php?main_page=product_info&cpath=5_15&products_id=104"><img src="images/l1topomap.jpg" alt="cgs - israel topographical map" title=" cgs - israel topographical map " width="69" height="80" /></a><br /><a href="http://gardenoffrancis.com/index.php?main_page=product_info&cpath=5_15&products_id=104">cgs - israel topographical map</a><br />$25.00</div>
<div class="centerboxcontentsfeatured centeredcontent back" style="width:20%;"><a href="http://gardenoffrancis.com/index.php?main_page=product_info&cpath=5_15&products_id=96"><img src="images/altar cloth.jpg" alt="cgs - altar cloth and linens" title=" cgs - altar cloth and linens " width="100" height="70" /></a><br /><a href="http://gardenoffrancis.com/index.php?main_page=product_info&cpath=5_15&products_id=96">cgs - altar cloth and linens</a><br /></div>
<br class="clearboth" /> </div> <!-- eof: Featured products --> <!-- bof: Upcoming_products --> <fieldset> <legend>upcoming products</legend> <table border="0" width="100%" cellspacing="0" cellpadding="2" id="upcomingproductstable" summary="table contains a list of products that are due to be in stock soon and the dates the items are expected"> <caption>****these items available for pre-order at reduced prices****</caption> <tr>
<th scope="col" id="upproductsheading">item name</th>
<th scope="col" id="updateheading">date expected</th>
</tr> <tr class="roweven"> <td ><a href="http://gardenoffrancis.com/index.php?main_page=product_info&cpath=4&products_id=6">catholic family bible study</a></td> <td align="right" >08/27/2010</td> </tr> <tr class="rowodd"> <td ><a href="http://gardenoffrancis.com/index.php?main_page=product_info&cpath=9&products_id=26">fasting cookbook</a></td> <td align="right" >07/30/2010</td> </tr> </table> </fieldset> <!-- eof: Upcoming_products --> <div id="indexcategoriesmaincontent" class="content"><br /><font face="century gothic" size="+.5"> <center>

<strong><h1 style="color: #000">welcome to garden of francis!</h1> </strong>

</center></font size> <font face="century gothic" size="+.4"> <h2> <p>

pre-orders for the montessori guides will be delivered beginning the week of july 19th. We apologize for the delay in production time. <p>

<font color=green><strong>garden of francis:</strong></font color> home-centered simplicity and modesty, providing for your family's unique needs - where you'll find the items that were so hard for our own family to find: Modest clothing, educational materials, homemaking resources, montessori materials, special orders of any of the above - for a reasonable price.<p>

please tell us what you are seeking if you don't see it here. Whether ready-to-ship or custom-made, we strive to meet the needs of your family in the areas of modest clothing, homeschooling, montessori and the catholic faith.<p>

<strong><font color=green><a href="http://gardenoffrancis.com/index.php?main_page=shippinginfo"/>free shipping</a>:</font color></strong> all books ship free always. <br />all other products: Free shipping on orders over $200 (books in the order contribute to this total). <p>

please browse around, contact us with any questions and happy shopping! <strong><font color=green><a href="http://gardenoffrancis.com/index.php?main_page=product_info&cpath=7&products_id=7">gift certificates</a></font color></strong> are also available, for all your gift-giving needs. </font face>

</h2>

</font size>
<strong>prayer:</strong> parents of mary, pray for all parents that they may provide the loving home and faithful teaching that you provided your daughter. Amen

</p> </p> </div> <!-- bof: Display grid of available sub-categories, if any -->
<div class="categorylistboxcontents" style="width:16%;"><a href="http://gardenoffrancis.com/index.php?main_page=index&cpath=9"><img src="images/just plain soap category.jpg" alt="homemaking" title=" homemaking " width="75" height="41" /><br />homemaking</a></div>
<div class="categorylistboxcontents" style="width:16%;"><a href="http://gardenoffrancis.com/index.php?main_page=index&cpath=4"><img src="images/homeschool category image.jpg" alt="educational" title=" educational " width="75" height="46" /><br />educational</a></div>

<div class="categorylistboxcontents" style="width:16%;"><a href="http://gardenoffrancis.com/index.php?main_page=index&cpath=5"><img src="images/montessori category image 300.jpg" alt="montessori" title=" montessori " width="75" height="26" /><br />montessori</a></div>
<div class="categorylistboxcontents" style="width:16%;"><a href="http://gardenoffrancis.com/index.php?main_page=index&cpath=8"><img src="images/infant toddler category.jpg" alt="infant/toddler" title=" infant/toddler " width="75" height="52" /><br />infant/toddler</a></div>
<div class="categorylistboxcontents" style="width:16%;"><a href="http://gardenoffrancis.com/index.php?main_page=index&cpath=3"><img src="images/clothing category.jpg" alt="clothing" title=" clothing " width="25" height="57" /><br />clothing</a></div>
<div class="categorylistboxcontents" style="width:16%;"><a href="http://gardenoffrancis.com/index.php?main_page=index&cpath=7"><img src="images/gift certificate void.jpg" alt="gift certificates" title=" gift certificates " width="75" height="52" /><br />gift certificates</a></div>
<br class="clearboth" /> <!-- eof: Display grid of available sub-categories --> </div> </td> <td id="navcolumntwo" class="columnright" style="width: 165px"> <div id="navcolumntwowrapper" style="width: 150px"><!--// bof: Categories //--> <div class="rightboxcontainer" id="categories" style="width: 150px"> <h3 class="rightboxheading" id="categoriesheading">categories</h3> <div id="categoriescontent" class="sideboxcontent"> <a class="category-top" href="http://gardenoffrancis.com/index.php?main_page=index&cpath=9">homemaking</a> (11)<br /> <a class="category-top" href="http://gardenoffrancis.com/index.php?main_page=index&cpath=4">educational</a> (32)<br /> <a class="category-top" href="http://gardenoffrancis.com/index.php?main_page=index&cpath=5">montessori-></a> (42)<br />

<a class="category-top" href="http://gardenoffrancis.com/index.php?main_page=index&cpath=8">infant/toddler</a> (12)<br />
<a class="category-top" href="http://gardenoffrancis.com/index.php?main_page=index&cpath=3">clothing-></a> (26)<br />
<a class="category-top" href="http://gardenoffrancis.com/index.php?main_page=index&cpath=7">gift certificates</a> (1)<br />

<hr id="catboxdivider" /> <a class="category-links" href="http://gardenoffrancis.com/index.php?main_page=products_new">new products ...</a><br /> <a class="category-links" href="http://gardenoffrancis.com/index.php?main_page=featured_products">featured products ...</a><br /> <a class="category-links" href="http://gardenoffrancis.com/index.php?main_page=products_all">all products ...</a> </div></div> <!--// eof: Categories //--> <!--// bof: Search //--> <div class="rightboxcontainer" id="search" style="width: 150px"> <h3 class="rightboxheading" id="searchheading"><label>search</label></h3> <div id="searchcontent" class="sideboxcontent centeredcontent"><form name="quick_find" action="http://gardenoffrancis.com/index.php?main_page=advanced_search_result" method="get"><input type="hidden" name="main_page" value="advanced_search_result" /><input type="hidden" name="search_in_description" value="1" /><input type="text" name="keyword" size="18" maxlength="100" style="width: 120px" value="looking for..." onfocus="if (this.value == 'looking for...') this.value = '';" onblur="if (this.value == '') this.value = 'looking for...';" /><br /><input type="submit" value="search products" style="width: 50px" /><br /><a href="http://gardenoffrancis.com/index.php?main_page=advanced_search">advanced search</a></form></div></div> <!--// eof: Search //--> <!--// bof: Currencies //--> <div class="rightboxcontainer" id="currencies" style="width: 150px"> <h3 class="rightboxheading" id="currenciesheading"><label>currencies</label></h3> <div id="currenciescontent" class="sideboxcontent centeredcontent"><form name="currencies_form" action="http://gardenoffrancis.com/index.php?main_page=index" method="get"><select name="currency" onchange="this.form.submit();"> <option value="usd" selected="selected">us dollar</option> <option value="eur">euro</option> <option value="gbp">gb pound</option> <option value="cad">canadian dollar</option> <option value="aud">australian dollar</option> </select> <input type="hidden" name="main_page" value="index" /></form></div></div> <!--// eof: Currencies //--> <!--// bof: Ezpages //--> <div class="rightboxcontainer" id="ezpages" style="width: 150px"> <h3 class="rightboxheading" id="ezpagesheading">important links</h3> <div id="ezpagescontent" class="sideboxcontent"> <ul style="margin: 0; padding: 0; list-style-type: None;"> <li><a href="http://gardenoffrancis.com/index.php?main_page=page&id=1">about us</a></li> <li><a href="http://acatholicmommy.stblogs.com/" target="_blank">catholic hearts <br />   domestic church</a></li> <li><a href="http://gardenoffrancis.com/index.php?main_page=page&id=3">colors & prints</a></li> <li><a href="http://gardenoffrancis.com/diaperinfo.html" target="_blank">bumkins size charts</a></li> <li><a href="http://gardenoffrancis.com/index.php?main_page=page&id=7" target="_blank">special orders</a></li> <li><a href="http://gardenoffrancis.com/index.php?main_page=page&id=6">secure checkout</a></li> <li><a href="http://gardenoffrancis.com/index.php?main_page=page&id=8">businesses <br />   we support</a></li> <li><a href="http://gardenoffrancis.com/index.php?main_page=page&id=10">follow us elsewhere</a></li> </ul> </div></div> <!--// eof: Ezpages //--> <!--// bof: Information //--> <div class="rightboxcontainer" id="information" style="width: 150px"> <h3 class="rightboxheading" id="informationheading">information</h3> <div id="informationcontent" class="sideboxcontent"> <ul style="margin: 0; padding: 0; list-style-type: None;"> <li><a href="http://gardenoffrancis.com/index.php?main_page=shippinginfo">shipping & returns</a></li> <li><a href="http://gardenoffrancis.com/index.php?main_page=privacy">privacy notice</a></li> <li><a href="http://gardenoffrancis.com/index.php?main_page=contact_us">contact us</a></li> <li><a href="http://gardenoffrancis.com/index.php?main_page=site_map">site map</a></li> <li><a href="http://gardenoffrancis.com/index.php?main_page=gv_faq">gift certificate faq</a></li> <li><a href="http://gardenoffrancis.com/index.php?main_page=discount_coupon">discount coupons</a></li> </ul> </div></div> <!--// eof: Information //--> <!--// bof: Recentproducts //--> <div class="rightboxcontainer" id="recentproducts" style="width: 150px"> <h3 class="rightboxheading" id="recentproductsheading">recently viewed</h3> <div id="recentproductscontent" class="sideboxcontent centeredcontent"><a href="http://gardenoffrancis.com/index.php?main_page=product_info&products_id=107"><img src="images/l2woodenfigures.jpg" alt="100" title=" 100 " width="80" height="62" /></a><br />catechesis wooden 2-d figures - level 2<br /></div></div> <!--// eof: Recentproducts //--> <!--// bof: Subscribe //--> <div class="rightboxcontainer" id="subscribe" style="width: 150px"> <h3 class="rightboxheading" id="subscribeheading">newsletter registration</h3> <div id="subscribecontent" class="sideboxcontent centeredcontent"><form name="subscribe" action="http://gardenoffrancis.com/index.php?main_page=subscribe" method="post"><input type="hidden" name="act" value="subscribe" /><input type="hidden" name="main_page" value="subscribe" />monthly newsletter with pertinent articles and upcoming product information<label><input type="text" name="email" size="18" maxlength="90" style="width: 120px" value="enter email here" onfocus="if (this.value == 'enter email here') this.value = '';" /></label> <br /> <label><input type="radio" name="email_format" value="html" checked="checked" />html</label> <label style="white-space:nowrap"><input type="radio" name="email_format" value="text" />text-only</label> <br /><input type="image" src="includes/templates/sunflower_orange/buttons/english/button_subscribe.gif" alt="submit" title=" submit " value="submit" /></form></div></div> <!--// eof: Subscribe //-->
  <!--// bof: Ccaccept //-->
<div class="rightboxcontainer" id="ccaccept" style="width: 150px"> <h3 class="rightboxheading" id="ccacceptheading">we accept ...</h3> <div id="ccacceptcontent" class="ccacceptcontent"> <img id="ccmc" class="cc_img" src="images/cc_logos/logo_ccmc.gif" /> <img id="ccvisa" class="cc_img" src="images/cc_logos/logo_ccvisa.gif" /> <img id="ccamex" class="cc_img" src="images/cc_logos/logo_ccamex.gif" /> <img id="ccdiscover" class="cc_img" src="images/cc_logos/logo_ccdiscover.gif" /> <img id="ccecheck" class="cc_img" src="images/cc_logos/logo_ccecheck.gif" /> <img id="ccpaypal" class="cc_img" src="images/cc_logos/paypal_mark_37x23.gif" /> </div> </div> <!--// eof: Ccaccept //--> <!--// bof: Blanksidebox //--> <div class="rightboxcontainer" id="blanksidebox" style="width: 150px"> <h3 class="rightboxheading" id="blanksideboxheading"> </h3> <div id="blanksideboxcontent" class="blanksideboxcontent"><p> </p><p><a href="https://www.paypal.com/us/verified/pal=info%40gardenoffrancis%2ecom" target="_blank"><img src="https://www.paypal.com/en_us/i/icon/verification_seal.gif" border="0" alt="official paypal seal"></a></p></div></div> <!--// eof: Blanksidebox //--> </div></td> </tr> </table> <!--bof-navigation display --> <div id="navsuppwrapper"> <div id="navsupp"> <ul> <li><a href="http://gardenoffrancis.com/">home</a></li> <li></li> </ul> </div> </div> <!--eof-navigation display --> <!--bof-ip address display --> <!--eof-ip address display --> <!--bof-banner #5 display --> <!--eof-banner #5 display --> <!--bof- site copyright display --> <div id="siteinfolegal" class="legalcopyright">copyright © 2010 <a href="http://gardenoffrancis.com">garden of francis</a>. Site design by <a href="http://deercreekdesigncompany.com" target="_blank">deer creek design company</a></div> <!--eof- site copyright display --> </div> <!--bof- parse time display --> <!--eof- parse time display --> <!--bof- banner #6 display --> <!--eof- banner #6 display --> <script type="text/javascript"> var gajshost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); document.write(unescape("%3cscript src='" + gajshost + "google-analytics.com/ga.js' type='text/javascript'%3e%3c/script%3e")); </script> <script type="text/javascript"> var pagetracker = _gat._gettracker("ua-11936297-3"); pagetracker._initdata(); pagetracker._trackpageview(); </script></body></html>
28 Jul 2010, 3:39 AM
#14
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
177

Re: Favicon not showing with Firefox

Right ... see, the first example shows a second set of <head> tags after the <html> section of the page, which is invalid HTML. That's why the method you've used is wrong.

The second example naturally isn't doing anything to specifically mention favicon stuff because you've not told it to do so in the meta_tags.php language file as per the tutorial I mentioned. So, either you didn't do it, or you did it to the wrong file.

Something else is odd too ... Your second example has converted everything to lowercase. I'm not sure where you got it from, but it's definitely odd. It's also got extra line-breaks in it that the first example doesn't have ... again, puzzling. Although neither of these is related to your favicon issue.

28 Jul 2010, 4:02 AM
#15
ibifa avatar

ibifa

New Zenner

Join Date:
Feb 2010
Posts:
46
Plugin Contributions:
0

Re: Favicon not showing with Firefox

I noticed your last point too, but I figured you'd know what it was :) Perhaps it's due to the different banner being displayed???

I had my web developer check re: the metatags and he is pretty sure I used the right file. I will have him double check in the morning though. He also says I should follow what you say, because I don't want to mess up SEO with invalid code either....

So if I left out the head tags, it would be fine? Or what would be another solution, presuming the metatags file I changed was the correct one?

28 Jul 2010, 4:44 AM
#16
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
177

Re: Favicon not showing with Firefox

IBIFA:

I had my web developer check re: the metatags and he is pretty sure I used the right file. I will have him double check in the morning though. He also says I should follow what you say, because I don't want to mess up SEO with invalid code either....

When your developer made the edits, which exact file did he edit? Was it /includes/languages/english/sunflower_orange/meta_tags.php? Or was it something else?
And what are the names of the files in your /includes/templates/sunflower_orange/common/ folder (if it exists, and it might not, which is fine)?

2 Sep 2010, 11:36 PM
#17
commdiver avatar

commdiver

Zen Follower

Join Date:
May 2010
Posts:
222
Plugin Contributions:
0

Re: Favicon not showing with Firefox

So DrByte, what is you solution? I followed the tutorial, cleared my cache, bookmarked, and re-bookmarked my website. Still, no favicon.

3 Sep 2010, 4:15 AM
#18
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
177

Re: Favicon not showing with Firefox

Without a URL, all I can suggest is you've done something wrong, or you're using a template that's broken. The tutorial itself is correct.

4 Sep 2010, 2:56 PM
#19
commdiver avatar

commdiver

Zen Follower

Join Date:
May 2010
Posts:
222
Plugin Contributions:
0

Re: Favicon not showing with Firefox

DrByte:

Without a URL, all I can suggest is you've done something wrong, or you're using a template that's broken. The tutorial itself is correct.

It took a day and then showed up. Thank you for the help.

4 Sep 2010, 8:43 PM
#20
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
177

Re: Favicon not showing with Firefox

Likely a cache issue then.