Okay
  Public Ticket #514993
Removing Live Search
Closed

Comments

  •  1
    Angela started the conversation

    Hi Djwd,

    I am trying to lighten the load of the them and decided to sacrifice the Live Search functionality as it seems to take longer than most other scripts when loading the page.

    Can you please advise how I can remove the Live Search functionality completely, but keep the search working in the same manner, where it opens the results in the new window?

    Thanks

  •  93
    djwd replied

    Hi there,

    to remove live search functionality it should be enough to comment out/remove line 117 in functions.php

    include_once(\'inc/live-search/live-search.php\'); //Live Search

    Although the rest would need other personal customizations that as you know go beyond regular support :), as a personal suggestion please be aware that opening links on a new window is considered to be a bad practice.

    Regards
    djwd


    Regards
    djwd

  •  1
    Angela replied

    Thanks djwd!