Comment Rating Field Pro Incompatibility with The Events Calendar Pro

Home Forums Calendar Products Events Calendar PRO Comment Rating Field Pro Incompatibility with The Events Calendar Pro

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1092947
    Angela
    Participant

    There appears to be an issue between Comment Rating Field Pro and The Events Calendar Pro.

    This has happened with the last update.

    I have tried to downgrade the plugins which allows the Events Calendar Pro etc to function without error although the Date Picker at the backend does not work unless we upgrade your plugin to the latest version.

    We are a bit stuck.

    http://leedsdirectory.org/whats-on/
    This loads ok

    http://leedsdirectory.org/whats-on/list/
    This is not in any order

    http://leedsdirectory.org/whats-on/week/
    This does not load

    Thanks in advance

    #1093351
    Brian
    Member

    Hi,

    Thanks for using our plugin. I can try to help out here, but we are limited in supporting plugin compatibility issues.

    Can you please try using the Plugin Logic to disable other plugins on the event views and single templates:

    Plugin Logic

    And see if that helps the issue.

    Thanks

    #1093404
    Angela
    Participant

    Hi there Brian
    Thanks for your response.
    I totally appreciate the limitations when dealing with other plugins.
    With the plugin switched off I get the following

    TypeError: debug.time is not a function. (In ‘debug.time(“Tribe JS Init Timer”)’, ‘debug.time’ is undefined)
    (anonymous function)tribe-events.min.js:1:14280
    jjquery.min.js:1:26930
    fireWithjquery.min.js:1:27739
    readyjquery.min.js:1:29543
    Ijquery.min.js:1:29728

    The other plugins installed are the Toolset WP-Types Views Cred which I think may well be conflicting.

    I will contact them also and see if there is anything they can do as I cannot switch those off as they are an essential part of the site.

    Thanks

    #1093587
    Brian
    Member

    Hi,

    I see the error on all the views.

    I am not sure if I am reading it right, but it appears to be a lot of duplicate scripts loading in the source code so not sure if that is part of the problem.

    Not sure if this will work, but this might help by adding it to your theme’s functions.php:

    function jp_tribe_events_js_bug_workaround() { ?>
    <script>if ( ! debug.time ) { debug.time = function(){}; debug.time.info = function(){}; }</script>
    <?php
    }
    add_action( 'wp_head', 'jp_tribe_events_js_bug_workaround' );

    Have you tried clearing any caching you have too, sometimes on updates that can cause an issue.

    Thanks

    #1100107
    Support Droid
    Keymaster

    This topic has not been active for quite some time and will now be closed.

    If you still need assistance please simply open a new topic (linking to this one if necessary)
    and one of the team will be only too happy to help.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Comment Rating Field Pro Incompatibility with The Events Calendar Pro’ is closed to new replies.