Some events not showing on calendar grid – cutting off later events

Home Forums Calendar Products Events Calendar PRO Some events not showing on calendar grid – cutting off later events

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #811041
    coldtowne
    Participant

    http://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?

    #812656
    Brian
    Member

    I 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

    #812880
    coldtowne
    Participant

    Hi 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.

    #813177
    Brian
    Member

    On 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

    #813545
    coldtowne
    Participant

    Great, 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!

    #814281
    Brian
    Member

    Great 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

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Some events not showing on calendar grid – cutting off later events’ is closed to new replies.