-
Hi Basti; I bought dark mode. I used the plugin but the auto mode is not working. It's dark right now but the website is still bright :) Is this an error? I live in the UTC+3 time zone. Web hosting is in my country. And my website settings are also set to UTC+3. |
Beta Was this translation helpful? Give feedback.
Answered by
crftwrk
Jun 14, 2023
Replies: 1 comment 3 replies
-
Hi Ersin, I need a link to your site to check. Are you sure that you have enabled auto in your computer system? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Your Dark Mode Auto works well. Auto mode checks
@media (prefers-color-scheme: [mode])
in users OS settings:Not in a simple way and this would go far behind the scope. It seems to be very complicated to code and makes no sense. You have to code a time checker and this checker should then trigger the toggler twice a day. This must be done for all time zones with a location tracker, otherwise somewhere in Japan switches to night mode at daytime.
Plugin does exactly …