Forum Replies Created

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

You must be logged in to create new topic or reply to the topic.

  • Author
    Posts
  • in reply to: Search with only 2 letters + using ‘Enter’ #16107
    Peter
    Participant
    • Topics: 1
    • Replies: 2

    Good news, finally I found what caused the search icon and the ‘Enter’ key not working! And it’s not connected to your plugin at all.
    The programmer guy who started the construction of the site put a javascript file in the child theme with a tiny function disabling the search button:

    ` $(‘button.is-search-submit’).on(‘click’,function(e){
    e.preventDefault();
    }); `

    I have no idea why he did it… I commented out the script and since then everything is working fine.
    This is what happens if somebody starts something and somebody else need to finish. It took a lot of time to find this hidden little script grrrr…

    So the plugin is working great, it was not your fault!
    Sorry that I bothered you with this issue, and big thanks for your time spent with trying to help me.

    Thank you!
    A happy customer 🙂

    in reply to: Search with only 2 letters + using ‘Enter’ #15960
    Peter
    Participant
    • Topics: 1
    • Replies: 2

    Thank you for the quick reply! The 2 letter search is working now perfectly.

    However the ‘Enter’ key and clicking the search icon still doesn’t work.
    Is it maybe something connected with the WP theme we use?

    The site link is here (still in development)

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

You must be logged in to create new topic or reply to the topic.