Hi Sarah,
Thanks for reaching out to us! I would be happy to help you 🙂
In order to make the pop up clickable, here are a few steps to follow (you may want to read our Theme’s Guide before doing anything):
- Copy the file located at /wp-content/plugins/the-events-calendar/src/views/month/tooltip.php (that is the template we want to override)
- Create a folder in your custom theme or child theme called tribe-events. And inside of it, create a month folder.
- paste the tooltip.php in that newly created folder (so it will be under wp-content/themes/your-theme/tribe-events/month).
- Edit the file by addingÂ
<a href="[[=raw permalink]]">before your <h4>‘s (and </a> after your </h4>‘s).
I hope this helps,
Have a great weekend,
Jeremy