• Resolved lorenzoing1

    (@lorenzoing1)


    Hi.

    I enabled dark mode by default on my site. When I switch to white and then again to dark, there is a section of the site (called “ABBECEDARIO”) which remains white. But on first loading of the page the issue doesn’t appear.
    I also noticed that when I switch to white and then to dark the primary menu background is dark grey, but on first loading of the page it is transparent.
    I don’t understand if I have to change some settings or if it’s a plugin problem.

    Always the same issue with both desktop and mobile versions of “Himalayas” theme and with different browsers.
    Thanks for your support!

    Best regards.

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hello @lorenzoing1,
    Sorry for your inconvenience. We have reached your website.

    Yes, there has some overlay issue on the background in the website, that needs to be fixed in WP Dark Mode.

    Please email us at [email protected] with your credentials so that we could fix it promptly.

    Thanks

    Thread Starter lorenzoing1

    (@lorenzoing1)

    Finally we solved the issue using custom CSS.
    Thanks again for the support!

    Can I ask what the solution was please? I think I have the same problem.
    The page loads great the first time, but when dark mode is switched off, then back on again, all the sidebar panels look too bright still and the background colour isn’t quite as dark as it was on the original load. If I refresh the page everything looks good again, but only until the dark mode is disabled/enabled again.
    Thanks!

    Thread Starter lorenzoing1

    (@lorenzoing1)

    Good morning @ben909,

    it’s possible that the problem is the same or similar. Indeed I think you are reporting two distinct problems. The first is that when you switch to white mode and then to dark mode again some sections remain bright (if I understood well). The second is that when you switch to dark mode again the grey is “less dark” than before.

    Concerning the first problem, I solved with the help of support team adding some custom CSS in order to force the colour of the wrong elements. For example, if you write:
    html.wp-dark-mode-active .widget_featured_posts_block .parallax-overlay {
    background: rgba(24, 26, 27, 0.85) !important;
    }
    you are forcing an element identified by a particular CSS class to have a background with the specified color and opacity when dark mode is active.

    Concerning the second problem, I only noticed it when I read your message! My site has the same issue; it’s not so evident, but if I pay attention I see that the dark grey is slightly brighter than when I load the page the first time.

    For both problem I suggest you creating a new topic on this forum, because this one is already marked as resolved, and I don’t know if the support will read it any more. If you have some news for the latter problem, I’ll be interested too, so let me know!

    Hope to be helpful.
    Thanks,
    Lorenzo

    Thanks for such a helpful reply Lorenzo ??

    I can try experimenting with that css to see if I can make it affect all the widget areas at once.

    Sorry to have unintentionally highlighted an issue on your site! I’ve just had a look (nice site btw) and I have to say I couldn’t really notice on yours, so I wouldn’t worry about it. If I get it solved though, I’ll let you know!

    I have created a new topic so will see how that works out.

    Thanks again

    Thread Starter lorenzoing1

    (@lorenzoing1)

    I’m glad you like my site. Yes, indeed it’s almost imperceptible in my case.
    No problem for the issue highlighting and thanks to you.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Section remains white, but not on first loading’ is closed to new replies.