Hi,
I’m using XStore theme with the Ajax Search widget in the header (Elementor). I want to replicate a specific search UX on mobile only.
Here’s what I need:
1. When the user taps the search bar on mobile, the search opens as a fullscreen overlay (not a small dropdown) — similar to how desirel.ro handles it on mobile.
2. Inside this fullscreen search, I need the following sections:
– Live product results with image + price (this seems to work already)
– Recommended categories based on the search term (e.g. user types ‘plug’ → shows category ‘Plug anal’)
– Search suggestions as clickable chips (e.g. ‘butt plug’, ‘plug anal’)
– Related pages/posts (blog guides relevant to the search term)
My questions:
a) Does the Ajax Search widget support a fullscreen overlay mode on mobile natively, or does it need custom CSS/JS?
b) Can the widget show recommended categories dynamically based on the typed term?
c) Is there a built-in way to show search suggestions as chips or related blog posts in the results?
d) If these are not supported natively, can you advise whether it’s safe to extend the widget with custom JS and hooks, or if there’s a risk of breaking updates?
Thank you.