This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Strange effect on mobile phones: Filter zone, end user.

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Strange effect on mobile phones: Filter zone, end user.

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #26181
    Franklin Calle Zapatafcallez
    Participant

    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.

    #26185
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi,

    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;
    }
    #26187
    Franklin Calle Zapatafcallez
    Participant

    Good day:

    The indicated change was made, tested and works correctly. It is appreciated.

    Best regards.

    #26194
    Franklin Calle Zapatafcallez
    Participant

    Good 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.

    #26202
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Try 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.

    #26214
    Franklin Calle Zapatafcallez
    Participant

    Good day:

    The new solution shows the results above the filter area, but it cannot be closed, automatically or manually.

    Please check calmly.

    Best regards.

    #26227
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi,

    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 🙂

    #26229
    Franklin Calle Zapatafcallez
    Participant

    Good day:

    Okay. Thank you.

    Best regards.

    #26398
    Franklin Calle Zapatafcallez
    Participant

    Good 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.

    #26399
    Franklin Calle Zapatafcallez
    Participant

    Please review attached file for more detail.

    Thank you. Best regards.

    #26498
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi,

    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.

Viewing 11 posts - 1 through 11 (of 11 total)
  • You must be logged in to reply to this topic.