Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Users Search › Reply To: Users Search
July 22, 2020 at 4:13 pm
#28617
Keymaster
Well, his approach does not use the API, so it is not the best way, but it may actually work out just fine.
Maybe adding this custom CSS will do the trick:
div#ajaxsearchprobsettings19_1 {
visibility: visible !important;
opacity: 1 !important;
}
On my screen the opacity and the visibility was not correct, that custom CSS should handle that.