Title: .required class interferes with plugins
Last modified: October 26, 2017

---

# .required class interferes with plugins

 *  Resolved [theyuv](https://wordpress.org/support/users/theyuv/)
 * (@theyuv)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/required-class-interferes-with-plugins/)
 * Hello,
 * I’m not getting any feedback here, so I’m not sure if I should still be posting…
 * I am using the Jetpack plugin and included its “Subscription widget”.
 * This widget uses a class called `.required`.
    Your theme’s css has a rule for
   the `.required` class which changes sets `display: none;` among other things.
 * You should sharpen the rule for example, rather than:
 *     ```
       .required {
         display:none;
         ...
       }
       ```
   
 * you should have:
 *     ```
       .some_class .required {
         display: none;
         ...
       }
       ```
   
 * So that it doesn’t interfere with other plugins.
 * Is this clear? Do you have any suggestions for how I might work around this until
   you fix this?
 * Thank you.

Viewing 1 replies (of 1 total)

 *  [admirablethemes](https://wordpress.org/support/users/admirablethemes/)
 * (@admirablethemes)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/required-class-interferes-with-plugins/#post-9643433)
 * Hi! Please contact our customer support as mentioned in the theme and the above
   threads, we’ll need a link to your website & more to have a look at it.
 * Please view this thread: [https://wordpress.org/support/topic/theme-help-and-author-contact/](https://wordpress.org/support/topic/theme-help-and-author-contact/)

Viewing 1 replies (of 1 total)

The topic ‘.required class interferes with plugins’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/publishable-mag/4.5/screenshot.
   png)
 * Publishable Mag
 * [Support Threads](https://wordpress.org/support/theme/publishable-mag/)
 * [Active Topics](https://wordpress.org/support/theme/publishable-mag/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/publishable-mag/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/publishable-mag/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [admirablethemes](https://wordpress.org/support/users/admirablethemes/)
 * Last activity: [8 years, 7 months ago](https://wordpress.org/support/topic/required-class-interferes-with-plugins/#post-9643433)
 * Status: resolved