toukirwpdev
Forum Replies Created
-
Hi,
Apologies for the inconvenience. We are aware of this issue and our developer team already working on it. Hopefully, we’ll fix it soon and release a new fixed version.
Thanks for your understanding and patience!
You can just delete the current install “Webinar and Video Conference with Jitsi Meet “plugin from the Cpanel, which will fix and allow you to log in to the WordPress admin dashboard.
Based on your complaint we already tested on our end but didn’t encounter this issue so we request you update and use the latest version of our plugin.
Thank you!
Sometimes the color discrepancy may be due to the theme css getting higher priority. It should work fine if you can set those colors to important via custom css for the elements that show the wrong color.
Refer to this video to know how to use the “WP Dark Mode” custom CSS feature.👉 Tutorial
Thanks.
Thank you @borisv
We checked your site and found that the “WP Dark Mode” plugin is not active now please activate the plugin and confirm with us.
We offer Dark Mode support both on the front end and in your admin panel/backend.
WP Dark Mode plugin is compatible with almost all themes/plugins. You may notice some discrepancies in the dark version of your website when you first activate the plugin, it’s because you need to make some adjustments with the settings available i.e Custom CSS, include/exclude, dark mode-based image support features.
You can find the documentation related to the use of different features of the plugin 👉Here
Thanks.
That problem you brought up is quite unexpected. We want to thoroughly understand your problem so that we can help. Would you kindly, share the link to your website?
If you want to keep dark mode active by default. You can just enable the feature “Make Dark Mode Default”. see the screenshot
Thanks.
We have checked your website and found that there are some console errors on your website that are preventing dark mode from working properly. Once the issues are resolved, the dark mode should work fine. See the screenshot
Our dark mode switch in the menu is our ultimate feature and is available on the “WP Dark Mode” Ultimate version.
- This reply was modified 3 years, 8 months ago by toukirwpdev.
Please share the link to your website with us so we can look into your problem and give you a suitable solution.
FYI: The switch icon in the menu is our premium feature.
- This reply was modified 3 years, 8 months ago by toukirwpdev.
You just using Elementor on your Website. “Elementor Speed Optimizer” performs the best in websites built using Elementor and different Elementor addons. Websites without Elementor addons will not notice significant changes while using this plugin as there will not be sufficient Elementor assets available to block.
We’re working on it and will fix it in our next release.
Depending on your site frontend, you may need to tweak a little CSS to get a perfect dark mode for your website. Custom CSS feature is built in the plugin for this!
You can easily fix your issue by using our custom CSS feature. Refer to this tutorial on how to use our custom CSS feature.👉 Tutorial
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.
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.
You can use the black color border on light mode and for the white color border on dark mode use the below code in WP Dark Mode> Settings> Custom CSS:
.elementor-51 .elementor-element.elementor-element-45a1b9c .eael-filterable-gallery-item-wrap .eael-gallery-grid-item{ border-style: solid; border-width: 2px 2px 2px 2px; border-color: #FFFFFF; }This code will only change your dark mode border color and it will only affect dark mode.