php - Woocommerce not putting javascript in footer -


ok have custom wordpress theme , have installed woocommerce. javascripts added footer not being brought in:

  • the plugins i've got running woocommerce , advanced custom fields
  • my theme has add_theme_support( 'woocommerce' ); in my
    functions.
  • i have woocommerce.php in theme folder
  • i have copied directory in 'woocommerce' in theme override plugin files have not edited them.
  • wp_footer(); in footer

im tearing hair out why not bring in.

i have no idea how or why has resolved itself.


Comments

Popular posts from this blog

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -