I have seen the code of functions.php
//move jquery to footer if no unkown plugins are active
if(av_count_untested_plugins() == 0 || (isset($options[‘jquery_in_footer’]) && $options[‘jquery_in_footer’] == “jquery_in_footer”) ){
av_move_jquery_into_footer();
}
I have installed a payment plugin and only can work OK if jquery is in the head.
Is there any way to do an exception for this plug-in?