mpbrunelle
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] extra element in pod templateI have just figured it out. The closing tag for the picture element was not properly written.
Forum: Plugins
In reply to: [Fast Velocity Minify] jQuery Autocomplete is concatenated but not minifiedThank you.
Forum: Plugins
In reply to: [Fast Velocity Minify] jQuery Autocomplete is concatenated but not minifiedAnd also :
// enqueue base scripts and styles
add_action(‘wp_enqueue_scripts’, ‘sq_scripts_and_styles’, 999);All the scripts are added through function.php. Strangely, autocomplete is the only one that is not minified even though it is concatenated.
Forum: Plugins
In reply to: [Fast Velocity Minify] jQuery Autocomplete is concatenated but not minifiedHere is the code :
wp_register_script( ‘jquery-autocomplete’, themedir( false ) . ‘/js/jquery.autocomplete.min.js’, array(‘jquery’), ”, true );
wp_enqueue_script( ‘jquery-autocomplete’ );Thanks
Forum: Plugins
In reply to: [Fast Velocity Minify] jQuery Autocomplete is concatenated but not minifiedJust to be clear : I want this code to be minified but it is not. I would like to know how to make FVM minify it.
Viewing 5 replies - 1 through 5 (of 5 total)