• I just upgraded and now there are too many search boxes. I put the one search as a widget on the sidebar. But now when someone searches, there is a new searchbox on the top of the list of the searches and also one on the bottom! How did this happen? I just upgraded WordPress last night, but not sure if that’s related – didn’t see this problem in this forum. Any idea what is going on?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @fallback2

    There are two options to hide the bottom search page.
    1. You can remove bottom search box section on search page template in our theme directory.
    2. and another one is paste the css code in your current theme stylesheet file. here is the code:
    .search-end.bottom {
    display: none;
    }

    Thread Starter fallback2

    (@fallback2)

    Thank you, @tanveerkhan786 I always appreciate good css code!
    I still don’t know why 2 additional search boxes show on a page that already has search results. I haven’t seen that in any of my other blogs. Maybe it’s a theme problem.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘After upgrading to WordPress 5.3.2, too many search boxes’ is closed to new replies.