Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Search using Elementor Pages Widget › Reply To: Search using Elementor Pages Widget
February 15, 2023 at 11:29 am
#41389
Keymaster
Hi,
1. In this case I think the best use case is to simply make the settings invisible on pages via custom CSS, except for the results page.
.asp_ss {
display: none !important;
}
body.search .asp_ss {
display: block !important;
}
This should work if the results page is the actual results page.
2 & 3. Unfortunately these are not possible. The results information box may be added in a later release (it looks like it is possible), but overall these features are very problematic because they require a direct modification for the Elementor widget outputs, and that is a good source for possible incompatibility issues.