• Resolved sageman31

    (@sageman31)


    This plugin works incredibly great although it lacks some features and just needs those fixes.

    First thing is the bugs:
    * ad codes/shortcode widget ads show in inverted colours.
    * after loading more posts the featured images won’t change to normal like the first posts.

    Must have features:
    * Option to change link font colour
    * Option to hide the toggle icon, and to use the OS dark mode settings.
    * Option to change the label and place it in the menu as a widget.

    This plugin is awesome, just wish it had more options, or if there’s a chance the authors can drop the CSS codes here, also where should one customise the CSS? in the blackout.css?

    Thank you guys!
    @josesotelocohen

    • This topic was modified 4 years, 11 months ago by sageman31.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Jose Sotelo

    (@josesotelocohen)

    Hello! @sageman31

    Those aren’t bugs:

    1. If the widget shows inverted colours you need to add .darkmode-ignore to their container or just z-index them out of the scope of the widget.
    2. If they are loaded with AJAX there’s nothing that the plugin can do as it can’t add the .darkmode-ignore class to them.

    The plugin is just a vanilla JavaScript script so it has its limitations.

    Regarding the must-haves:

    1. You can’t just select a colour as the widget uses Difference to create the dark mode effect, it doesn’t change any colour to black or white, it’s a CSS effect not a change in specific colours.

    2. This should be easy to do, and it’s in my plans but been having trouble finding time to pull it off.
    3. Same as above.

    Regarding the CSS, there’s no CSS as we don’t change any styles.

    Plugin Author Jose Sotelo

    (@josesotelocohen)

    Hello @sageman31

    Just released 2.0.0 in which you can hide the toggle widget and even use the class darkmode-enable to create your own!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Features, and fixes for future updates’ is closed to new replies.