• I’ve tried all possible settings (aside from manually configuring each file separately). I don’t have any JS files in the <head>, they are all at the bottom. When minifier parses them, it sticks them into the head. How can I force it to stick them into the footer?

    Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter moltar

    (@moltar)

    I see FAQ mentions the following method of calling the function by hand:

    <?php if (function_exists('w3tc_scripts')): w3tc_scripts('include'); endif; ?>

    I’ve tried that as well, it produces no output, and the JS file is still in the head.

    Is there an action or filter I can hook into and move it to the footer?

    Thanks!

    Thread Starter moltar

    (@moltar)

    Anyone?

    Thread Starter moltar

    (@moltar)

    Bumpski

    Plugin Contributor Frederick Townes

    (@fredericktownes)

    Can you submit a bug submission form from the support tab of the plugin? If you use auto mode you cannot choose the embed location for the minified files.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Minified JS always goes into the’ is closed to new replies.