*

Gimenez70

  • **
  • 6 posts
  • Nada es Verdad.. Todo esta permitido..
So I solve the problem of the favicon or .ico
« on: January 05, 2021, 02:32:17 AM »
Requirements

  • have a logo for the new favicon of your site. (PNG, SVG, JPG)> (260Px X 260pX)
  • we will need the site https://realfavicongenerator.net/
  • Edit: mysite.com / public_html / oc-content / themes / sigma / head.php


On the realfavicongenerator.com site choose the icon image with the button "Select Your Favicon Image"
Once generated, at the bottom of the page press the button "Generate your Favicon and HTML code"
Follow the steps

1 Download your package:
2 Extract this package in the root of your web site. If your site is http://www.example.com, you should be able to access a file named
  http://www.example.com/favicon.ico.
3 Insert the following code in the <head> section of your pages:(Copy the code)

4 go to your theme's edited head.php file

Where do you read:

<! - favicon ->
Delete all this content
up to here .. and replace with the new generated code
<! - favicon ->

5 It should look like this:
Code: [Select]
<! - favicon ->
<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">
<! - favicon ->

That's all, once the page is updated you should see the new favicon.


One of my sites with osclass where I modify the favicon with these steps.

https://www.lomasbajo.com/



Greetings from Argentina... ;D ;D







¡My Telegram!
¡My Whatsapp!
Nada es Verdad.. Todo esta permitido.

*

MB Themes

Re: So I solve the problem of the favicon or .ico
« Reply #1 on: January 05, 2021, 12:57:14 PM »
@Gimenez70
Thanks for your guide ;)
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots