Jump to content

kiwi

Member
  • Posts

    17
  • Joined

  • Last visited

Posts posted by kiwi

  1. 11 hours ago, bsmither said:

    In my Firefox, I see the .ico image on the browser tab, but only has three "pages", 256, 128, and 64 pixels square.

     

    Found a fantastic tool https://realfavicongenerator.net/ it generates all these favicons, its easy to use.

    <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
     <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
    <link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
     <link rel="manifest" href="/site.webmanifest">
      <link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
      <meta name="msapplication-TileColor" content="#da532c">
      <meta name="theme-color" content="#ffffff">

  2. 17 hours ago, bsmither said:

    Determine if the following statement already exists in the templates 'main.php' and 'main.checkout.php':

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

    If it is not there, add it just before the </head> tag.

    Next, acquire a square image you want to use. Upload it to a free online ICO file maker, such as:

    https://www.icoconverter.com/

    Place the .ico file in CubeCart's main folder.

    That didn't work for some reason, I used the icon converter website to generate the favicon image and then placed it in the root directory, both mentioned files had the code in it. I've cleared the catch for the website and on my computer. Any ideas?

    faviconissue.PNG

    I converted a image size of 256 pixels with the following setting selected.

    favconv.PNG

×
×
  • Create New...