-
AuthorPosts
-
January 26th, 2021 at 23:57 #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
January 26th, 2021 at 23:59 #112963Also, how could I add some buttons like you have in your preview photo of the theme on WordPress?
January 27th, 2021 at 19:11 #113016UPDATE:
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…”?
February 15th, 2021 at 15:45 #114027ZedCryout Creations mastermindHi,
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.July 1st, 2021 at 18:26 #119399Hi.. 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
July 5th, 2021 at 14:31 #119492ZedCryout Creations mastermindHi @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. -
AuthorPosts
The topic ‘Bravada – removing search bar & “Nothing Found”’ is closed to new replies.