• Resolved teqla01ad

    (@teqla01ad)


    Hi,

    I’m using your plugin and last time I noticed that I have an issue. If you go through https://carcommerce.pl/wyszukiwarka-wycieraczek/ and select values that you want to search, in the first search it works ok but if you go back and want to search again you will see
    image.png

    and you cannot search again for any other different value or you will see empty page. Could go check it and let me know what can I do?

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter teqla01ad

    (@teqla01ad)

    Here you will find image with this issue https://ibb.co/k4qZtqK

    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

    Thread Starter teqla01ad

    (@teqla01ad)

    Hello,

    I replaced the line and still I have an issue. If you go through https://carcommerce.pl/wyszukiwarka-wycieraczek/ and select values that you want to search, in the first search it works ok but if you go back and want to search again you won’t be able to search it again. I cleared the cache and used my browser in incognito mode and still doesn’t work.

    teqla01ad

    Plugin Author Pektsekye

    (@pektsekye)

    Hello,

    I see the page on your website still loads an old version of the file:
    wp-content/plugins/ymm-search/view/frontend/web/main.js?ver=5.9.3

    You should refresh your server caches.

    Stanislav

    Thread Starter teqla01ad

    (@teqla01ad)

    Hello,

    Thanks now it works. Topic to close 🙂

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Error after go back and search again’ is closed to new replies.