Events not showing on Calendar + more

Home Forums Calendar Products Events Calendar PRO Events not showing on Calendar + more

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #924254
    Earthtribe
    Participant

    Greetings Events Calendar Warriors,
    I am having several challenges–the most obvious being that I am unable to access previous or future calendar. For instance, when I click November (from the December Calendar) a spinning idle circle appears indefinitely. I was previously running the free version of Events Calendar and just yesterday upgraded to the Pro version.

    Another aspect that has never worked, and does not work now, is the heading for the current month-there is no heading above the calendar that labels the current month.

    Here is the link to my calendar: http://earthtribe.com/prayers/

    Many thanks!
    Dan

    #924279
    Geoff
    Member

    Hi there, Dan! thanks for getting in touch. I must admit, I like being called an Events Calendar Warrior, so thanks for that too. 🙂

    For the issue related to the spinning loader, are you running the same version of The Events Calendar and The Events Calendar PRO? The latest version is 3.9, so check that both are running that version. Running different versions can crop odd outcomes like this.

    I see what you for the page title. If the same solution for the first issue doesn’t also clear up this one, then will you please head over to Events > Settings > Display and check two things:

    • Events template: Try selecting the Default Events Template
    • Disable the Event Search Bar: Make sure this is deselected

    Then save your settings. Is there any difference?

    Also, have you made any other modifications to the calendar? For example, how did you get the title to be “Supportive Prayers”? The default page title for Month View is “Events for [Month Name] [Year].”

    Let’s start here and see where that gets us. 🙂

    Cheers!
    Geoff

    #924295
    Earthtribe
    Participant

    Many thanks, Geoff, for your quick and helpful response.

    Here are my actions and observations based on your guidance:

    • Checked versions and both Events Calendar and Events Calendar PRO were and are v3.9
    • Events template: was and is “Default Events Template”
    • Disable the Event Tool Bar: now deselected–previously selected. Deselecting this option did not make the current month header appear and it introduced a search bar at the top of the calendar that I don’t want (the search bar displaying is a low-priority issue that we can address later)
    • Other modifications: I did not intentionally make any modifications other than changing the default page title to “Supportive prayers.” And, I don’t remember how I made that modification. Now that you ask, it seems possible that when I changed the default page title, I also removed the current month title–just say’n.

    I will continue to research what I did to change the default page title and get back to you. In the meantime, I still not able to access previous month calendars–spinning idle circle, and the current month title is still missing.

    Cheers,
    Dan

    #924301
    Earthtribe
    Participant

    Geoff,

    Here is the function I modified to change the calendar title:

    <?php

    /**
    * Change the title of Events Calendar
    */
    function change_upcoming_events_title($title) {
    //We’ll change the title on upcoming and map views
    if (tribe_is_month()) return ‘Supportive Prayers’;
    //In all other circumstances, leave the original title in place
    return $title;
    }
    add_filter(‘tribe_get_events_title’, ‘change_upcoming_events_title’);

    ?>

    #924306
    Geoff
    Member

    Thanks for the update–this is super helpful!

    Good call on the page title. It seems as though there was a custom modification, so finding that and rolling it back is likely the best place to start there.

    For the page not loading, will you please try the steps outlined in our testing for conflicts guide? I see you’re already using a stock WordPress theme (Twenty Twelve), but if you could try a different one (like Twenty Thirteen) for that step, that would be great and hopefully help shed some light on this.

    Give those steps a shot and let me know what you find. 🙂

    Geoff

    #926794
    Geoff
    Member

    Hi there, Dan! Just checking in to see if there’s been any update or if you still need assistance on this one–please let me know. 🙂

    Geoff

    #928875
    Geoff
    Member

    Hey there, Dan! This thread’s been quiet for a couple of weeks, so I’m going to go ahead and close it. Feel free to open a new thread if any other questions pop up–we’d be happy to help. 🙂

    Cheers!
    Geoff

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Events not showing on Calendar + more’ is closed to new replies.