Hi
you can simply exclude the request by clicking on drop box to select city in Advanced option in Breeze.
Thanks You, the reply is not clear “by clicking on drop box to select city in Advanced option”, Im assuming you meant exclude the Drop box code in advanced option, would it be the CSS or JS that is causing the problem?
Let me explain the solution in detail
Warning: please do not do this on your live site. Create a staging or test site to try the following solution.
There is a chance that this problem is the result of conflict between the active plugins. To test this, follow these steps
1) Disable all plugins except Breeze and Real-estate plugin which mentioned.
2) Manually purge the cache
3) Do a hard refresh of home page(ctrl+F5)
4) Now check if the problem reappears.
If the problem does not happen, it indicates that there is plugin conflict.
If the problem happens again with only Breeze and the Real-estate plugin enabled (all other plugins are disabled), follow these steps
1) Inspect the drop-down element in developer console
2) Note down the request generated by the drop-down element
3) Add these files/request to the Exclude fields in Advanced Options Tab
If doesn’t solve your issue do let us know
Thank You, will try see if it works, I think it should.