• Resolved muro

    (@muromuro)


    Wordpress: 6.0.2
    WP Dark Mode: 2.4.0
    PHP: 8.0.8
    OS: Mac OS Big Sur 11.6
    Chrome: 105.0.5195.102
    Safari: 15.0
    Firefox: 104.0.2

    I have dark mode enabled in the block editor, but every time I open the article edit screen, it defaults to light mode.
    I’ve tried reinstalling the WP Dark Mode plugin, disabling plugins other than WP Dark Mode, clearing the cache, and changing to a different theme, but it doesn’t help.
    The error occurs even if I switch to a different browser.

    • This topic was modified 1 year, 7 months ago by muro.
Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Toukir Hossain

    (@toukirwpdev)

    Apologies for this inconvenience. Please make sure the “Default” color plate from the block editor is not selected. Choose the “Dark Mode” or any other color plate as per your choice.

    Thread Starter muro

    (@muromuro)

    Changing the color plate from ‘default’ to ‘Darkmode’ introduced a new issue where the text remained white even though the color was changed.
    Also, the phenomenon that the tab that switches between “light” and “dark” displayed at the top of the screen always defaults to “light” does not change.

    Thread Starter muro

    (@muromuro)

    index.php

    
    <!DOCTYPE html>
    <html lang="en">
    <head>
    	<meta charset="UTF-8">
    	<meta http-equiv="X-UA-Compatible" content="IE=edge">
    	<meta name="viewport" content="width=device-width, initial-scale=1.0">
    	<?php wp_head(); ?>
    </head>
    <body>
    
    </body>
    <?php wp_footer(); ?>
    </html>
    

    style.css

    
    /* Theme Name: test
     * */
    

    I switched to a simple theme with only 2 files as above and disabled all other plugins, but the problem persists.

    Also, wordpress is installed in MAMP, is there any fear that this will affect the operation of the plugin?

    Hi There,

    Apologize for the delay in reply. The aforementioned problems are indeed unexpected, and we also missed them. So we suggest, please update the plugin and try with the complete theme as well. Hopefully, the issue will be solved.

    Please provide us with your website’s URL, screenshots, or a brief video of the problems if you run into them again. We’ll be able to assist you in resolving the problems.

    Thank you for your patience.
    WPPOOL

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘The block editor automatically switches to light mode’ is closed to new replies.