This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

No results message

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #51269
    PrimeMediaPrimeMedia
    Participant

    Hello Ernest,

    I tried to find if someone else asked this, but i think the forum has no search function?

    I want to change the message when no result is found, how can i do that? See attachment what i mean, or use the link i added and type something crazy like lala :p

    Also if you could help me with removing that underline for the message and the free space below the underline,that would be awesome.

    Thanks

    #51274
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi!

    I tried to find if someone else asked this, but i think the forum has no search function?
    Thank you for pointing that out – there should be, but it appears the Yoast SEO plugin was blocking the “breadcrumbs” feature of the support forums, which also contains the search. I have disabled their breadcrumbs, you should be able to see it now when navigating through the forums. I didn’t even notice this, thanks again for pointing it out.

    You can change that message here: https://i.imgur.com/0SeYpfl.png

    Also if you could help me with removing that underline for the message and the free space below the underline,that would be awesome.

    Sure! It looks like a tiny CSS conflict, this custom CSS will resolve it:

    .asp_nores {
        box-shadow: none !important;
    }
    
    .asp_nores ~ div.results {
        display: none;
    }
    #51278
    PrimeMediaPrimeMedia
    Participant

    You cannot access this content.

    #51279
    Ernest MarcinkoErnest Marcinko
    Keymaster

    You are very welcome 🙂

    If you don’t mind, I will close this topic soon and mark it as resolved, feel free to open another one if you have other questions or issues.

    If you like the plugin and have not rated already, feel free to leave a rating on your codecanyon downloads page and on the wordpress plugin repository, it’s greatly appreciated.

    #51280
    PrimeMediaPrimeMedia
    Participant

    You cannot access this content.

    #51282
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Thank you 🙂

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.