Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Impossibile to remove redirection to url › Reply To: Impossibile to remove redirection to url
Thank you, I was able to log-in!
1. The difference in results is very likely due to the Auto Populate configuration. Currently it is set to display the Latest results. If you want to, you can set it to show the results by the default order like this: https://i.imgur.com/P4NuMuR.png
That will show results initially as the default order (relevance)
2. I tried to disable auto populate, but the filters did not disappear on my end, it looks correct: https://i.imgur.com/1WYiMAz.png
You may only have a cache active. Clearing the browser/site cache will resolve the problem.
3. Well, it is possible to get something similar in color, try this custom CSS:
.asp_select_label.asp_select_single select {
background: white !important;
border: 1px solid #e4e4e4 !important;
color: #4e4e4e !important;
}
It should result in this: https://i.imgur.com/ODjxJwZ.png