Bravada – removing search bar & “Nothing Found”

  • Author
    Posts
  • #112962

    Hi Bravada Team,

    Looking for a solution to remove the search bar + text appearing on the start page in Bravada theme for WordPress. First, a text section appears that says:

    “Nothing Found
    No search results for:”

    and then a search bar right below the text.

    I would like this section removed completely (search bar + text). How can I best do so?

    Thanks in advance for your help!!

    Kind regards

    Website: nordic-crypto.com

    #112963

    Also, how could I add some buttons like you have in your preview photo of the theme on WordPress?

    #113016

    UPDATE:

    Found the relevant piece of code:

    if ( ‘posts’ == get_option( ‘show_on_front’ ) ) {
    include( get_home_template() );
    } else {

    Tried removing it, and it will delete the the “Nothing Found
    No search results for:” text although also prevents me from adding any other text I want through the text widget.

    I there some piece of code you can help me with that hides only the “Nothing found…”?

    #114027
    Zed
    Cryout Creations mastermind

    Hi,

    You’re going at this the wrong way. Instead of trying to remove the messages through which WordPress tells you it doesn’t know what to display (mostly because your site has no content at all), you should create the content that you want displayed and configure it where it should be displayed.


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #119399

    Hi.. I’m not sure if this was answered but I also have a search bar across my homepage that I want to remove, as well as “Nothing found no search results for’. How do I remove this search bar? Thanks

    Website: art-mbm.com

    #119492
    Zed
    Cryout Creations mastermind

    Hi @AB2021,

    The ‘not found’ and search bar are there because your site has no content (posts) to display. Add content or set the homepage to display a static page instead to hide those.


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
Viewing 6 posts - 1 through 6 (of 6 total)

The topic ‘Bravada – removing search bar & “Nothing Found”’ is closed to new replies.