Title: Plugin conflict on css class &#8220;hidden&#8221;
Last modified: October 11, 2024

---

# Plugin conflict on css class “hidden”

 *  Resolved [hemligg](https://wordpress.org/support/users/hemligg/)
 * (@hemligg)
 * [1 year, 8 months ago](https://wordpress.org/support/topic/plugin-conflict-on-css-class-hidden/)
 * I just want to bring your attention to a plugin conflict due to a too generic
   css class.
 * This is from the file simple-event-planner-public.css:
   `.hidden {display: none!
   important;}
 * That css class will make hidden groups on Buddyboss Platform disappear from the
   group listings for the users that are members of those groups and therefore should
   see the hidden group listed among for example “My groups”.
 * It may also cause conflicts in other plugins due to being so unspecific and commonly
   named.
 * We have just added the following to our child theme to solve the problem:
 *     ```wp-block-code
       #groups-list .hidden {    display: block !important;}
       ```
   
 * But I advise the developers of this plugin (Simple Event Planner) to make the
   css class hidden more specific.

Viewing 1 replies (of 1 total)

 *  Plugin Support [saadali2905](https://wordpress.org/support/users/saadali2905/)
 * (@saadali2905)
 * [1 year, 8 months ago](https://wordpress.org/support/topic/plugin-conflict-on-css-class-hidden/#post-18067576)
 * Hi Hemlig,
   Thanks for your suggestion, we will fix the issue in the new release.
   Regards

Viewing 1 replies (of 1 total)

The topic ‘Plugin conflict on css class “hidden”’ is closed to new replies.

 * ![](https://ps.w.org/simple-event-planner/assets/icon-256x256.png?rev=1808471)
 * [Simple Event Planner](https://wordpress.org/plugins/simple-event-planner/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/simple-event-planner/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/simple-event-planner/)
 * [Active Topics](https://wordpress.org/support/plugin/simple-event-planner/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/simple-event-planner/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/simple-event-planner/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [saadali2905](https://wordpress.org/support/users/saadali2905/)
 * Last activity: [1 year, 8 months ago](https://wordpress.org/support/topic/plugin-conflict-on-css-class-hidden/#post-18067576)
 * Status: resolved