Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter nickth

    (@nickth)

    I fixed it by commenting out the default WP search and replacing it with:
    echo ajaxy_search_form();

    Still, the plugin should have worked without figuring that out.

    Plugin Author Naji Amer

    (@n-for-all)

    there is a file in your theme call searchform.php, rename it and it will work

    I have the same problem in my template. In Preview, all results are loaded. In live mode, no results will be loaded. There is no searchform.php in the template folder. Also not in the parents-theme-folder. Maybe you have an idea?

    Url: http://www.apiomat.com

    Plugin Author Naji Amer

    (@n-for-all)

    u don’t have a search form in your theme, add <?php get_search_form(); ?> where you want to display the search

    No, unfortunately that was not the solution. After I installed that, although an additional search box is displayed, but nevertheless there were no results.

    Plugin Author Naji Amer

    (@n-for-all)

    you have more than 1 jQuery installed, you have to remove 1 of them, this don’t effect only my plugin but also all other plugins, plus i don’t see the search form anywhere in you site, where did you add it?

    JimTim

    (@jimtim)

    For example: http://www.apiomat.com/blog/

    The useless jQuery I have removed. I hope. The search still does not work. Do you have another idea?

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Live Search works with Preview, but not Live’ is closed to new replies.