• Resolved Knowing

    (@sylvester1979)


    The “problem” is as follows:
    Let’s assume that someone is on the main page of the site and has activated the bright mode. If he opens a post to read it and then while inside the single post page he presses the switch to change from bright to dark mode, then the subheadings of the article will retain the color they had before and will be dimmed.
    That is: Within a single post page, the complete transition from bright mode to dark mode only happens if the page is reloaded by the user or if the user has already selected the dark mode BEFORE opening the post to read it.
    Here are two links to screenshots
    In this link we see what happens if the user opens the post to read it with bright mode enabled and tries to enable dark mode
    and in this link we see the dark mode AFTER the user refreshes the page.

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

Viewing 1 replies (of 1 total)
  • Hi,

    We deeply regret any inconvenience that you may have experienced. Sometimes, the CSS may prioritize of the theme, resulting in such issues. We would like to assure you that we are committed to continually improving our platform to offer the best user experience possible.

    However, If you happen to be proficient in CSS, you may be able to resolve the matter through custom CSS as well.

    Example:

    .target_class_name {
        color: #C6C6C6 !important;
    }

    Thank you for your understanding and cooperation.

Viewing 1 replies (of 1 total)

The topic ‘Bad plugin behavior when switching between modes within single post page’ is closed to new replies.