WPIntell

Source evidence

Isn’t flexible at all

Dark Mode Toggle · review · 2022-10-04T13:51:00+00:00

complaintsentiment
mediumseverity
0.75relevance
1replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

5 / 28 rows with source links

17.9% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

23 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

review · 1 stars
georgecristian7 unresolved
I tried the free version. I can’t set what colors to change with other colors, the images look really bad on dark mode even though I checked the mark for not changing the images. It’s not usable for my website built with Elementor, Woocommerce, Woolentor and a few other plugins. Hi, Thanks for trying out our plugin. Our plugin is compatible with the most of the themes and works out of the box by default. It does skip images by default. Maybe, you have some background images with some special HTML markup. You can avoid dark mode on any HTML element using CSS like this: .darkmode–activated .css-selector { filter: invert(1); } You can even change colors of the elements but this will also require some CSS knowledge. For example, to change the color to red, use the inverted hex code (#00ffff) of red color (#ff0000) like this: .darkmode–activated .css-selector { color: #00ffff; } Thanks!

Comments

1 shown
ScriptsTown 2022-10-04T14:26:00+00:00

Hi, Thanks for trying out our plugin. Our plugin is compatible with the most of the themes and works out of the box by default. It does skip images by default. Maybe, you have some background images with some special HTML markup. You can avoid dark mode on any HTML element using CSS like this: .darkmode–activated .css-selector { filter: invert(1); } You can even change colors of the elements but this will also require some CSS knowledge. For example, to change the color to red, use the inverted hex code (#00ffff) of red color (#ff0000) like this: .darkmode–activated .css-selector { color: #00ffff; } Thanks!