Events Calendar Customizing Widgets
-
I’m trying to do something simple and customize the message that says:
There are no upcoming events at this time.I’ve followed the theming guides and customization guides but I’m wondering if they are out of date? To check this, I’ve tried editing the plugin directly.
I can see that this message is found at
/plugins/the-events-calendar/src/views/widgets/list-widget.phpHowever, if I directly edit this line:
<p><?php printf( esc_html__( 'There are no upcoming-- %s at this time.', 'the-events-calendar' ), $events_label_plural_lowercase ); ?></p>I do not see any changes. I’ve tried clearing the cache, and multiple browsers. I’ve checked the server version really is different and more.
Am I not in the right place? Surly this is something others are trying to customize right?
Thanks for your help.
The topic ‘Events Calendar Customizing Widgets’ is closed to new replies.