Pro Events List widget only showing "No Upcoming Events" after 3.10 upgrade

Home Forums Calendar Products Events Calendar PRO Pro Events List widget only showing "No Upcoming Events" after 3.10 upgrade

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #973198
    Jeffrey
    Participant

    This feature was working, but is now failing after upgrading both Events Calendar and Events Calendar Pro plugins to v3.10.

    * I’m using the WordPress Sidebar feature on the Home Page of the site with the Events List widget in place.
    * Upcoming events is still showing “There are no upcoming events at this time.”
    * I’ve tried deactivating and re-activating both plugins.
    * If I deactivate the Pro plugin, the list appears but as the basic config. When activating the Pro plugin, the list then fails to appear.
    * I’ve tried removing the widget and re-inserting it.
    * No error messages appearing in the log.

    #973220
    Brian
    Member

    Hi,

    Sorry for the issues. I can help out.

    Do you have any custom templates for the widgets in your theme?

    If so they need to be updated to resolve this.

    You need to add to the list-widget.php template the following lines:

    $events_label_plural = tribe_get_event_label_plural();

    $posts = tribe_get_list_widget_events();

    Let me know if that works out for you.

    Thanks

    #973239
    Jeffrey
    Participant

    Yes, I have a custom template for the Event List widget and adding those 2 lines fixed it! Thanks so much for the help!!

    #973254
    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 ‘Pro Events List widget only showing "No Upcoming Events" after 3.10 upgrade’ is closed to new replies.