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

Cannot scroll search results on mobile – whole page gets scrolled

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Cannot scroll search results on mobile – whole page gets scrolled

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #17614
    vobsvobs
    Participant

    The above site is using the ajax search pro on all the pages.

    For example on the home page:
    https://hmc.co.il

    We are having issues on mobile – when the user searches and needs to scroll down the results, the whole page on the mobile phone gets scrolled – it is very hard and almost impossible to scroll only the results on mobile.

    Please tell me how this can be fixed…

    Please send your answer also to the following email: [email protected].

    Thanks,
    Ori.

    #17616
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi Ori,

    Can you please try this custom CSS:

    [html].results.mCustScr{
    -ms-touch-action: pinch-zoom;
    touch-action: pinch-zoom;
    }

    .results.mCustScr.mCS_no_scrollbar,
    .results.mCustScr.mCS_touch_action{
    -ms-touch-action: auto;
    touch-action: auto;
    }[/html]

    Apply this code to your theme custom CSS field (if it supports it) or use the custom CSS field on the search plugin back-end.

    Alternatively, if this does not work, you can completely disable the custom scrollbar script here: https://i.imgur.com/bVWbiIf.png

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