• Resolved seriouslysenpai

    (@seriouslysenpai)


    When the Rich Editor is enabled on the comments plugin wpDiscuz, WP Dark Mode is capable of changing the form to match the rest of the site by turning dark mode on, however if you enter a page with dark mode already on, the form will appear with its default colors.

    I realize that with the Rich Editor feature enabled, wpDiscuz loads the form in some way that loads its default colors after WP Dark Mode has done its job. I was close to bringing the issue to wpDiscuz attention, however after testing out several other dark mode plugins, I could not replicate this issue on any of them. I was then hoping this could be looked at on your end.

    Here is a video where I show my site and the expected effects of switching the dark mode off and on. Then, when I reload the page and you can see the form load in as bright. I then toggle the dark mode off and on again to see how it changes the form again.

    https://youtu.be/4WmIq2N1Qdc

Viewing 11 replies - 1 through 11 (of 11 total)
  • Hi There,

    We regret any inconvenience caused. According to our investigation, it is really unexpected issue on our end. We’re interested to know exactly what’s going on with you. Would you please share the page URL where you encounter the issue? We anticipate your communication.

    Thanks

    Thread Starter seriouslysenpai

    (@seriouslysenpai)

    You can see the effect on any blog post of my site.

    https://seriouslysenpai.site/blog/working/#discuss

    The dark mode switch is on the navigation bar on the right hand side. You can see that turning dark mode will make the Rich Text Editor for posting a comment will recolor appropriately. Reload the page with dark mode still enabled, and you will see the Rich Text Editor will be colored as if dark mode is not on.

    Please let me know when you have examined this, as I am able to partially fix this problem with custom CSS however it is not a perfect solution. I have disabled that CSS while you examine.

    Plugin Support Toukir Hossain

    (@toukirwpdev)

    Sorry for the inconvenience.?But you are requesting commercial plugin support on the forum.

    The forum does not allow discussion of plugin premium features here. We need to follow the forum guidelines regarding this issue.?Commercial products are not supported in this forum.

    Thanks.

    Thread Starter seriouslysenpai

    (@seriouslysenpai)

    I would love an explanation as to how I am requesting commercial support.

    Hi There,

    As you indicated, there is a subscription option called custom CSS that is not available to free users. We are unable to assist you in the discussion regarding the ORG help forum.

    Thank for your understanding.

    Thread Starter seriouslysenpai

    (@seriouslysenpai)

    There was a misunderstanding, because I was not referring to the plugin’s option of custom CSS. I do not have accessibility to that as I am using the free version of this plugin. What I meant by saying custom CSS, I meant a CSS solution that I had custom written myself. It is not applied in scope of your plugin and is in-fact something I put in wpDiscuz‘s custom CSS option.

    As I mentioned, that solution doesn’t quite work perfectly and I have disabled it while you look at my site so that it doesn’t throw off your findings.

    Thread Starter seriouslysenpai

    (@seriouslysenpai)

    I have re-enabled my CSS partial solution because there is clearly no interest in looking into this.

    Hi There,

    Thank you for your endurance. We are looking into your proposal. We will get back to you as quickly as possible.

    Thanks

    Thread Starter seriouslysenpai

    (@seriouslysenpai)

    Okay, I have re-disabled the CSS so that you can see the issue clearly as described by my instructions to produce the error..

    Hi There,

    Thank you for your patience. We are sharing with you the expected CSS code to fix the issue of wpDiscuz with the Rich Editor form as well. like this

    #wpdcom .ql-container {
        background: #242525

     !important;
    }
    #wpdcom .ql-toolbar{
     background: #242525

     !important;
    }

    In addition, If you have custom CSS feature simply paste the above code there otherwise, it will effect on light mode as well.

    Thread Starter seriouslysenpai

    (@seriouslysenpai)

    thanks

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘wpDiscuz compatibility with Rich Editor form’ is closed to new replies.