markoarula
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Night Mode] Plugin not working across all postsHello,
this issue is related with caching. I’ll fix it and release a new plugin version.
Sorry for keep you waiting on this one.
Best regards
Forum: Plugins
In reply to: [WP Night Mode] Inconsistent In Its WorkingHi,
first of all, I want to apologize for so late reply. I have not developed this plugin for some time, but I will fix all the issues now and add some new features.
I see that many people have problems using this plugin in combination with some cache plugins and this is the first thing I’m going to fix.
This will surely be fixed in the next version of the plugin.
Best regards
Forum: Plugins
In reply to: [WP Night Mode] How to make it work with W3 Total Cache?Hi Soitora,
first of all, I’m very sorry for so late reply, I’ve been very busy lately.
I’m not sure if the W3 Total Cache has some settings for solving this issue. I’ll have to run some tests and get back to you.
Best regards
Forum: Plugins
In reply to: [WP Night Mode] Option won’t stick with custom buttonHi,
first of all, I’m very sorry for so late reply, I’ve been very busy lately.
My first assumption is that this could happen because of caching.
Please try to disable the caching plugin and then test the “night mode” button.
Forum: Plugins
In reply to: [WP Night Mode] Can’t get the shortcodes to workOne more thing, make sure you use shortcodes in the fields that support the shortcode.
Forum: Plugins
In reply to: [WP Night Mode] Can’t get the shortcodes to workSorry for the delay on this one.
I made a couple of tests and everything works properly on my side.Please make sure you have added shortcode in correct way, here are some shortcode examples:
– default shortcode:
[wp-night-mode-button]
– shortcode with different toggle styles:
[wp-night-mode-button style="1"] [wp-night-mode-button style="2"]
Also, make sure you cleaned the browser cache.
Forum: Plugins
In reply to: [WP Night Mode] Add support for header etcHi,
The important thing is that loader is inside the body tag. Try with something like this:
body.wp-night-mode-on .lp-screen { background-color: rgb(0, 0, 0) !important; }
and you will have to use !important to override inline style.
Best regards
Forum: Plugins
In reply to: [WP Night Mode] Can’t get the shortcodes to workHi,
I’ll look at this bug as soon as I can.
Count that I will solve this issue by the end of the week.Best regards
Forum: Plugins
In reply to: [WP Night Mode] how to target an a element with a class?Hi sigul77,
revixi5 is right, try with his code, that should work.
Best regards
Forum: Plugins
In reply to: [WP Night Mode] Switching depending on the time of dayHi Prodigy,
of course, you can create a new branch and if everything is ok I’ll push the changes to the new version.
Best regards
Forum: Plugins
In reply to: [WP Night Mode] Not compatable with buddypressHi,
I’ve just tested the plugin with BuddyPress and toggle button works properly.
Have you checked if you have any errors on the page?
Best regards
Forum: Plugins
In reply to: [WP Night Mode] Error in codeThanks ??
I’ll make changes in the next update.
Cheers
Forum: Plugins
In reply to: [WP Night Mode] Is it possible to use a link or icon instead of a toggle?Hi,
you can add a simple link to your Single Post template inside the theme if you want to show the link on each post or you can add a link to specific post through WordPress editor.
In both cases, you’ll need something like this:
<a class="wpnm-button" href="#">night mode link</a>
It is only important that the link has a wpnm-button class.
Best regards
Forum: Plugins
In reply to: [WP Night Mode] Not compatable with buddypressHi,
I’ll look into this to see where the issue is.
Best regards
Forum: Plugins
In reply to: [WP Night Mode] Change the toggle designGlad to hear that everything is working now.
If you’ll need anything else don’t hesitate to contact me.Best regards