No upcoming events

Home Forums Calendar Products Events Calendar PRO No upcoming events

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #994007
    Falco Kleinschmidt
    Participant

    PANIC: The widget “Event List” (Veranstaltungsliste) does not show upcoming events anymore. I am not sure if it fails after an (automatic) update. I downgraded to 3.11.1 to correspond the PRO plugin – without success.

    The only thing the widget shows is “There are no upcoming events at this time.”. That is also strange because it should show German text.

    I tried to use the shortcode [tribe_events_list limit=”10″] in the widget area (after adding add_filter(‘widget_text’, ‘do_shortcode’); in functions.php) with the same result “There are no upcoming events at this time.”.

    What could be the source of the problem?

    #994119
    Falco Kleinschmidt
    Participant

    I found a solution by removing a custom tribe-events-template in the wordpress-template.

    #994220
    Brian
    Member

    Hi,

    Glad you figured it out.

    With 3.10 we made some changes and the custom templates need to include this now:

    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();

    Since this is marked resolved 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 3 posts - 1 through 3 (of 3 total)
  • The topic ‘No upcoming events’ is closed to new replies.