Event Widget Showing Start Time After Pro Calendar Upgrade

Home Forums Calendar Products Events Calendar PRO Event Widget Showing Start Time After Pro Calendar Upgrade

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #46426
    likemindsdesigns
    Participant

    Hello,
    I created a custom template inside my theme/events folder to display the Upcoming Events sidebar widget WITHOUT start times. After I upgraded to Pro Calendar, this no longer works.

    I have screen images of this problem but I am not sure how to upload.

    #46427
    likemindsdesigns
    Participant

    This is my custom code in the custom template file “events-list-load-widget-display.php”

    ‘<li >
    <a href="ID); ?>”>
    ID, false, ‘D’).’., ‘;
    echo tribe_get_start_date($post->ID, false, ‘F’).’ ‘;
    echo tribe_get_start_date($post->ID, false, ‘j’).’, ‘;
    echo tribe_get_start_date($post->ID, false, ‘Y’);

    /*if( tribe_is_multiday( $post->ID ) || !$event->AllDay ) {
    echo ‘ – ‘. tribe_get_end_date($post->ID);
    }

    if( $event->AllDay ) {
    echo ‘ (‘.__(‘All Day’,’tribe-events-calendar’).’)‘;
    }*/
    ?>

    post_title; ?>

    #46456
    likemindsdesigns
    Participant

    ** SOLVED **

    I had to put my custom template code into another file after the Pro Upgrade. In the pro plugin files, find the template titled “events-advanced-list-load-widget-display.php”. Then make a copy to your theme/events folder, and make your custom code changes there.

    #46765
    Barry
    Member

    Great 😀

    #978987
    Support Droid
    Keymaster

    This topic has not been active for quite some time and will now be closed.

    If you still need assistance please simply open a new topic (linking to this one if necessary)
    and one of the team will be only too happy to help.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Event Widget Showing Start Time After Pro Calendar Upgrade’ is closed to new replies.