• This is exactly what I was looking for, though it would be great if there was an option to order the JS files in the minified file.

    I am using the plugin option “Combine & Move all JavaScripts to the bottom” but the problem I am having with this is that I have a few plugins that depend on jQuery and they are being added to the top of the minified JS file before jQuery is added so they are failing.

    Currently to get around this I’m not calling jquery in the funtions.php e.g. wp_enqueue_script('jquery') but using the “Include JS” plugin function and adding “/wp-includes/js/jquery/jquery.js”. This seems to work but would prefer to call it from functions.php just for tidiness.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi,
    Would you please give a brief explanation of this “includes js” solution you did, I have the same problem and your instruction is a little complicated for me.

    Oh I just noticed the include js tab. thanks

    I added the /wp-includes/js/jquery/jquery.js to the include js section of the plugin, but a lot of my plugins that depend on jquery are still not functioning properly. Do you have any other ideas, or know what I am doing wrong?

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

The topic ‘Great tool!’ is closed to new replies.