Home Forums WoodMart support forum Live search not working on iPad

Live search not working on iPad

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #694165

    primozkosta
    Participant

    Hello

    On WooCommerce store built with Woodmart theme my client informed me that LIVE SEARCH (in header of website) is not working.

    The client sent me a video of what is happening – link to video is in private content:
    -ISSUE 1: as soon as she starts typing the search field dissapears
    -ISSUE 2: she typed in “AULP” but after reopening the live search field the letters are mixed up and it states “APLU”

    The issue is not web browser specific – she tested on Safari and on Chrome and the issue was on both browsers.
    The issue seems to be iPad specific (she has iPad PRO 11) – I was not able to recreate the issue since I don’t have any Apple iPads.

    Could this be a bug?

    Best regards,
    Primož

    #694199

    Artem Temos
    Keymaster

    Hello,

    To fix this issue, try to add the following code snippet to the Custom CSS area in Theme Settings.

    .wd-event-hover > .wd-search-dropdown:focus-within {
    	visibility: visible;
        opacity: 1;
        transform: none !important;
        pointer-events: visible;
        pointer-events: unset;
    }

    Kind Regards

    #694237

    primozkosta
    Participant

    Thanks, the client said it worked and solved the issue.

    Thank you for fast response and keep up the good work!

    Best regards

    #694251

    Artem Temos
    Keymaster

    Great, we are glad that you sorted it out. Feel free to contact us if you have any further questions.

Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘Live search not working on iPad’ is closed to new replies.