No changes to the code but this doesn’t happen on the live site. Be good to know if enfold like woocommerce automatically changes the checkout slug?
Best, Jake.
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.
Hi,
A quick update. I have got jQuery working but have had to use enqueue to load a compatible version with the code below.
wp_enqueue_script('jquery1', 'https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js', array(), '2', false);
Any idea why jQuery wasn’t loading from installation?
Regards, Jake.