This topic contains a post which is marked as Best Answer. Press here if you would like to see it.
*

webcity

  • ****
  • 234 posts
Dynamic Search box not working in mobile version
« on: September 10, 2024, 03:22:42 PM »
Hi,

When I use the search box on the desktop site, the dynamic search works great.

I start to type in my required category or location, the wheel spins and it shows the correct results for the search.

If I type the same search on a mobile the wheel spins but it doesn't show/suggest any dynamic results.

Can you please suggest a solution?

Many thanks


*

MB Themes

Re: Dynamic Search box not working in mobile version
« Reply #1 on: September 10, 2024, 03:29:04 PM »
Can you give example from demo?
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

webcity

  • ****
  • 234 posts
Re: Dynamic Search box not working in mobile version
« Reply #2 on: September 10, 2024, 07:13:27 PM »
Hi,

Thanks for the reply.

I've included two screen grabs from your Zeta demo, one in Desktop mode and the other in Mobile screen.

When I type "Real Est" in the Desktop it shows the Real Estate Category, if I type the same query in the Mobile version it doesn't show any category suggestions.

Many thanks

Marked as best answer by frosticek on September 11, 2024, 04:11:09 PM
*

MB Themes

Re: Dynamic Search box not working in mobile version
« Reply #3 on: September 11, 2024, 01:24:24 PM »
In ajax.php in theme filder, this line:
Code: [Select]
    if(@$_GET['type'] == 'advanced') {

can be changed to ie:
Code: [Select]
    if(@$_GET['type'] == 'advanced' || 1==1) {
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

webcity

  • ****
  • 234 posts
Re: Dynamic Search box not working in mobile version
« Reply #4 on: September 11, 2024, 02:14:53 PM »
Thanks for your help.

That resolved the problem and the mobile version works the same as the desktop version now :-)