Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › some searches not appearing on search page and cant colo search icon background
This topic contains 4 replies, has 2 voices, and was last updated by Ernest Marcinko 3 years, 3 months ago.
- AuthorPosts
- August 18, 2020 at 5:15 am #29022
some of our searches which show in the ajax dropdown while searching doesn’t show up on the results page, they simple say no results found, but they show in ajax dropdown. we cant change search icon background color on the main menu, we want the icon to be white and the icon background color to be transparent just like other menu items, please help
August 18, 2020 at 5:17 am #29023for example, if you search “fire” the dropdown shows a few search results like fire safety and all, but when you press enter, the search pages shows no results found
August 18, 2020 at 1:35 pm #29032Hi,
Colors issue
The issue with the colors is that you have a lot of custom CSS forcing a white background color on the search. I changed everything on the theme options to transparent, now if I remove the custom CSS, I get this: https://i.imgur.com/Uc21ANm.png
I am not sure if that is a good option though, as it will hover over all of the items in the menu, and because it is transparent, it will not look very nice with the underlying layer.Instead maybe using this custom CSS you can change the background to white, whenever the search is opened:
.asp_m_1[asp-compact=open] { background: white !important; }
So it looks like this when closed, and this when opened.
Search issue
Best,
The redirection issue might be caused by other search plugins – please make sure to deactivate any other search plugins, so that they don’t override each other.
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
August 18, 2020 at 3:40 pm #29033Hi,
I have removed all the custom CSS and inserted your code, but the background is still white, can you please fix it
August 19, 2020 at 8:48 am #29045Hi,
I cleared the site cache, it looks all right to me now.
Best,
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
- AuthorPosts
You must be logged in to reply to this topic.