Upcoming Events Widget not working

Home Forums Calendar Products Events Calendar PRO Upcoming Events Widget not working

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #976132
    Daniella
    Participant

    After the update, the Events List widget is displaying that there are no upcoming events when there are.
    Thanks.

    #976157
    Brian
    Member

    Hi,

    Sorry for the issues you are having.

    I can help out.

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

    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

    #976164
    Daniella
    Participant

    I added it right before

    if ( ! defined( 'ABSPATH' ) ) {
    	die( '-1' );
    }

    It seems to have worked.

    #976218
    Brian
    Member

    Great glad it is working. You could have added it right after that coding as well.

    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 ‘Upcoming Events Widget not working’ is closed to new replies.