Load Next and Previous Months Not Working – Spinning Wheel

Home Forums Calendar Products Events Calendar PRO Load Next and Previous Months Not Working – Spinning Wheel

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1054606
    Dylan Delaney
    Participant

    I am having an issue when in month view, changing from current month to next or previous does not load – just see a spinning wheel. I have deactivated and reactivated each plugin on the site one by one and found that the issue is related to the plugin: “Sermon Manager for WordPress” version 1.9.5 by Jack Lamb

    Please help

    #1054837
    Geoff
    Member

    Hi Dylan and welcome to the forums!

    First off, nice work finding the conflicting plugin. That’s seriously awesome detective work and I appreciate you doing that in advance.

    It’s possible that the other plugin is firing javascript that is interfering with The Event Calendar’s code.

    Your best bet is to reach out to the Sermon Manager plugin author and ask for a method to remove that plugin’s scripts from loading on calendar pages. Definitely not trying to bounce you off to someone else, but that other plugin author knows that plugin’s much better than we do and would be able to provide a better solution.

    And, of course, I’ll leave this thread open if any questions pop up that we can help answer while this is being looked at.

    Thanks!
    Geoff

    #1056655
    Dylan Delaney
    Participant

    This reply is private.

    #1056921
    Francisco
    Participant

    Hi,Dylan

    I have the same problem with the pro events calendar,after reading your post and after reading your post and the post of Geoff, I reviewed my plugins.I have installed a few plugins, plugins have been deactivating until you’ve found the failed.to my surprise this plugin worked well, I did not give me problems with the events calendar.But the best surprise is that after I returned to activate the plugin and now goes well, that is, when I give the link, to pass the following month, now if you load the month, not the spinning wheel is spinning.

    The plugin that was in conflict is “WP-Spamshield” but as I say, I have off, I changed this month, and I have been reactivated, and now I work links to go to next month.

    I hope you will be helpful,and I apologize for my English is not very good because I’m not used to it. and I’m throwing a little translator

    Greetings

    #1058690
    Geoff
    Member

    Thanks for the feedback and extra info, Francisco! That is indeed helpful and hopefully gives Dylan something to work with as well.

    Dylan, I’m afraid it’s tough for us to correct an issue that is coming from the codebase of another plugin. Is there perhaps another sermon management solution that might be able to replace the one currently being used?

    If you are able to dig into the conflict a little deeper and see which javascript file(s) are causing the conflicts, then you could use the wp_dequeue_script() WordPress function to remove them from calendar pages. That might look something like:

    function dequeue_sermon_scripts() {
    if (class_exists('Tribe__Events')) {
    wp_dequeue_script( 'ADD SCRIPT HANDLES' );
    }
    add_action( 'wp_print_scripts', 'dequeue_sermon_scripts', 100 );

    Cheers,
    Geoff

    #1076917
    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 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Load Next and Previous Months Not Working – Spinning Wheel’ is closed to new replies.