Popup does not work when scripts moved to footer
-
Hi there,
When I remove scripts from head to footer, popup does not work.
function footer_enqueue_scripts(){ remove_action('wp_head','wp_print_scripts'); remove_action('wp_head','wp_print_head_scripts',9); remove_action('wp_head','wp_enqueue_scripts',1); add_action('wp_footer','wp_print_scripts',5); add_action('wp_footer','wp_enqueue_scripts',5); add_action('wp_footer','wp_print_head_scripts',5); }; add_action('after_setup_theme','footer_enqueue_scripts');
everything else is working. Anything can be done?
Thanks,
Evgeny
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Popup does not work when scripts moved to footer’ is closed to new replies.