Events List widget stopped working after update

Home Forums Calendar Products Events Calendar PRO Events List widget stopped working after update

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1009036
    morrisarts
    Participant

    Hi. We have had TEC Pro installed for almost a year, with the Events List widget on our homepage. We just upgraded TEC and TEC Pro to the latest versions (TEC 3.12.2 and TEC Pro Version 3.12.1), and when we did the Events List widget stopped working, returning the message “There are no upcoming events at this time.”

    We’ve gone through all the usual suggestions (testing for conflicts) and found none. We did find two things:

    Any suggestions of what to check next? Thanks!

    #1009276
    Brian
    Member

    Hi,

    I can help out here.

    Do you have any custom templates in your theme for the widget in this directory?

    yourtheme/tribe-events/pro/widgets/list-widget.php

    With 3.10 we had to make some changes and if you do not update those custom templates the Events will not show.

    In the list-widget.php template you can add these to the top and that might fix the issue instead having to redo custom work:

    $events_label_plural = tribe_get_event_label_plural();

    $posts = tribe_get_list_widget_events();

    Let me know how that works out.

    Cheers

    #1009303
    morrisarts
    Participant

    Bingo. That did it. Thanks for the help!

    Dan

    #1009381
    Brian
    Member

    Great glad it helps.

    I am going to close this ticket, but if you need anything else related to this topic or another please post a new topic on the forum and we can help you out.

    Thanks

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Events List widget stopped working after update’ is closed to new replies.