• For some reason i search a key from drop down, it loads ok.. then i try to search another one and it doesnt do anything, i try clicking “search” but it doensnt function anymore. Whats going on? Its been going on for a while now i tried all but nothing. Thank you

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Pektsekye

    (@pektsekye)

    Hello,

    For the latest WordPress version 5.9 you should replace the line:

    
     selected.vehicles.sort(this.sortCaseIns);
    

    with:

    
     selected.vehicles.sort($.proxy(this.sortCaseIns, this));
    

    in the file:
    wp-content/plugins/ymm-search/view/frontend/web/main.js

    Then refresh your browser cache.

    Stanislav

    not working if garage available via shortcode
    [ymm_selector template=”selector.php” garage=1]

    Plugin Author Pektsekye

    (@pektsekye)

    Hello,

    >to: damianwani

    Can you provide a link to the page where I can see it?
    Or send it to my email [email protected]

    Stanislav

    This fix worked for me. Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Search works once, then it stops working’ is closed to new replies.