Home › Forums › Calendar Products › Events Calendar PRO › Some events not showing on calendar grid – cutting off later events
- This topic has 5 replies, 2 voices, and was last updated 11 years, 6 months ago by
Brian.
-
AuthorPosts
-
October 14, 2014 at 2:42 pm #811041
coldtowne
Participanthttp://www.coldtownetheater.com/comedy-shows/month
Oct. 18th – The only way I was able to show all the events on this day was to make the later events sticky. I saw an option on how many events can happen on one day and I raised it but it’s still happening. is there a way I can do this without making all the post sticky?
October 15, 2014 at 11:36 am #812656Brian
MemberI can try to help you out with this.
You are trying to get all 5 events to display correct?
I looked at the coding and found this css hiding Events:
div.tribe-events-category-classes {
display: none !important;
}I think you are doing that to not overload the Month with Recurring Events.
When I remove it, it still does not show this Event, Play by Play (Improv)
Is your limit set to 15 per day? That is how many I count on the 18th and could be causing the issue.
Let me know what that limit is and if increasing it more fixes the issue.
Thanks
October 15, 2014 at 1:20 pm #812880coldtowne
ParticipantHi Brian,
I certainly appreciate your support. Unfortunately, that’s still no the issue. Although, that explains why the calendar is so slow. Is there a way to filter certain events off of the grid calendar?
The events are not actually even showing in the DOM/HTML. Meaning, they aren’t loading from the database. For example, on the 25th, there are two events that happen after the 8pm show that just aren’t showing up at all in the HTML. Any other ideas? Thanks for your time.
October 15, 2014 at 5:08 pm #813177Brian
MemberOn this page:
Events->Setttings->Display
What is this setting set to:
Month view events per day
Is there a way to filter certain events off of the grid calendar?
Unfortunately, There is no feature to do that from the admin.
Let me know and we can go from there.
Thanks
October 15, 2014 at 10:14 pm #813545coldtowne
ParticipantGreat, I finally have gotten it to work! The problem was the number of events per month. I didn’t catch that option until later.
I have full access to the php/html. Is there a way to alter the template to only load events from a certain category? Or rather exclude events from a certain category? Thank!
October 16, 2014 at 7:41 am #814281Brian
MemberGreat glad that is working.
I do have some coding you can use in your theme’s function.php that can exclude categories. You can find it here:
https://gist.github.com/jesseeproductions/4b215d2b854a6f6cb649
That is set to exclude two categories (‘Concert’,’Convention’), but you can do one or more, just separate them by commas.
That is set to target just the month view and not the category month views.
That should get you started I am going to close this ticket as the original issue is resolved, but if you run into issues or need some more help with anything else, please just create a new ticket.
Thanks
-
AuthorPosts
- The topic ‘Some events not showing on calendar grid – cutting off later events’ is closed to new replies.
