X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Favicon Not Appearing (https://forum.x-cart.com/showthread.php?t=48152)

thesanctuary 06-17-2009 02:05 PM

Favicon Not Appearing
 
Never mind. I got it. it had to go into the customer home.tpl too.

half a day for a 16 x 16 pixel graphic.... Good thing I don't have to pay me.

I altered the Meta tpl to add a favicon icon. I did this from the first page of Edit Templates, It shows up in admin but not in the store. What am I missing here?
Namaste,
di
www.mycharmsonline.com/x-cart/

carpeperdiem 06-17-2009 02:27 PM

Re: Favicon Not Appearing
 
Did you put favicon.ico in site root (not in store directory) ?

<link rel="shortcut icon" href="/favicon.ico" />

[EDIT]
I see what you did:

<link href="http://www.mycharmsonline.com/charms.ico" rel="SHORTCUT ICON" />

change this to:

<link href="/charms.ico" rel="SHORTCUT ICON" />

(no need to use http://domain.com/ in a link on your site. You should always use absolute links on the same domain when possible.)


PS -- please update your forum signature with your version of x-cart
http://forum.x-cart.com/profile.php?do=editsignature

mwork1111 10-14-2009 10:17 AM

Re: Favicon Not Appearing
 
Can someone share with me what exactly I need to do to add a favicon to my X-cart installation.

In my server error log there has got to be 100 errors:


[Wed Oct 14 12:48:07 2009] [error] [client 66.64.159.250] File does not exist: /home/tactical/public_html/favicon.ico

netmagik 08-03-2010 06:51 AM

Re: Favicon Not Appearing
 
This worked for me:

Open skin1 > customer > meta.tpl

And add this code

<link href="/favicon.ico" rel="SHORTCUT ICON" />

- below the 5th row (under <meta http-equiv="Content-Type" content="text/html; charset={$default_charset|default:"iso-8859-1"}" />)

Then add your favicon.ico file (by the way, you can create these in photoshop by creating a 16 x 16 pixel image and then saving as a .ico file ( if you have created a 16 x 16px image/canvas the .ico option should appear in the filetypes list) - I am using Photoshop CS3.

Hope this helps!

Judith 10-12-2010 10:19 PM

Re: Favicon Not Appearing
 
I am getting the same problem. The favicon is showing on the admin page but not the store pages. I also notice it appears on flat html pages as well.

balinor 10-13-2010 05:41 AM

Re: Favicon Not Appearing
 
Give it some time, especially in Firefox - sometimes it can take a day to appear.

Judith 10-13-2010 03:08 PM

Re: Favicon Not Appearing
 
Thanks Ryan Yes your right.. patience is the key... It now appears Thank you.

suseela 02-07-2013 01:04 AM

Re: Favicon Not Appearing
 
where can I find the favicon directory in the cpanel?


All times are GMT -8. The time now is 02:07 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.