Can’t see why my scripts aren’t loading when I register and enqueue them
You can’t (well, you can, but you’ll likely experience dependency issues such as this one) deregister a script at wp_enqueue_scripts that was registered earlier, and already used as a dependency. The best solution is to get rid of the custom jquery code, and just rely on core-bundled jQuery. (You’re going to break a LOT of … Read more