• Resolved mindafloon

    (@mindafloon)


    Relevanssi and WP Search Form Modal were working fine on both my main and staging sites for a couple of weeks after installing and configuring, but now, all of a sudden, search doesn’t work at all on either. First it said, for example, “32 results found” but would not show any results, then it started saying “0 results found” and now it says and shows nothing at all. I tried deactivating/activating plugins to no effect. Any ideas?

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Mikko Saari

    (@msaari)

    I tried the search on your site, and the search works – I get results. The “3 results found” text appears on the page, but is not visible – the text is black on black. You have this CSS style on your search results page:

    body:not(.archive) #page-header-bg h1, #page-header-bg .result-num {
        color: #000000;
    }

    That sets the search results header text to black. The header is also slightly too high and gets hidden under the page header. It’s because of this CSS:

    #page-header-bg .nectar-particles .span_6 .inner-wrap, #page-header-bg .span_6 {
        top: 50%;
        transform: translateY(-50%);
    }

    The search is working fine; your page styles are just making it look weird.

    Thread Starter mindafloon

    (@mindafloon)

    Hi Mikko, thanks for your help. I think you checked my website just as I was in the process of fixing it. The problem was the Theme, which I had to update, and then go through and change the default colors to make it readable. But it is working fine now. Thanks again!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘[NSFW] Relevanssi Search Stopped Working’ is closed to new replies.