10/28/2013 at 2:18 pm
#272505
Keymaster
@ dafrye
Nope, that didn’t do it. Something is preventing jquery-migrate.js from loading on the page.
Try deactivating all plugins except Connections and its templates. If the issue is resolved then activate plugins one at a time until the issue comes back. when it does the last activated plugin is causing the problem. If deactivating all plugins does not resolve it, then it is the theme causing the issue.
This isn’t the right way to fix it…
Edit the theme’s header.php file and add the following line right before </head>:
<script type='text/javascript' src='/wp-includes/js/jquery/jquery-migrate.min.js'></script>
You might have to tweak the source path a bit.
