Jquery conflict causing multiple issues(Next day btn doesn't work in this case.)

Home Forums Calendar Products Events Calendar PRO Jquery conflict causing multiple issues(Next day btn doesn't work in this case.)

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1005939
    Delbert
    Participant

    I have jquery 1.11.2 loaded for multiple reasons and need it to load. I have a sticky footer on every page that when clicked drops out of the frame and its live on the event pages too. Unfortunately, Ive noticed this has caused multiple small issues (and possibly a larger issue with an error i’m getting when trying to delete reoccurring events.). When I take jquery out, the problem goes away but breaks other things obviously. I could probably write some kind of conditional based on the body class or something to turn it off on those pages but do you have any advice for this kind of issue? Maybe there is some sort of easy solution staring me in the face but im too stressed out to notice it. Any help would be great. Thanks, guys. Love this plugin. This is the first time Ive ever ran into any issues using it.

    #1006172
    Brian
    Member

    Hi,

    Sorry for the issues you are having. I can help out.

    I took a look at your site and see what you mean.

    The issue is not the version number of jQuery, but the the difference in what WordPress ships.

    WordPress’s jQuery runs in compatiblity mode by default so you have to use jQuery instead of $ in your scripts.

    So you can either change your scripts to use jQuery instead of $ or wrap them in this coding:

    (function($) {

    // $ Works! You can test it with next line if you like

    })( jQuery );

    Let me know if you have any follow up questions.

    Thanks

    #1007523
    Delbert
    Participant

    This fixed a lot of issues I was having. Im totally overwhelmed with work and this was a stupid problem to bother you with lol. I totally should have seen that. Thanks a lot. I appreciate it.

    #1007621
    Brian
    Member

    Great glad it helps. No worries about bringing it up!

    I am going to close this ticket, but if you need anything else related to this topic or another please post a new topic on the forum and we can help you out.

    Thanks

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Jquery conflict causing multiple issues(Next day btn doesn't work in this case.)’ is closed to new replies.