Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Strange effect on mobile phones: Filter zone, end user.
- This topic has 10 replies, 2 voices, and was last updated 6 years, 2 months ago by
Ernest Marcinko.
-
AuthorPosts
-
March 9, 2020 at 5:25 pm #26181
fcallez
ParticipantGood 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.
March 10, 2020 at 10:50 am #26185Ernest Marcinko
KeymasterHi,
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:
div#ajaxsearchprosettings10_1 { display: block !important; opacity: 1 !important; visibility: visible !important; animation-name: unset; }March 10, 2020 at 3:22 pm #26187fcallez
ParticipantGood day:
The indicated change was made, tested and works correctly. It is appreciated.
Best regards.
March 10, 2020 at 5:10 pm #26194fcallez
ParticipantGood 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 #26202Ernest Marcinko
KeymasterTry 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.
March 11, 2020 at 2:53 pm #26214fcallez
ParticipantGood 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 #26227Ernest Marcinko
KeymasterHi,
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 🙂
March 11, 2020 at 4:38 pm #26229fcallez
ParticipantGood day:
Okay. Thank you.
Best regards.
March 28, 2020 at 10:28 pm #26398fcallez
ParticipantGood 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 #26399fcallez
ParticipantPlease review attached file for more detail.
Thank you. Best regards.
March 31, 2020 at 8:47 am #26498Ernest Marcinko
KeymasterHi,
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.
-
AuthorPosts
- You must be logged in to reply to this topic.