Thread Starter
vkhu
(@vkhu)
I create a function.php file and add the following code:
add_action( 'wp_enqueue_script', 'load_jquery' );
function load_jquery() {
wp_enqueue_script( 'jquery' );
}
As for the theme, I’m creating a child theme of the theme customizr.
Thread Starter
vkhu
(@vkhu)
I just put all the JS in a <script> tag inside the header.php. Is that wrong? I’m quite new to this whole coding thing.
Thread Starter
vkhu
(@vkhu)
@andrew Nevins:
It works fine in firefox and opera, but have the same issue in opera mobile, safari and firefox mobile.