Home › Forums › Winning Agent Pro Theme › Remove "Search Results for:" box in the search results page
Tagged: AgentPress Listing Search, Search, search bar, search results
- This topic has 5 replies, 3 voices, and was last updated 1 year, 3 months ago by
Marcy Diaz.
- AuthorPosts
- October 2, 2014 at 12:02 pm #3728
pradeep1
ParticipantHello,
How do I remove the box with the text “Search Results for:” from all the search result pages. Visit http://goo.gl/4QmmpD for more clarity.
Thanks,
Pradeep - October 2, 2014 at 2:05 pm #3732
Ginger Coolidge
ParticipantHi there,
This was a problem in the AgentPress Listings plugin after the update to WordPress 4.0. They have updated the plugin with a fix however for some reason it is not triggering that an update is available in the WordPress Dashboard. So, to correct, delete your existing AgentPress Listings plugin and load the new version, which is 1.2.2
https://wordpress.org/support/plugin/agentpress-listings
- October 3, 2014 at 12:49 pm #3735
pradeep1
ParticipantThanks. Though it was already running v1.2.2, I deleted the existing plugin and uploaded the new one via ftp. The issue is not resolved. Any idea what’s wrong?
- October 3, 2014 at 6:21 pm #3738
Ginger Coolidge
ParticipantHmm, that’s odd – the moment I installed the new plugin it corrected the issue on my test site. Could it be a caching problem? In my case I deleted the old plugin and uploaded the zip from my Mac.
- August 20, 2020 at 10:14 am #11281
mlcwade@outlook.com
ParticipantWhat was the final solution for this as I would like to also remove the boxes with “Search Results” and “Listings” removed from the search results page? I’m using WinningAgent Pro, but should probably be the same solution.
- August 20, 2020 at 11:14 am #11296
Marcy Diaz
KeymasterThe solution was to use the most recent AgentPress Listings plugin. But that was back in 2014 The text at the top of the search pages is no longer giving an error.
It you have further questions about AgentPress Listings, it belongs to StudioPress/WP Engine, and you can get support by clicking the Support tab here:
- February 4, 2021 at 10:39 am #11583
Ayten Kranat
ParticipantHi there, I am using winning agent pro2, I tried to move search for listing widget but that shorten the background image. How can I get back the full size image and also how to remove the dark overlay from the image.
Thank you so much in advance for your help!
ayten
- February 4, 2021 at 10:50 am #11585
Marcy Diaz
KeymasterTo remove the image overlay, add this CSS to Appearance > Customize > Additional CSS
Adjust as you like; you can usebackground-color: transparent;
.home-welcome { background-color: rgb(0, 0, 0); background-color: rgba(0, 0, 0, .4); } .home .search-bar { background-color: rgb(0, 0, 0); background-color: rgba(0, 0, 0, .4); }
To adjust the padding on the Home Welcome section, add this to Additional CSS, and you will want to add some bottom padding:
@media only screen and (min-width: 767px) { .home-welcome .wrap { padding: 150px 0 0 0; }
- AuthorPosts
- You must be logged in to reply to this topic.