Hi,
I currently have remove the default jquery lib that comes with WordPress because I have my own compressed version with my LESS file.
The issue I have is that when I add wp_deregister_script('jquery'); to my functions.php file it also gets rid of the contact form 7 js.
Can someone tell me if there is a way around this? I don't want jquery to be loaded but I do want the contact form 7 js files to load.
Many thanks
Pete