Title: khanhoff's Replies | WordPress.org

---

# khanhoff

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Crowdfunding] Add backers manually](https://wordpress.org/support/topic/add-backers-manually/)
 *  Thread Starter [khanhoff](https://wordpress.org/support/users/khanhoff/)
 * (@khanhoff)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/add-backers-manually/#post-10627058)
 * Hi [@fahimmurshed](https://wordpress.org/support/users/fahimmurshed/),
 * Thanks for your answer. I still need to figure it out. Is there anyway to do 
   this in the database?
 * Regards.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] Contact form 7 render blocking CSS WordPress](https://wordpress.org/support/topic/contact-form-7-render-blocking-css-wordpress/)
 *  [khanhoff](https://wordpress.org/support/users/khanhoff/)
 * (@khanhoff)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/contact-form-7-render-blocking-css-wordpress/#post-7151552)
 * You can modify the code of wp-content/plugins/contact-form-7/includes/controller.
   php file.
 * First remove the code of loading styles.css from wpcf7_do_enqueue_scripts function.
   
   And then add following codes.
 *     ```
       add_action( 'wp_footer', 'wpcf7_do_enqueue_style_to_footer');
       function wpcf7_do_enqueue_style_to_footer() {
   
       	if ( wpcf7_load_css() ) {
       		wpcf7_enqueue_styles();
       	}
       }
       ```
   
 * Let me know if it can help you.

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