Find events button not working since upgrade

Home Forums Calendar Products Events Calendar PRO Find events button not working since upgrade

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #126860
    benjamin1986
    Participant

    Hi,
    I recently upgraded my events plugins to the very latest version. Since then, the ‘find events’ button doesn’t seem to be working, its not submitting the data entered?

    My default is list view, and I would expect to be able to search the list right away, but only seems to work when browsing to another view type?

    Nothing else has change on the site since the update.

    #126921
    Barry
    Member

    Hi – I’m sorry you are experiencing difficulties.

    WordPress and indeed our plugin both use a library called jQuery. It’s important that jQuery is added only once and is a currently supported version (ie, it is the same version that ships with a supported WordPress release).

    On your site that library is present, but jQuery has been added a second time by your theme:

    themes/scn03/jquery.js

    This is creating a conflict as we have two different copies of jQuery present (and they are two different versions). Can you look into resolving this in the first instance, perhaps by talking to the theme author?

    #127396
    benjamin1986
    Participant

    Thanks,

    I’ll look into this now, as i created the them with a visual editor.

    I can see in the Dev tools console the following “event.returnValue is deprecated. Please use the standard event.preventDefault() instead”, refering to jquery, if i change this to latest version, hopefully will fix the problem?

    Thanks,
    Ben

    #127512
    Barry
    Member

    It might – or it might not, I can’t really answer that one off the top of my head, but certainly resolving the dual-jQuery issue is going to be a step in the right direction here 🙂

    #127514
    benjamin1986
    Participant

    Hi,

    Thanks for your help.

    It was, as described a jquery issue, loading twice.
    It took me a while to adjust the code in the functions.php file (lots of googling how to register / unregister jquery!) as i’m not familiar with php, but I learnt something new!

    Yet to test on all browsers, but I think this is sorted now 🙂

    Best regards,
    Ben

    #135015
    Barry
    Member

    Awesome, glad we got to the bottom of it 🙂

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Find events button not working since upgrade’ is closed to new replies.