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

Search Issue on iPhone Devices

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Search Issue on iPhone Devices

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #55883
    info_Non2info_Non2
    Participant

    Hi Support Team,

    I’m facing an issue with the search function on iPhone (real device). In mobile view, inside the menu, there is a search field — when performing a search, the search results appear above the search box instead of below it.

    This issue occurs only on iPhone devices; it works fine on Android. I’ve already configured all the search settings.

    Please find the attached screen recording for your reference.

    #55884
    info_Non2info_Non2
    Participant

    You cannot access this content.

    #55885
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi!

    Thank you very much for the details, it helps a lot!

    Can you please try to change the results layout on that search bar (ID=4) to block here? For some reason a the fixed potion floating gets miscalculated by an added top padding, but that should resolve the issue hopefully.

    #55899
    info_Non2info_Non2
    Participant

    Thanks, let me check and update you

    #55900
    info_Non2info_Non2
    Participant

    Hi

    Yes, it worked for ID=4, but the header search is still showing the same issue. Please find the attached screenshot.

    #55904
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Indeed. Can you please try this custom CSS to force an absolute position on it:

    @media (max-width: 768px) {
      .asp_r_2 {
        position: absolute !important;
      }
    }

    This should prevent it from fixing it to the screen and instead use a relative position to the container and therefore correcting the issue.

    #55905
    info_Non2info_Non2
    Participant

    Hi
    position: absolute !important; not working. I fixed it using margin

    Thanks

    #55906
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Oh, all right then! I will investigate these further to see if this is only a one-off due to offsets or something that I can replicate, just to be sure.

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