• 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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    Have you tried deactivating your plugins, clearing your browser’s cache and cookies and looking at the source again?

    Without a link to your site we cannot look to see where that’s coming from. If you can post that link then that may be helpful.

    Note: if you wish to keep you link private that’s fine. But if you do post it then after 6o minutes you will not be able to delete that link later.

    Thread Starter c

    (@igneous)

    The page with the issue is: https://www.freestufftimes.com/contests/
    I can’t figure out why it’s not loading for a user, but they are speculating that it has something to do with the jquery loading more than once. As far as I know though that would just cause a little slowness, not for the site not to load at all. I dont know how to check, but I’ve tried using different computers and operating systems/programs, as well as checking the errors on chrome developer tools.

    Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    It could be your theme or a plugin that’s incorrectly adding that duplicate jquery loads.

    Have you tried temporarily switching to the Twenty Fourteen theme? If it’s the theme you are using then you may need to contact the author for support.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Multiple versions of jquery?’ is closed to new replies.