Tagged: jQuery
Hi,
I want to use some of the jQuery functions, example avia_site_preloader() but it says avia_site_preloader() is not deifned when I call it?
Seems like the document is loading the necessary javscript because the preloader works for page loads. Also moved some the woocommerce enfold js sripts to my plugin folder and enqeued them to use some of the functions in there.
Is there a correct way to not have to do this?
Best, Jake.
Hey jakeostapes,
Have you made sure that all of the paths are correct for your script calls?
Best regards,
Jordan Shannon
Hi,
Yes, the when I call the woocommerce enfold script directly from my plugin folder I can use the function but if I don’t it says not defined.
Best, Jake.