Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter consumedesign

    (@consumedesign)

    I’m also seeing jquery.powertip.min.js, validation.js, jquery.powertip.css as well.

    Thread Starter consumedesign

    (@consumedesign)

    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

    (@mgibbs189)

    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.