markoarula
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Night Mode] Background dark color problemHello,
sorry, I haven’t been here for a while, please let me know if you still need my help.
Forum: Plugins
In reply to: [WP Night Mode] Toggle Not Showing On MobileYou can send me an email.
- This reply was modified 4 years, 5 months ago by markoarula.
Forum: Plugins
In reply to: [WP Night Mode] Toggle Not Showing On MobileNot so sure why toggle is not showing on mobile. There is ‘Legacy Mode’ menu item on the place where toggle button should be.
Can you share WP login credentials?
Forum: Plugins
In reply to: [WP Night Mode] Toggle Not Showing On MobileHello,
you are probably using different menu for mobile, sou you’ll have to add toggle on that mobile menu as well. The same way as you have added it on desktop menu.
Forum: Plugins
In reply to: [WP Night Mode] Change Logo CSSHi,
you can use this CSS with some adjustments:
body.wp-night-mode-on .logo-image { display: block; -moz-box-sizing: border-box; box-sizing: border-box; background: url(your-image-url) no-repeat; width: 180px; height: 236px; }
just replace ‘your-image-ur’ with your logo URL and replace ‘.logo-image’ class with your logo class.
Hope this helps you,
best regards
Forum: Plugins
In reply to: [WP Night Mode] Plugin not workingHello,
can you share a link to your website?
I would like to see why toggle is not working, but it is hard to say without a link.Forum: Plugins
In reply to: [WP Night Mode] Problem on menu headers in dark modeHi,
please try with this CSS:
body.wp-night-mode-on #nv-primary-navigation-main a { color: #e59d20; }
Hi,
I’m sorry I didn’t answer for a long time, I was pretty busy.
Do you still need help with this one?
Forum: Plugins
In reply to: [WP Night Mode] Additional CSSHi,
I’m sorry I didn’t answer for a long time, I was pretty busy.
Do you still need help with this issue?
Forum: Plugins
In reply to: [WP Night Mode] Remove dark mode from a certian divHello @leohusky as I can see you have solved your issue?
Forum: Plugins
In reply to: [WP Night Mode] Social Share Option ProblemHello,
you can change toggle size through Dashboard->Appearance->Customize find “Night Mode” section and “Toggle size” option.
As I can see you have changed social icons and they look ok in dark mode.
Let me know if you still need help.
Best regards
Forum: Plugins
In reply to: [WP Night Mode] Link / buttonHello,
you can make your own icon or any element as night mode switcher, just add this class
wp-night-mode
to any element.When dark mode is turned on the element with
wp-night-mode
class will get additionalactive
class and with that extra class you can show different icon.Forum: Plugins
In reply to: [WP Night Mode] Additional CSSHi,
please try with this CSS:
body.wp-night-mode-on .container, body.wp-night-mode-on .container * { background: transparent; }
Forum: Plugins
In reply to: [WP Night Mode] Additional CSSHello,
Your site is not showing https://ngunduh.co
I can see only the preloader. Please check if everything is ok with your site.
Bes regards
Forum: Plugins
In reply to: [WP Night Mode] Use plugins dark mode by default in mobile dark mode browser.Hi,
the plugin has support for dark browser mode, but I need to make a few changes to get everything working properly.
I hope to make it to the end of this week.
Best regards