kiwix / web

Bugs, enhancements, ideas for our Web presence
https://kiwix.org
7 stars 6 forks source link

Favicon hardly visible in light mode #156

Closed rgaudin closed 2 years ago

rgaudin commented 2 years ago

I don't know if there was a (failed) attempt at supporting both mode or if light mode was simply ignored but on light mode, the favicon is barely visible

Screen Shot 2022-06-29 at 09 50 50
kelson42 commented 2 years ago

@rgaudin For www.kiwix.org ?

rgaudin commented 2 years ago

Yes, I though this repo was for www.kiwix.org only

martin8032 commented 2 years ago

Frankly, I have no explanation for this. I did not change anything, and the favicon looks like this: https://www.kiwix.org/favicon.ico

rgaudin commented 2 years ago

@martin8032 this is just the fallback ; look at the source code

<!-- Favicons BEGIN -->
<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="#ff9933">
<meta name="msapplication-TileColor" content="#ff9933">
<meta name="theme-color" content="#ffffff">
<!-- Favicons END --><link rel="icon" href="https://www.kiwix.org/wp-content/uploads/cropped-favicon-3-32x32.png" sizes="32x32" />
<link rel="icon" href="https://www.kiwix.org/wp-content/uploads/cropped-favicon-3-192x192.png" sizes="192x192" />
<link rel="apple-touch-icon" href="https://www.kiwix.org/wp-content/uploads/cropped-favicon-3-180x180.png" />
<meta name="msapplication-TileImage" content="https://www.kiwix.org/wp-content/uploads/cropped-favicon-3-270x270.png" />
martin8032 commented 2 years ago

I see – someone has uploaded another favicon through the WordPress theme customizer:

image

Please don't!

It's removed. Can you please check again?

rgaudin commented 2 years ago

Works fine now ; thank you