Viewing 9 replies - 1 through 9 (of 9 total)
  • Thread Starter benjackson

    (@benjackson)

    It’s something to do with my theme, it works in the default theme. Theme is DynamiX, a well respected theme. It had another conflict with the accordion tabs in that theme. Have no idea how to fix it tho.

    Did you try to ask some help to the theme developer? maybe it doesn’t load some of the JQuery functions.

    Thread Starter benjackson

    (@benjackson)

    Thanks mate – yeah I’ve posted on the theme dev’s forum. I’m just confused as to why it would STOP certain jquery things from loading, when event manager would load them.

    i normally can nut out things like this but i’m finding this hard because i can’t narrow it down. What files would I need to be checking? .js files?

    you can use Firefox error console or firebug to see which files are producing the problem.

    Thread Starter benjackson

    (@benjackson)

    brilliant idea

    This is the only error when i click the button:

    Error: EM is not defined
    Source File: http://www.alphashows.com.au/auditions/auditioncalendar/event/queensland-auditions
    Line: 750

    Thread Starter benjackson

    (@benjackson)

    it’s EM.ajaxurl

    have no idea how to define it tho

    Thread Starter benjackson

    (@benjackson)

    The dev of the theme helped me fix the problem. He had in his functions.php file a bunch of code that was de-registering scripts. Not sure what the purpose of that is. When he told me to take it all out, it magically worked again. These were the

    wp_deregister_script(‘jquery-ui-core’);
    wp_deregister_script(‘jquery-ui-tabs’);
    wp_deregister_script(‘jquery-ui-sortable’);
    wp_deregister_script(‘jquery-ui-draggable’);
    wp_deregister_script(‘jquery-ui-droppable’);
    wp_deregister_script(‘jquery-ui-selectable’);
    wp_deregister_script(‘jquery-ui-resizable’);
    wp_deregister_script(‘jquery-ui-dialog’);
    wp_deregister_script(‘jquery-ui’);
    wp_deregister_script(‘jquery-ui-core’);

    just thought i’d add in case it helps anyone

    thanks for sharing…

    yeah, not a good idea to deregister those blindly, am sure it’d mess up other plugins too 🙂

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘[Plugin: Events Manager] Send booking button & maps not working’ is closed to new replies.