Multiple versions of jquery?
-
I have a user who cant seem to pull up my site because of some type of jquery conflict. I cant replicate the issue, and I havent heard of anyone else have the issue, but it does seem to be a problem. I tried to use the idea that was posted here: https://electrokami.com/coding/wordpress-multiple-jquery-inclusion-fix/
But when I put that in my functions file it broke my site. Basically, I think I would prefer to just use the google jquery library, and only have that one google version load once.
It was posted about on jquerys forums for me, and they responded with this:Your site loaded for me. BUT
Copy code
<script type='text/javascript' src='https://www..com/wp-includes/js/jquery/jquery.js?ver=1.11.1'></script>
then
<script src="https://code.jquery.com/jquery-latest.min.js"></script>
means you are loading 2 jQuerys.
I see more than 1
<script type="text/javascript" src="https://platform.twitter.com/widgets.js"></script>
.So maybe it’s happening because of the twitter buttons i have in each post? I’m a bit lost here
- The topic ‘Multiple versions of jquery?’ is closed to new replies.