Reply To: Can't see display ajax search after click Refine button July 13, 2015 at 10:23 am #5324 Ernest MarcinkoKeymaster Hi! Yes, it was a z-index issue. Try to use the following custom CSS: [code] div[id*=’ajaxsearchprores’] { z-index: 99999 !important; } [/code]