Hello,
I’m sure this has been answered before, but I can’t seem to find the relevant thread in the forums. In month view, the full title of events are shown. But in week view, the title lengths are truncated. I don’t want the title lengths to be truncated in week view, I’d like to see the whole thing.
I’ve tried editing wp-content/plugins/events-calendar-pro/src/views/pro/week/single-event.php, but I don’t see anything in the code that controls title length:
<h3 class="entry-title summary">
<a href="<?php echo esc_url ( tribe_get_event_link( $event ) ); ?>" class="url" rel="bookmark"><?php echo get_the_title( $event->ID ); ?></a>
</h3>
How can I make this change? Thanks.