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)
-   -   Put Logo/Icon on the URL (https://forum.x-cart.com/showthread.php?t=59360)

cflsystems 11-06-2012 04:56 PM

Re: Put Logo/Icon on the URL
 
Browsers usually cache this so you may need to clear your browser's cache, hhistory, etc. to see the change.

KSendurance 11-06-2012 05:31 PM

Re: Put Logo/Icon on the URL
 
I have cleared the cache multiple times

cflsystems 11-06-2012 05:35 PM

Re: Put Logo/Icon on the URL
 
IE is usually the browser with problems but in general they all work in a simialr way - http://jeffcode.blogspot.com/2007/12/why-doesnt-favicon-for-my-site-appear.html

carpeperdiem 11-06-2012 07:07 PM

Re: Put Logo/Icon on the URL
 
Quote:

Originally Posted by KSendurance
I have been trying to change the favicon to my logo. Here is my coding:
<head>
<link rel="icon" href="http://kickstartendurance.com/xcart/images/favicon.png" type="image/x-icon" />
<link rel="shortcut icon" href="http://kickstartendurance.com/xcart/images/favicon.png" type="image/x-icon" />
</head>

I don't know what I'm doing wrong :(


No. You don't have to add any code to any template.
In file, /common_files/customer/service_head.tpl you will see:

Code:

<link rel="shortcut icon" type="image/png" href="{$current_location}/favicon.ico" />

SIMPLY name your icon, "favicon.ico" and put it in the store root.
CLEAR your browser cache.
Done.

KSendurance 11-07-2012 05:44 PM

Re: Put Logo/Icon on the URL
 
Ok, I will sound like a totally newbie, which I am but how do I put the icon in the store root?

carpeperdiem 11-07-2012 05:50 PM

Re: Put Logo/Icon on the URL
 
Ftp

suseela 02-07-2013 01:24 AM

Putting Logo/Icon on the URL
 
Could you please tell me in the cpanel, under edit templates, where is favicon stored?

carpeperdiem 02-07-2013 01:30 AM

Re: Put Logo/Icon on the URL
 
DON'T use cPanel file manager for daily FTP tasks
use an FTP client
put your favicon.ico in the www root (wherever index.php is)


All times are GMT -8. The time now is 12:56 AM.

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