It looks like you’re loading jQuery from Google instead of the version WordPress comes with. It may be your theme doing that. I’d use the jQuery that comes with WordPress instead. That may solve the problem.
This may be a plugin or theme conflict. Please attempt to disable all plugins, and use one of the default (Twenty*) themes. If the problem goes away, enable them one by one to identify the source of your troubles.
(Sorry, didn’t see the link in the 1st post)
Forgive me I’m not sure what jquery even is. Any advice how I would find out if I’m using Google or the one from WordPress?
It’s likely some plugin or the theme is violating the rules and loading jQuery from the google content distribution network. JQuery is a javascript library that enables all sorts of amazing things.
Your site is loading both one from Google and one distributed with WordPress, causing the current issue. Generally, only the latter should be used. If YOU were to write code to use the Google one (which you haven’t), the proper thing to do would be to unregister the WP supplied copy.
I tried to disable my google anylitics plugin. I went on my site like 6 times and no popup about jquery. I looked up the plugin and from what I see it may use some sort of jquery. I’m going to keep checking but maybe that’s it?
at this point, I see only the Google version being loaded.
I think we may have done it lol. Is there a way your checking? How can you tell just the google is being loaded
right click, select “view source” and search for jquery
Hey thank you for your help! Doing more research it turns out it was the font plugin I was running! Fixed it!