• The plugin didnt seem to work for JS it only moved CSS to the footer. the default jquery file is still blocking the render. site no longer renders correctly when using this plugin.

    It doesnt do what it says it does and the admin controls dont work. waste of time

Viewing 2 replies - 1 through 2 (of 2 total)
  • To move your css to the footer, this is all you have to do.

    function hackya_load_css() {
    wp_enqueue_style('style', get_stylesheet_uri());
    }
    add_action('wp_footer', 'hackya_load_css');

    No need for this bloated plugin.

    Of course you need to aync load it as well. For that, you can use loadCSS.

    https://github.com/filamentgroup/loadCSS

    Plugin Author optimalisatie

    (@optimalisatie)

    Hi nerdburglars,

    The plugin has been improved greatly in the past months. v2.5.0 has several new features such as conditional critical CSS and a Critical CSS quality tester to compare the critical CSS with the full CSS.

    If you are interested to give the plugin another try, I am willing to take a look at your website to see if there is a configuration problem and what you can do to achieve a Google PageSpeed 100 Score.

    [ Signature moderated ]

    • This reply was modified 8 years, 2 months ago by Jan Dembowski.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘completely messed up site’ is closed to new replies.