• Resolved qvanphong

    (@qvanphong)


    Hi,

    I just download WP Dark Mode, everything worked well so far but there is a problem in some elements.
    The class wp-dark-mode-ignored is placed in some element automatically. I can’t find where to find the setting to fix this.

    FYI:
    The include and exclude element in WP Dark Mode Setting is empty.

    Here is a picture in the devtools: https://i.imgur.com/NLl57uO.png

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter qvanphong

    (@qvanphong)

    After checking inside the source code. I noticed this:

    		if ( $this->is_theme( 'Flatsome' ) ) {
    			$excludes .= ", .section-title b, .box, .is-divider, .blog-share, .slider-wrapper";
    		}
    

    I’m using Flatsome too so this must be a problem

    Plugin Author wpdarkmode

    (@wpdarkmode)

    These are added to add native support to Flatsome theme. Are you having other issues when this is placed?

    We do this to ensure a great first time experience for Flatsome users automatically

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘wp-dark-mode-ignored randomly placed in some element’ is closed to new replies.