Title: CF7 Addons's Replies | WordPress.org

---

# CF7 Addons

  [  ](https://wordpress.org/support/users/cf7addons/)

 *   [Profile](https://wordpress.org/support/users/cf7addons/)
 *   [Topics Started](https://wordpress.org/support/users/cf7addons/topics/)
 *   [Replies Created](https://wordpress.org/support/users/cf7addons/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/cf7addons/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/cf7addons/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/cf7addons/engagements/)
 *   [Favorites](https://wordpress.org/support/users/cf7addons/favorites/)

 Search replies:

## Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Material Design for Contact Form 7] Your unacceptable answer about security patch](https://wordpress.org/support/topic/your-unacceptable-answer-about-security-patch/)
 *  [CF7 Addons](https://wordpress.org/support/users/cf7addons/)
 * (@cf7addons)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/your-unacceptable-answer-about-security-patch/#post-16242590)
 * Hello,
 * The patch is not intended to be for premium-only. Support for this plugin (both
   free and paid) has been discontinued, and while I have created a patch for the(
   very minor) security issue, WordPress will not allow me to release the update
   to the plugin repository for free users because the plugin is discontinued.
 * It’s a bad situation for everyone, and it’s simply due to the fact that WordPress
   won’t allow me to release the security patch because the plugin is closed. I’m
   sorry.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Material Design for Contact Form 7] MD Pro – Floating Label on Repeater for Conditional CF7 not working](https://wordpress.org/support/topic/md-pro-floating-label-on-repeater-for-conditional-cf7-not-working/)
 *  [CF7 Addons](https://wordpress.org/support/users/cf7addons/)
 * (@cf7addons)
 * [4 years, 10 months ago](https://wordpress.org/support/topic/md-pro-floating-label-on-repeater-for-conditional-cf7-not-working/#post-14728221)
 * Hi Suren,
 * It’s because the initialisation code for material design isn’t being called on
   those duplicated fields. According to the docs for conditional fields, you should
   be able to fix this by adding the following JavaScript to your website.
 *     ```
       jQuery(document).ready(function() {
         jQuery('form').on('wpcf7cf_repeater_added', function(e) {
           window.cf7mdInit();
         });
       });
       ```
   
 * You can add this by a) editing your child theme if you have one, b) via your 
   theme’s custom JavaScript field if it has one, otherwise c) use a plugin that
   allows you to add scripts to the page.
 * Thanks,
    Angus
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Material Design for Contact Form 7] Response “Close” Button](https://wordpress.org/support/topic/response-close-button/)
 *  [CF7 Addons](https://wordpress.org/support/users/cf7addons/)
 * (@cf7addons)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/response-close-button/#post-14677990)
 * Hi [@rickadman](https://wordpress.org/support/users/rickadman/)
 * The pro version does affect the fonts of the notices, but the colours are not
   configurable. However, if you purchase the pro version, you’ll get access to 
   my email address where you can ask me for some custom CSS to achieve what you
   want.
 * Thanks,
    Angus
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Material Design for Contact Form 7] Response “Close” Button](https://wordpress.org/support/topic/response-close-button/)
 *  [CF7 Addons](https://wordpress.org/support/users/cf7addons/)
 * (@cf7addons)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/response-close-button/#post-14673918)
 * Hi [@rickadman](https://wordpress.org/support/users/rickadman/),
 * Sure, you can hide the close button with CSS.
 * I’m happy to provide you with some CSS to do so, I’d just need to be able to 
   test your form. Is it live somewhere for me to see?
 * Thanks,
    Angus
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Material Design for Contact Form 7] Radio buttons and checkboxes do not work properly](https://wordpress.org/support/topic/radio-buttons-and-checkboxes-do-not-work-properly/)
 *  [CF7 Addons](https://wordpress.org/support/users/cf7addons/)
 * (@cf7addons)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/radio-buttons-and-checkboxes-do-not-work-properly/#post-14169838)
 * Hi [@mulagirl](https://wordpress.org/support/users/mulagirl/)
 * This is caused by some CSS added by your theme. The best way to fix this is to
   remove the problem CSS. The following is added twice, so you’ll need to remove
   both occurrences:
 *     ```
       .wpcf7-form-control-wrap .wpcf7-form-control {
           border: 2px solid #d8d8d8;
           border-radius: 0.3em;
           font-size: 1.5rem;
           padding: 10px;
       }
       ```
   
 * And this is added once, which is an overly broad CSS rule that is going to cause
   many other problems in the future as well. You can keep the `.content p` but 
   the `.content div,` line is going to cause many issues.
 *     ```
       .content div,
       .content p {
           margin-top: 2rem
       }
       ```
   
 * With those rules removed, your form should look normal.
 * Thanks,
    Angus
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Material Design for Contact Form 7] How to set darkmode with WP Night Mode plugin?](https://wordpress.org/support/topic/how-to-set-darkmode-with-wp-night-mode-plugin/)
 *  [CF7 Addons](https://wordpress.org/support/users/cf7addons/)
 * (@cf7addons)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/how-to-set-darkmode-with-wp-night-mode-plugin/#post-14125592)
 * Hi [@snippet24](https://wordpress.org/support/users/snippet24/)
 * In that case, you’ll need to figure out how to read the cookie (or get the current
   dark theme state from somewhere) in JavaScript and toggle the class on your forms
   accordingly 🙂
 * Thanks,
    Angus

Viewing 6 replies - 1 through 6 (of 6 total)