Move sticky.js to footer
-
I am needing to move jQuery to the footer for a website and it’s causing an errory in stick.js: “Uncaught ReferenceError: jQuery is not defined”. How can I also have the JS for this plugin load in the footer after jQuery?
The code I am using to move jQuery is:
remove_action('wp_head', 'wp_print_scripts'); remove_action('wp_head', 'wp_print_head_scripts', 9); remove_action('wp_head', 'wp_enqueue_scripts', 1);
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Move sticky.js to footer’ is closed to new replies.