Follow us on Twitter X-Cart on Facebook Wiki
Shopping cart software Solutions for online shops and malls
 

Favicon

 
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design
 
Thread Tools Search this Thread
  #1  
Old 03-05-2005, 03:27 AM
 
mfcopier mfcopier is offline
 

Senior Member
  
Join Date: Nov 2002
Posts: 172
 

Default Favicon

Anyone know where to put a favicon icon to add to a bookmark

Made a page so you can bookmark but cannot get the favicon to display

Where would you put the link
Where would you put the favicon.ico

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

Thanks

Garry

Bythe way found a brill site to make favicoms FREE

http://www.html-kit.com/e/favicon.cgi
__________________
www.inkjetcartridgesuk.com

X-Cart version 4.0.11
PHP 4.3.10
MySQL server 3.23.58
MySQL client 3.23.49
Web server Apache/1.3.27 (Unix) PHP/4.3.10
Reply With Quote
  #2  
Old 03-05-2005, 04:44 AM
  Zaja's Avatar 
Zaja Zaja is offline
 

X-Adept
  
Join Date: Mar 2004
Location: The Universe is my home
Posts: 420
 

Default

Just put favicon.ico in web root, without any link: http://www.inkjetcartridgesuk.com
__________________
_/ _/ _/ _/ _/ _/ _/ _/ _/

7dana.com
Reply With Quote
  #3  
Old 03-07-2005, 12:27 AM
 
mfcopier mfcopier is offline
 

Senior Member
  
Join Date: Nov 2002
Posts: 172
 

Default Favicon

Yes done that dont seem to work

Garry
__________________
www.inkjetcartridgesuk.com

X-Cart version 4.0.11
PHP 4.3.10
MySQL server 3.23.58
MySQL client 3.23.49
Web server Apache/1.3.27 (Unix) PHP/4.3.10
Reply With Quote
  #4  
Old 03-07-2005, 12:34 AM
  pauldodman's Avatar 
pauldodman pauldodman is offline
 

X-Guru
  
Join Date: Jul 2003
Location: Spain / UK
Posts: 3,052
 

Default

I haven't done this myself, but this info was in a post by Stephen Hatton:

To have your icon saved with the links, you need to put the following line in the home.tpl file in your Б─°/myshop/schemes/templates/2-columns/customer/home.tplБ─² file (or 2-columns_reversed, 3-columns_reversed, small_shop directory):
Б─°<LINK REL="SHORTCUT ICON" HREF="/favicon.ico">Б─² without the outside quotes just before the Б─°</HEAD>Б─² line.
This will embed the icon link into the header of each page.


Maybe it will help you.

Paul Dodman
e-business consultant
Lumino Internet
luminointernet.co.uk
__________________
Paul Dodman
e-business & m-commerce consultant
w: www.luminointernet.com
e: xcart@luminointernet.com

Professional X-Cart help, advice, support and services, specialists in Mobile X-Cart.
Reply With Quote
  #5  
Old 03-07-2005, 12:55 AM
 
mfcopier mfcopier is offline
 

Senior Member
  
Join Date: Nov 2002
Posts: 172
 

Default Favicon

Ok put that code in

Customer/home.tpl

Still not adding icon??

Garry
__________________
www.inkjetcartridgesuk.com

X-Cart version 4.0.11
PHP 4.3.10
MySQL server 3.23.58
MySQL client 3.23.49
Web server Apache/1.3.27 (Unix) PHP/4.3.10
Reply With Quote
  #6  
Old 03-07-2005, 01:15 AM
  pauldodman's Avatar 
pauldodman pauldodman is offline
 

X-Guru
  
Join Date: Jul 2003
Location: Spain / UK
Posts: 3,052
 

Default

I guess this may have something to do with the location of the favicon, but I notice that your code doesn't have the / before favicon.ico

Yours,
<link rel="shortcut icon" href="favicon.ico" >
the original:
<LINK REL="SHORTCUT ICON" HREF="/favicon.ico">

Can't be sure this is the answer though.

Paul Dodman
e-business consultant
Lumino Internet
luminointernet.co.uk
__________________
Paul Dodman
e-business & m-commerce consultant
w: www.luminointernet.com
e: xcart@luminointernet.com

Professional X-Cart help, advice, support and services, specialists in Mobile X-Cart.
Reply With Quote
  #7  
Old 03-07-2005, 01:25 AM
 
mfcopier mfcopier is offline
 

Senior Member
  
Join Date: Nov 2002
Posts: 172
 

Default Favicon

Mm the slash is in the home.tpl

Whre else do you mean ??

Garry
__________________
www.inkjetcartridgesuk.com

X-Cart version 4.0.11
PHP 4.3.10
MySQL server 3.23.58
MySQL client 3.23.49
Web server Apache/1.3.27 (Unix) PHP/4.3.10
Reply With Quote
  #8  
Old 03-07-2005, 01:31 AM
  pauldodman's Avatar 
pauldodman pauldodman is offline
 

X-Guru
  
Join Date: Jul 2003
Location: Spain / UK
Posts: 3,052
 

Default

All I can tell from here is that the / doesn't appear in the html code for home.php or in the catalog. Sorry, but I don't know why it isn't there, but if it was me, this is what I would try and solve first.

If you want to email me a favicon, to save me making one, I will try and replicate the problem here and see if I can can get it working using this code.

Paul Dodman
e-business consultant
Lumino Internet
luminointernet.co.uk
__________________
Paul Dodman
e-business & m-commerce consultant
w: www.luminointernet.com
e: xcart@luminointernet.com

Professional X-Cart help, advice, support and services, specialists in Mobile X-Cart.
Reply With Quote
  #9  
Old 03-07-2005, 01:51 AM
  Zaja's Avatar 
Zaja Zaja is offline
 

X-Adept
  
Join Date: Mar 2004
Location: The Universe is my home
Posts: 420
 

Default

Garry, problem is non existing/incorrect favicon.ico or server setting, take a look...I can't see favicon using direct link:
http://www.inkjetcartridgesuk.com/favicon.ico

You can put the following line in the home.tpl file to be 100% secure about favicon link:
Code:
<link href="http://www.inkjetcartridgesuk.com/favicon.ico" rel="SHORTCUT ICON" />
__________________
_/ _/ _/ _/ _/ _/ _/ _/ _/

7dana.com
Reply With Quote
  #10  
Old 03-07-2005, 02:15 AM
 
mfcopier mfcopier is offline
 

Senior Member
  
Join Date: Nov 2002
Posts: 172
 

Default Favicon

Thank you

Zagi

Yep favicon no good

Thanks to Paul as well

Garry
__________________
www.inkjetcartridgesuk.com

X-Cart version 4.0.11
PHP 4.3.10
MySQL server 3.23.58
MySQL client 3.23.49
Web server Apache/1.3.27 (Unix) PHP/4.3.10
Reply With Quote
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -8. The time now is 01:03 PM.

   

 
X-Cart forums © 2001-2020