• I’m getting two console errors on my site and I can’t seem to find out where they are coming form of how to remove them

    One of them is saying jQuery in not defined and show that? I don’t have that in my code anywhere?

    <script type="text/javascript">
    jQuery(document).ready(function($){
    
    	});
    </script>

    Another one is saying file not found for this

    /maps/api/js?sensor=false&ver=4.3.1

    I don’t even have a maps folder in my site?

    https://www.usachildcareaware.org.php53-11.dfw1-1.websitetestlink.com/

    Any help would be great.
    Thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Try deactivating all of your plugins to explore whether any could be responsible. If none are, keep all plugins deactivated and switch to the Twenty Fifteen/ Fourteen theme to see whether it could an issue with your theme.

    Thread Starter dcrowe

    (@dcrowe)

    So i found out that

    Advance Custom Fields Pro was causing this one

    /maps/api/js?sensor=false&ver=4.3.1

    and

    White Label Branding was causing this one

    <script type="text/javascript">
    jQuery(document).ready(function($){
    
    	});
    </script>

    Is it going to hurt my site with those errors? what’s the advantage or disadvantage of fixing or removing?

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    The error that’s saying jQuery is not defined will probably break some JavaScript somewhere on your site

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Is that a commercial plugin? I can’t find it on the www.ads-software.com plugin repository. It might be worth raising this with the plugin’s devs/ authors.

    Thread Starter dcrowe

    (@dcrowe)

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Two console errors I can't get find a fix for’ is closed to new replies.