This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Reply To: Search using Elementor Pages Widget

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Search using Elementor Pages Widget Reply To: Search using Elementor Pages Widget

#41389
Ernest MarcinkoErnest Marcinko
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.