Forums Forums Search & Filter Pro "is not a function" jQuery errors

Viewing 2 posts - 1 through 2 (of 2 total)
  • Ross Moderator
    #31280

    Hi there

    It looks like you are loading an extra version of jQuery in your code.

    I can you see you are loading the jQuery v1.4.4 library from your them folder.

    This is a very old version of jQuery, and you should normally only load the jQuery that is shipped with WordPress.

    Normally you would see a line like:

    <script type='text/javascript' src='https://www.site.com/wp-includes/js/jquery/jquery.js?ver=1.11.3'></script>

    But I see in your source you have:

    <script type='text/javascript' src='http://site.com/wp-content/themes/rttheme13/js/jquery-1.4.4.min.js?ver=4.3.1'></script>

    Loading an old jQuery from the theme folder is certainly non standard and I’m not sure why you would even want to do that (you are bound to get compatibility issues with other plugins too).

    Thanks

    Anonymous
    #31281

    Thank you for your help – the search form is working correctly now.

Viewing 2 posts - 1 through 2 (of 2 total)