Something is calling jQuery incorrectly.
There’s still something wrong with that facebook pixel:
fbevents.js:23 [Facebook Pixel] - Call to "fbq('init', '115661712475335', []);" with parameter "user_data" has an invalid value of "[]"
Also, this is still an issue — the block with
<script>
fbq('track', 'ViewContent');
</script>
in this bit of code from that plugin:
<!-- Facebook Pixel Code -->
<script>
!function(f,b,e,v,n,t,s)
{if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};
if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';
n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];
s.parentNode.insertBefore(t,s)}(window, document,'script',
'https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '115661712475335');
fbq('track', 'PageView');
<script>
fbq('track', 'ViewContent');
</script>
</script>
<noscript><img height="1" width="1" style="display:none"
src="https://www.facebook.com/tr?id=115661712475335&ev=PageView&noscript=1"
/></noscript>
<!-- End Facebook Pixel Code --
I recommend asking at https://ww.wp.xz.cn/support/plugin/official-facebook-pixel/#new-post so the plugin’s developers and support community can help you with this.
Is that the cause of the jQuery error? I’m not sure. I can’t keep checking your site for each plugin. You need to do this. DISABLE ALL PLUGINS and see if the jQuery error goes away. If so, then enable them one at a time until the error returns, and you’ve found the culprit. If not, then it’s an issue with your theme.