Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1328549

    When entering a search in the Search Website field, it brings up the following results as you type. As you can see, it breaks the top div area. Can I turn this feature off? it is the avia_ajax_search action. Thanks.
    ajax - context sensitive results

    #1328561

    Never mind, I found post from Victoria, which removed it.

    add_action(‘after_setup_theme’, function() {
    remove_action( ‘wp_ajax_avia_ajax_search’, ‘avia_ajax_search’ );
    remove_action( ‘wp_ajax_nopriv_avia_ajax_search’, ‘avia_ajax_search’ );
    });

    You can close this ticket.

    #1328605

    Hi,

    Great, I’m glad that you found a solution, and thanks for sharing it. I’ll go ahead and close this thread for now then, please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘How can I turn off the Ajax search results when typing keyword?’ is closed to new replies.