Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Support Abid Hasan

    (@abidhasan112)

    Hi @nekojonez ,

    Hope you’re doing good.
    Can you please share your page URL where you facing this issue for the BetterDocs plugin so that we can check on your page and assist you with this?

    Thank you!

    Thread Starter Pieterjan Deneys

    (@nekojonez)

    Hi there

    I can’t provide you a link since it’s in the back-end of the website. But I do have a screenshot. (do note, it’s a translated website, it’s translated to Dutch)

    https://ibb.co/C6W0YBt

    I’m talking about the column “Datum aangepast”

    Plugin Support Abid Hasan

    (@abidhasan112)

    Hi @nekojonez ,

    Thanks for the screenshot!
    I’ve found the issue that you mentioned. Well, it seems Show modified Date in admin lists generates different classes on their markup hence the dark mode CSS is not applied for that classes.

    We’ve used the WordPress default class for the Date Modified column in BetterDocs.

    Well, I can help you with some custom CSS to resolve this issue. However, you need to install another plugin to apply that CSS for your admin area. You can install Add Admin CSS plugin and add this CSS from the plugin to resolve this issue:

    body.betterdocs-dark-mode td.Modified.column-Modified p {
        color: #ffffff !important;
    }

    Have a look at this full video tutorial I made for you: https://d.pr/v/T8y4rf

    You can simply follow my video and get this done!

    Let me know how it goes.
    Thank you!

    Thread Starter Pieterjan Deneys

    (@nekojonez)

    It worked flawlessly. Thx
    To be honest, I would add this line into the core. Since, it might help those who run this plugin as well and a nice QoL feature to make plugins work together 😉

    Plugin Support Abid Hasan

    (@abidhasan112)

    Glad to know that the above solutions works @nekojonez 😉
    And thanks for your suggestion! If you love our support, please review us from here: https://wordpress.org/support/plugin/betterdocs/reviews/#new-post

    That would be awesome!

    Have a good day!

    Thread Starter Pieterjan Deneys

    (@nekojonez)

    But I already gave the plugin five stars 😉
    I thought I gave five stars but I didn’t yet… Let me fix that.

    Plugin Support Abid Hasan

    (@abidhasan112)

    Thank you so much @nekojonez
    Have a good day!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Dark mode issue’ is closed to new replies.