Home › Forums › Calendar Products › Events Calendar PRO › Events not showing on Calendar + more
- This topic has 6 replies, 2 voices, and was last updated 11 years, 4 months ago by
Geoff.
-
AuthorPosts
-
December 23, 2014 at 8:37 am #924254
Earthtribe
ParticipantGreetings 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!
DanDecember 23, 2014 at 9:13 am #924279Geoff
MemberHi 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!
GeoffDecember 23, 2014 at 9:47 am #924295Earthtribe
ParticipantMany 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,
DanDecember 23, 2014 at 10:02 am #924301Earthtribe
ParticipantGeoff,
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’);?>
December 23, 2014 at 10:09 am #924306Geoff
MemberThanks 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
December 30, 2014 at 8:52 am #926794Geoff
MemberHi 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
January 5, 2015 at 10:08 am #928875Geoff
MemberHey 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 -
AuthorPosts
- The topic ‘Events not showing on Calendar + more’ is closed to new replies.
