Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Strange effect on mobile phones: Filter zone, end user.
This topic contains 10 replies, has 2 voices, and was last updated by Ernest Marcinko 2 years, 12 months ago.
- AuthorPosts
- March 9, 2020 at 5:25 pm #26181
Good day:
On PCs, when I move the buttons, the fields defined as: Range Slider (i.e., Price, Total Area. Built Area, Bathrooms, Bedrooms), the filter area, does not close, remains open.
But, in mobile phones: I move a button, of some field defined as: Range Silder, the filter configuration zone closes automatically, and forces me to return, click on the button: Settings icon.
The filter configuration area must be kept open until the end user finishes defining their filters and click on the button: Search.
Please, orient, where I must configure correctly and the problem does not appear.
Thank you.
Best regards.
Attachments:
You must be logged in to view attached files.March 10, 2020 at 10:50 am #26185Hi,
I think you have discovered a bug within the recent release. I will make sure to fix this for the upcoming update, until then, please use the following custom CSS to temporarily resolve the problem:
Best,div#ajaxsearchprosettings10_1 { display: block !important; opacity: 1 !important; visibility: visible !important; animation-name: unset; }
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
March 10, 2020 at 3:22 pm #26187Good day:
The indicated change was made, tested and works correctly. It is appreciated.
Best regards.
March 10, 2020 at 5:10 pm #26194Good day:
The filter area is kept open, it is not hidden, in any case, even when it shows the results. Please review. Thank you so much.
Best regards.
March 11, 2020 at 9:46 am #26202Try this variation:
div#ajaxsearchprosettings10_1 { display: block !important; opacity: 1 !important; visibility: visible !important; animation-name: unset; z-index: 2; }
It will remain open, but behind the results list.
Best,
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
March 11, 2020 at 2:53 pm #26214Good day:
The new solution shows the results above the filter area, but it cannot be closed, automatically or manually.
Please check calmly.
Best regards.
March 11, 2020 at 4:08 pm #26227Hi,
I’m afraid that cannot be resolved via custom CSS, this is as close as it can get now.
The new update is almost ready to release, it should be out within 48 hours, it will fix the issue whithout the custom code 🙂
Best,
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
March 11, 2020 at 4:38 pm #26229Good day:
Okay. Thank you.
Best regards.
March 28, 2020 at 10:28 pm #26398Good day:
The Ajax Search Pro plugin, from my web portal, was updated to version: 4.18.2
In a mobile phone, the filter zone does not work correctly: an option is chosen from some field to filter, and the filter zone and the ajax search engine are closed.
In laptop or pc mode, when various options are chosen, it is mounted on the following field.
Please revise.
Thank you. Best regards.
March 28, 2020 at 10:44 pm #26399Please review attached file for more detail.
Thank you. Best regards.
Attachments:
You must be logged in to view attached files.March 31, 2020 at 8:47 am #26498Hi,
It looks like an issue with the new type of script we implemented to the newest release when used with the compact box layout. I will try to test this on our local server and release a fix asap.
Best,
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
- AuthorPosts
You must be logged in to reply to this topic.