• Incompatibility with the WP Chat App Plugin css.
    I comment this because I think it can be a simple problem to solve, when I install the 2 plugins in the Salon Booking administration the checkboxes and switches are displaced up, and investigating the css and I have seen that it creates conflict with your plugin since does not create errors with any other plugin.
    The error is solved when deactivating the position: absolute in the following line:

    input [type = checkbox] + label: before {
         / * position: absolute; * /
    }

    You must modify your css and specify an ancestor or an aggregate class above to be more specific.
    That line needs to be more specific as it will always create errors with other plugins.
    Thanks and best regards.

  • The topic ‘[Solution]CSS incompatibility with WP Chat App plugin’ is closed to new replies.