• Resolved sakal037

    (@sakal037)


    Reset button not work. Javascript event on that button is not added. Not sure if there is conflict or something else may be added for quick fix?

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter sakal037

    (@sakal037)

    We changed the line
    jQuery(‘.woof_reset_search_form’).life(‘click’, function () {
    to
    jQuery(‘body’).on(‘click’, ‘.woof_reset_search_form’, function () {
    which resolve the issue in front.js

    Hello

    You need just update plugin to latest version.

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

The topic ‘Reset Button Not Work’ is closed to new replies.