Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #993603

    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?

    #993638

    Hey neotronics,

    I don’t think so unfortunately, either you load jQuery in the header or the footer. There really no other option.

    Best regards,
    Rikard

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.