• Resolved bhausaheb.navale

    (@bhausahebnavale)


    Hello,

    I am using twentyfourteen theme. In that I have installed properly your plugin and all.

    I have followed all the steps which you given in terms of settings and all, and in search.php, I have removed the other loop and just put the “<?php WP_Advanced_Search (); ?> ” this code.

    But dont know what is remaining, its still not showing me the proper search results.

    Could you please convey me the proper steps for the search.php page, what should I have to do there more.

    Any help would be greatly appreciated.

    Thanks

    https://www.ads-software.com/plugins/wp-advanced-search/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Mathieu Chartier

    (@evigeo)

    Hi,

    In the search.php for the twentyfourteen theme, the code is like that:

    <section id=”primary” class=”content-area”>
    <div id=”content” class=”site-content” role=”main”>
    <?php WP_Advanced_Search(); ?>
    </div><!– #content –>
    </section><!– #primary –>

    If it’s good, you have to verify that the “name” of the search form is good in the settings. It must be “s” for this theme.

    Thread Starter bhausaheb.navale

    (@bhausahebnavale)

    Hello,

    Thanks a lot, at least it somewhat working now. But whenever I try to search anything it shows message like :

    “your first post. Edit or delete it, then start blogging!

    Erreur : “

    Though the “name” of the search form is good in the settings, I checked that. Could you please help me somewhat more on this.

    As I really like this plugin and wanted to go ahead with this.

    Any help would be greatly appreciated.

    Thanks

    Plugin Author Mathieu Chartier

    (@evigeo)

    Hello,

    The problem is fixed now. Indeed, there was a problem with the autocomplete function by default. If there were no word in the index of words, an error was displayed.

    Update the plugin to fixed it ! ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘search implementation in twentyfourteen theme’ is closed to new replies.