Hi,
I have made a file on child theme js folder which
i call this file like this-- wp_enqueue_script( 'custom-js', get_template_directory_uri() . '/js/footerhide.js', array('jquery'), null, true );
But when i visit page showing this error-- https://woocommerce-1187255-4349440.cloudwaysapps.com/wp-content/themes/rehub-theme/js/footerhide.js
which is call direct theme not child theme.
can you please help me to fix it.
thank you
Additional Info
Link on page with issue: https://woocommerce-1187255-4349440.cloudwaysapps.com
Hi,
I have made a file on child theme js folder which
i call this file like this-- wp_enqueue_script( 'custom-js', get_template_directory_uri() . '/js/footerhide.js', array('jquery'), null, true );
But when i visit page showing this error-- https://woocommerce-1187255-4349440.cloudwaysapps.com/wp-content/themes/rehub-theme/js/footerhide.js
which is call direct theme not child theme.
can you please help me to fix it.
thank you