• Hi. I have a problem.

    Ajax Search not working on my website https://make-a-stand.com/
    I tried to turn off Search in Custom Fields, Categories, Tags, rollback wordpress version (4.5.4) what was working with Ajax Search, try to rollback plugin to 4.6.5 and 4.6.4 version, but it not working to. Could you help me please with this problem? Now I use WordPress 4.7 and Ajax Search 4.6.6

    Thank you!

Viewing 1 replies (of 1 total)
  • Plugin Author wpdreams

    (@wpdreams)

    Hi,

    I believe I see the problem. There is a duplicate instance of jQuery loaded on the bottom of your site:

    <script src="https://code.jquery.com/jquery-3.1.0.min.js" integrity="sha256-cCueBR6CsyA4/9szpPfrX3s49M9vUU5BgtiJj06wt/s=" crossorigin=anonymous></script>

    This loads a different version of jQuery causing all jQuery plugins to unload at that point (including the ajax search lite script). I highly recommend removing this line, as wordpress already loads an instance of jQuery in the site header correctly.

Viewing 1 replies (of 1 total)
  • The topic ‘4.6.6 version – not working’ is closed to new replies.