• ResolvedModerator threadi

    (@threadi)


    Hello,

    we have the problem that the dark mode does not work completely on the page mentioned. Although links and form fields are colored, the entire page remains with a white background.

    While searching for the cause, I found a spelling mistake in the app.min.css that your plugin provides. It says:

    html.wp-dark-mode-active:not([data-wp-dark-mode-preset=“0”]) *, html[data-wp-dark-mode-active]:not([data-wp-dark-mode-preset=“0”]) *, html[data-wp-dark-mode-loading]:not([data-wp-dark-mode-preset=“0”]) * {
    transition: background-color 0 !important;
    }

    The syntax in the CSS is not valid. And I suspect it also prevents the background from darkening.

    Is there a solution for this?

    Many thanks in advance 🙂

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi,

    Thank you for taking the time to dig into this and for pointing out. We’re currently looking into the matter and will update you as soon as we have more information.

    Thank you!

    Hi,

    Thank you for your patience. We’ve checked the CSS syntax issue you reported and found no issues on our end. Also, we checked your website and noticed that the dark mode color is working fine on our end. Could you please clarify the exact issue you’re facing with the color preset?

    We’ll be happy to assist further once we have more details.

    Moderator threadi

    (@threadi)

    Unfortunately, the Pluigin still does not fully affect the site. The problem described still exists.

    Details:
    If you open the page and activate the dark mode at the bottom right, you will only see a change of the color of the links and the search field at the top right. The entire background should actually darken.

    Wrong:
    https://imgur.com/a/niHDkcJ

    Correct:
    https://imgur.com/a/ZjqtEpv

    I can currently only get the correct view if I change this incorrect CSS specification in your style file:

    View post on imgur.com

    with this valid specification:

    View post on imgur.com

    Here again as copyable code:

    html.wp-dark-mode-active:not([data-wp-dark-mode-preset="0"]) *, html[data-wp-dark-mode-active]:not([data-wp-dark-mode-preset="0"]) *, html[data-wp-dark-mode-loading]:not([data-wp-dark-mode-preset="0"]) * {
    transition: background-color 0 !important;
    background-color: #000 !important;
    }

    The error is somewhere in the minified CSS file here: /wp-content/plugins/wp-dark-mode/assets/css/app.min.css?ver=5.2.3

    I would therefore ask you to check this again.

    Hi,

    We are currently looking into it and have forwarded the details to our developer for review. We will keep you updated on the progress and let you know as soon as we have more information.

    Plugin Support toukirwpdev

    (@toukirwpdev)

    Hi,

    After reviewing your website, we noticed that the WP Dark Mode plugin is currently deactivated. If you reactivate the plugin on your website, let us know, and we’ll assist you promptly.

    Thank you for your cooperation!

    Moderator threadi

    (@threadi)

    We have replaced the plugin with another one that works better for us. I’ll set the topic to solved (even if it’s not, but we’ve found an alternative solution in the meantime).

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Colors not set’ is closed to new replies.