I have already asked help by Elegant Themes since I use Divi.
Their technician’s answer was ”?I was able to replicate the issue with the WP Dark Mode plugin. Looks like a compatibility problem with the Ajax function.” So, my blog pagination does not work – all my pages with posts do not load – when using WP Dark Mode. It’s a shame because we were very happy with the plugin. Let me know of there is any solution available.
]]>When you change pages, or refresh, it takes just under a second for the dark mode theme to be applied. You can see it on the inspector, that wp-darkmode-active gets applied every time a page loads just on completion.
When I test the site locally, this doesn’t happen, it’s only happening when it gets hosted.
]]>Currently testing in a local environment, when I activate Dark Mode on the site within Word Press the Social Links (wp-social-link) icons change color with the rest of the page. But when I run it through a Static Site Generator (Staatic), and run that site, the icons just stay black and do not change color.
I’ve tried to change this with CSS scripts, but do not have the knowledge to get it working. When I mess around with the inspector, I can get it working, by turning off the top element below, to force the Dark Mode onto the icons.
.has-foreground-color {
color: var(–wp–custom–color–foreground) !important;
}
.has-foreground-color {
color: var(–wp-dark-mode-text–wp–preset–color–foreground) !important;
}
Hi,
I wanted to know, if I pay for the premium license of 1 site, can I first use the plugin in one domain and then change to another domain?
Thanks!
]]>Hi, I hope you are well!
I unistalled for now this plugin from all my WordPress website and this is the motivation:
I discovered, running test on Google PageSpeed that when your dark mode plugin are active the test scores on mobile and desktop performance are significantly worsened.
I hope you can work for a better performance. Giving websites a bad performance influence negatively also on Google Rank.
]]>Hello guys,
I am not sure what happened, but the plugin suddenly stop working. The last think that I did is to enable “Track Dynamic Content”, which I disabled it now and cleaned the chache. However, it didn’t make any difference. Any idea what happend?
]]>Dear Sir,
I am currently using the latest version of the Woodmart theme.?
However, I’ve encountered an issue with the WP Dark Mode plugin after updating to its latest version.?
Previously, the plugin functioned flawlessly in version 5.0.9, but since upgrading to version 5.2.5, the Color Preset option in the Color Mode settings has stopped working.
While the Automatic Color Mode still functions, the default text contrast is quite low, making it difficult to read. I prefer using the Color Preset mode because it provides clearer and more readable text.
I haven’t tested any versions between 5.0.9 and 5.2.5, so I’m unsure which specific changes may have caused this issue.
Jacky
]]>Hi,
The plugin free version used to work fine. Great plugin. I will update to pro at some point. Now it’s only partially working.
If you go here you’ll see the jpegs background change on toggle. Just click on a top row button for the popup.
https://allawakening.com/now-showing/
Yet if you go here to watch a movie it no longer hides or darkens the movie cinema. This is actually a full size Background image to look like a cinema, taken from the original theme. It used to be when you clicked the toggle that the BG image disappeared thus lights out in the cinema.
It still changes menu/text to orange as it should.
https://allawakening.com/premiere-cinema/
I’ve tried deactivating each other plugin. If I use the 2nd to last update version I get what I’ve described here. If I try the new version it stops working completely. I’ve also tried PHP version 8.1 and 8.2. Theme won’t work yet on 8.3. Nothing changes. Even after flushing the browser cache (brave) and my plugin cache and minify. Also switching minify off – no change.
All plugins plus theme and WP are up to date.
Kind Regards
Brett Young
]]>Hi I’ve tried this on 2 staging sites (both operating Divi builder). The mouse-clickable switch won’t work. The Ctrl+option+D (I’m on a mac) does work well. But the click doesn’t. I tried your demo trial, that’s great but i need to know if this can work on our site before upgrading and installing on the live site.
https://prnt.sc/buCOn56jGh6L I’ve tried multiple buttons and unsure what might be blocking the functionality.
Im interested in upgrading if this can work seemlessly. Can you feedback what might be the issue
]]>Hi, I installed WP darkmode and it worked right away. The I changed the settings to “use system settings” and changed back to “Default light mode”. Now using the switch it just changes the Colors of some texts, background stays light. Can you help me out?
]]>I had to downgrade to the version 5.1.5 which did not have the problem with loading images and their animation on mouseover. I noticed this error now when I updated from version 5.1.5 to version 5.2.4.
The problem is best seen on these pages (where there are multiple images and they have an animation effect when you hover over them):
https://www.kozmali.sk/technika
But as I mentioned above, I downgraded the plugin to version 5.1.5 where the problem did not occur, so I don’t know if you will be able to test it.
If not, let me know and I will update your plugin to the latest version 5.2.4 so you can see the problem manifesting itself with your own eyes.
Thank you for resolving the issue.
]]>Hi,
I am testing out the plugin but I cannot get the front end widget to turn off. As you can see in the video I click it off and save but when I come back to the page it is on again. How can I get the setting to stick?
The switch shows fine when I am in Divi Builder but it does not show up when I am logged out of the backend and look at the website.
]]>I use Dark Reader on my Browser (Chrome).
With Dark Reader extension turned on and the WP Dark Mode plugin installed, if I try to go to the admin panel, I keep getting messages that the page is unresponsive and it never loads.
If I turn off Dark Reader the Admin Panel works.
Annoying but a further problem because the visual editor on the create post page is only in dark mode if reader is on. In fact, it’s only in dark mode if both dark mode and dark reader are on but they can’t be on together during the initial page load?? It’s a really weird and specific problem.
Whatever the problem is only seems to be when I’m inside the admin panel. There’s no unresponsive pages on the site itself whether or not dark reader is on. It’s only when I attempt to go to the admin panel with dark mode turned on and dark reader also set to on.
Hello everyone,
we have 2 websites in a network and your plug-in installed. Dark mode works for one site, which is built with Genesis, but dark mode doesn’t work for the other site in the network, which has the Buddyboss theme. We don’t know if it’s because the two sites are in a network or because of the Buddyboss theme. Do you have any experience with this?
Greetings Chris
Since latest update the dark mode option is not visible in mobile devices when website is opened in mobile. I have rolled back the update to old version to make it work as previously it used to.
]]>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 ??
]]>Just installed your plugin, and so far, my users love it. The only issue is the icon used in the browser to toggle dark mode on and off prints. I solved the issue by adding this to my theme:
/*suppress printing in dark mode*/
@media print { .wp-dark-mode-floating-switch { display: none !important; } }
I can’t think of a single use-case where you’d want that icon to print, so I think it should be added to your plugin.
]]>Hello,
Yes, sorry I could not get back to you so I made a new topic. Old one is here: https://www.ads-software.com/support/topic/recent-update-caused-issues/ The issue is that colors on some parts of the website make it very difficult to read the text. Here are the screenshots on gold color preset. Same issue happens for the Sapphire one.
Some elements of the website such as the sidebar have weird colors that are not easy to see. This issue started when I made this thread. Before it was fine.
Also I tried the AI color option and it too had the same issue.
]]>Hello there ! First I want to thank you for this great plugin. Since version 2.2.0 if I select “Enable Frontend Dark Mode” and “Default Dark Mode” in WP Dark Mode settings it result of a light mode in front end. I try to clear the cache of wordpress + browser but no avail. So I had to downgrade to version 5.1.5. I’m on a WordPress 6.7.1, php 8.0.28, MySql 5.7.44 on Apache 2.4.56 (Debian) (Docker) with theme Woffice (Intranet) Version?: 4.2.6 If you have any idea please let me know. Thank you.
]]>The custom css in Dark Mode Pro doesn’t work after the last two updates. I had to rollback to Version 5.1.5.
]]>It seems that some kind of cache systems, like nginx as reverse proxy or Cloudflare is caching the pages in a fixed light or dark mode, so the stored session cookie in the client browser doesn’t work. It doesn’t matter if you activate or deactivate the dark mode because when you browse into another page it doesn’t remember your previous choice. So it seems that there is some kind of problem and this plugin is not smart enough to know how to deal with statically cached pages.
That’s why it’s needed a guide or some procedure into the plugin to avoid this or to tell the user how to setup the system to avoid this undesired behaviour. Right now it’s not working as expected. If the page is cached as dark enabled, then it’s delivered that way to the user no matter what the preferences (in a cookie) are. And if it’s cached in dark mode, it happens the same, all users receive the same dark page without considering the stored preferences into each browser.
]]>Hello! I’m using WooCommerce + Stripe gateway, and whenever I’m using this plugin with dark mode turned on, the field for entering CC details does not appear. Without dark mode it works just fine and appears.
]]>hello Congratulations, it’s a good plugin. But the settings of this plugin cannot be translated into another language! It would be great if you could make the strings and text translatable.
]]>From the 5.1.3 version the switch style 6 is broken in frontend, it doesn’t display the icons and the background color. It happens the same with the last available version (5.1.5). Something has changed in the css because it was working with no issues with 5.1.2 version.
]]>I have been checking in to see if this problem I have been having since 4.2.9 was updated (The Free Version before I Buy) had been fixed?
Unfortunately it has not, when I use the latest version my site looks a mess, not just a Page or Two, the Whole site.
I have found work a round’s but that would mean I have to go through my whole site again and that kind of defeats the purpose, I could just change my site to look like it’s on Dark Mode or Light Mode.
As I have said before in post’s I like this Plugin, but I’m not going to buy something that ruins my site and I then need to go look for fixes.
I am using the latest PHP, WordPress, Elementor Free and the Blocksy Theme.
I have made a Short Video of the Website With the latest Version of Dark Mode Version 5.1.3
I have also made one with Version 4.2.9, if you provide somewhere to upload them to I will be more than happy.
Best Regards
Toby
]]>Hi,
you sometimes release a bugged update that can really create big issues.
If your plugin is active, version 5.1.3 then plugins menu are no more working.
What I mean?
I cannot anymore surfing in the admin menu of compilanz plugin (see this recent topic) but not only this plugin menu. Another plugin admin menu that is broken by your plugin active is LightStart – Maintenance Mode
I should try to find an alternative dark mode plugin if your update still broken WordPress. Will be sad because I think your dark mode plugin is one of the best.. but this updates that broke website admin and front end are very.. harmful.
For discovered the issue was caused by your plugin I need put the website in maintenance and deactivate all plugins then reactivate one by one.
Currently your dark mode plugin:
As soon as I can I will add a video to demonstrate also this big issue where I cannot manage anymore plugins settings with your dark mode recent update.
Video (available for 30 days then will expire)
]]>The new update create an issue with the toggle switch showed when dark mode is active: is all black.
]]>Hello,
Please, I would like to translate your widget, which has the words “Light / Dark” on it, and I can’t find it anywhere in the settings of your plugin. And these words are not even in the Loco translate plugin. So I can’t translate them. How do I translate those two words please?
Screenshot of where those words are located on your widget: https://pasteboard.co/XTd32al93tPm.png
Thank you for your help
Best regards
Dominik Kozmáli
Hello,
When scrolling on mobile and dark mode is turned on, everything is pretty dark, but the header remains white. Although at the beginning of the page when I scroll all the way to the top it is pretty black, as soon as I start scrolling down it changes to white. So the header is not dark as it should be (when I scrolling down) when dark mode is turned on.
screenshot OK when it is on top: https://pasteboard.co/1uIOZYMYFKx8.png
screenshot NOT OK when I scroll down: https://pasteboard.co/eSIelm76OxM5.png
How to fix this please?
Best regards
Dominik