Jump to content

favicon problem on new updated cubecart


jpayam

Recommended Posts

after upgrading to last Cubecart my favicon Disappeared !

I am not sure that problem is from my skin or cubecart , i use Custom Foundation 5 Skin Version: 3.2.0 

below is source code of my site for  favicon

 

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

 

 

Link to comment
Share on other sites

Does the favicon.ico file still exist in your installation of CubeCart?

We now know that when Macintosh users use FTP to upload new versions, and when 'Replace" mode is used, then not existent files in the upload will be removed from the target. Use "Merge" instead.

Link to comment
Share on other sites

Yes, my favicon.ico file exist 

I Change below code on main template file  

<link href="{$ROOT_PATH}/favicon.ico" rel="shortcut icon" type="image/x-icon"

to

 <link href="{$ROOT_PATH}favicon.ico" rel="shortcut icon" type="image/x-icon"

and for now problem has been fixed and below is source code of my site for favicon

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

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...