Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Filter settings before search results › Reply To: Filter settings before search results
December 26, 2019 at 4:23 pm
#25157
Keymaster
Hi!
Sure, this is possible via using a different shortcode. In your case, I would suggest either using this single shortcode:
[wd_asp elements='search,settings,results' ratio='100%,100%,100%' id=1]
..or using this combination of shortcodes:
[wpdreams_ajaxsearchpro id=1]
[wpdreams_asp_settings id=1 element='div']
[wpdreams_ajaxsearchpro_results id=1 element='div']
One of these two variations should do the trick 🙂