Please don’t forget to take a backup of the file prior to any change.
Follow the instructions below:
1) Open wp-content -> themes -> Tyler -> event-framework -> components -> widgets -> widget-schedule.php via the FTP or Cpanel.
2) Search for the following line: (apx line no: 89)
<a href=”<?php echo get_permalink($full_schedule_page[0]->ID);?>” class=”btn btn-primary btn-header pull-right hidden-xs”>
3) Replace <?php echo get_permalink($full_schedule_page[0]->ID);?> with your page link.
e.g:
<a href=”http://www.yourpagelink.com/event”class=”btn btn-primary btn-header pull-right hidden-xs”>
4) Update the file to the server.