Event preview not clickable

Home Forums Calendar Products Events Calendar PRO Event preview not clickable

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1522575
    Sarah
    Participant

    In calendar view on iPad it is confusing to users when they click on an event. People are then trying to click on that preview to go through to the event. Is there a way to make the pop up clickable? Have a button ‘see more’ etc?

    If this is not possible, could we disable the pop-up and have the link just take them straight through to the event instead of showing the pop up?

    #1522945
    Jeremy
    Keymaster

    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):

    1. Copy the file located at /wp-content/plugins/the-events-calendar/src/views/month/tooltip.php (that is the template we want to override)
    2. Create a folder in your custom theme or child theme called tribe-events. And inside of it, create a month folder.
    3. paste the tooltip.php in that newly created folder (so it will be under wp-content/themes/your-theme/tribe-events/month).
    4. 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

    #1525856
    Sarah
    Participant

    Fabulous, thanks. I ended up putting the </a> tag after the whole text so the whole thing is clickable. But this was perfect.

    • This reply was modified 7 years, 11 months ago by Sarah.
    #1525931
    Jeremy
    Keymaster

    Hi Sarah,

    I’m glad you managed to solve your issue!

    I’m closing this thread then, but feel free to start a new one if you have any more questions or concerns.

    Cheers,
    Jeremy

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Event preview not clickable’ is closed to new replies.