Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Results Not Showing Below Search Settings › Reply To: Results Not Showing Below Search Settings
**SOLVED** I appreciated the hint that you gave me about having more than one search on the page and that it was probably causing the issue that I was having but I figured out a workaround that seems pretty OK. I’m adding this here in case it helps someone else.
Settings:
Layout Options > Search box layout > Hide the search… (OFF)
Theme & Styling > Custom CSS >
/**hide search bar**/
div.asp_w.ajaxsearchpro.asp_non_compact {
display: none;
}
Then on the page I created this structure:
Code module for the search: [wd_asp elements='search,settings' ratio='0%,100%' id=7]
Code module beneath it for results : [wd_asp elements='search,settings' ratio='0%,100%' id=7]