How can I remove the search from the results page.

Easy Property Listings WordPress Real Estate Plugin Forums Basic Support How can I remove the search from the results page.

Viewing 3 posts - 1 through 3 (of 3 total)

These forums are closed to new replies / tickets. Please open a support ticket from our new Support page.

  • Author
    Posts
  • #1217
    username55
    Participant

    It appears that when I use the EPL listing Search Widget, it works the first time… but then on the results page or on the property page it does not. How can I remove the search function from the property page and from the results view page?

    #1227
    Merv Barrett
    Keymaster

    Hi, sorry my site has not notified me of your comments, will look into the issues and get back to you

    #1233
    Merv Barrett
    Keymaster

    Hi, strange issue. However this is due to the theme layouts and what you need is a great plugin called Widget Logic so you can use the same layout but remove the search widget.

    Once you add the above plugin visit the single view of the listing and manage your widgets. Each widget now has an additional option box where you can control the display of that widget.

    Inside the Widget Logic box input the following.

    !is_single()

    What that is doing is saying: Only display this widget if the current page is NOT the single template.

    You could also use:

    is_archive()

    Which is saying, only display this widget if the current page is the archive page.

    More WordPress conditional tags you can use are noted here

    You could also use Jetpack but that comes with a lot of other options/stuff (a bit too much in my opinion).

    • This reply was modified 9 years, 8 months ago by Merv Barrett.

These forums are closed to new replies / tickets. Please open a support ticket from our new Support page.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘Basic Support’ is closed to new topics and replies.