Title: Loading scripts on the front end?
Last modified: August 22, 2016

---

# Loading scripts on the front end?

 *  Resolved [consumedesign](https://wordpress.org/support/users/consumedesign/)
 * (@consumedesign)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/loading-scripts-on-the-front-end/)
 * I did an update and now notice input.css and jquery.powertip.css loading from
   CFS, are those needed on the front? I thought most of CFS, if not all, was on
   the backend only? Wondering if I can wp_deregister_style them without issues 
   on the front load?
 * [https://wordpress.org/plugins/custom-field-suite/](https://wordpress.org/plugins/custom-field-suite/)

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

 *  Thread Starter [consumedesign](https://wordpress.org/support/users/consumedesign/)
 * (@consumedesign)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/loading-scripts-on-the-front-end/#post-5590930)
 * I’m also seeing jquery.powertip.min.js, validation.js, jquery.powertip.css as
   well.
 *  Thread Starter [consumedesign](https://wordpress.org/support/users/consumedesign/)
 * (@consumedesign)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/loading-scripts-on-the-front-end/#post-5590936)
 *     ```
       wp_dequeue_style('cfs-input');
       		wp_dequeue_style('jquery-powertip');
       		wp_dequeue_script('jquery-powertip');
       		wp_dequeue_script('cfs-validation');
       ```
   
 * Seems to load and work fine on the front and in the admin… with wp_enqueue_scripts.
   Wondering why the extra loads now?
 *  Plugin Author [Matt Gibbs](https://wordpress.org/support/users/mgibbs189/)
 * (@mgibbs189)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/loading-scripts-on-the-front-end/#post-5591200)
 * I’m pretty sure those files **only** get included on pages where there’s a CFS
   input form.
 * Powertip is the tooltip library (help text), and Validation is obviously the 
   client-side field validation.
 * I’m not sure what you’re expecting, but those 2 libraries are about as minimal
   as it gets.

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

The topic ‘Loading scripts on the front end?’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/custom-field-suite.svg)
 * [Custom Field Suite](https://wordpress.org/plugins/custom-field-suite/)
 * [Support Threads](https://wordpress.org/support/plugin/custom-field-suite/)
 * [Active Topics](https://wordpress.org/support/plugin/custom-field-suite/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/custom-field-suite/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/custom-field-suite/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Matt Gibbs](https://wordpress.org/support/users/mgibbs189/)
 * Last activity: [11 years, 4 months ago](https://wordpress.org/support/topic/loading-scripts-on-the-front-end/#post-5591200)
 * Status: resolved