• Resolved christa13

    (@christa13)


    How can I add a unique link to each calendar event in my list view? I want to have a SignUpGenius link on the button. Right now it is in the event, but you have to click it and scroll down. I would like it to be really easy to find in the list view. Thanks!

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Guga Alves

    (@gugaalves)

    Hi there,

    You can use the Advanced Custom Fields plugin to add a link field on your events and use a template override to add their code on the plugin.

    You can read more about customizing template files at https://theeventscalendar.com/knowledgebase/k/customizing-template-files-2/

    About which file do you’ll need to copy to your theme, it’ll depend on which exact position do you want to add that link.

    For example, if you need to add that button right after the event description, you can use the following file:

    – plugins/the-events-calendar/src/views/v2/list/event/description.php

    Override this template by copying that file and paste it on your theme by creating a file at:

    – [your-theme]/tribe/events/v2/list/event/description.php

    Then, on that file on your theme you can add the custom link code as explained on ACF documentation.

    • This reply was modified 2 years, 7 months ago by Guga Alves.
    Plugin Support Abz

    (@abzlevelup)

    Hi @christa13,

    Since we haven’t heard from you in a while on this topic we will assume that the problem was fixed or is no longer applicable and with that I will mark this as resolved.

    If that is not the case, please let me know, and I will gladly remove the “Resolved” tag and try to help you further. Or you can create a new topic with the problem if you prefer.

    Best,
    Abz

    Thread Starter christa13

    (@christa13)

    I found a different work around. Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Add button to list view with free version’ is closed to new replies.