• Resolved JosC

    (@josc)


    [Events Calendar 6.0.10 php 8.0.21 WordPress 6.1.1]

    We are running EC in list mode.

    A. @ https://zeeuwsverlies.nl/agenda/
    At the bottom right of the output, there is a great button (translated in ‘ABONNEER OP KALENDER’) that provides downloading several agenda formats to be downloaded.

    B. @ https://zeeuwsverlies.nl/bijeenkomst/kloetinge-mantelzorgcafe-4/
    If I open from this list a calendar item, there is also a button (translated in ‘TOEVOEGEN AAN KALENDER’ at the bottom left, but with only one option for Google Calendar.

    Can you tell us how we can replace the button from B with the one from A or how we can add the same choices of A into B?

    Thanks for your support and keep up the good work,
    Jos

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

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

    (@d0153)

    Hi @josc

    Thanks for reaching out. Let me help you with this one.

    To add the missing options from A to B, you may try adding the following snippet code:

    add_filter( 'tec_views_v2_subscribe_link_ics_visibility', '__return_true', 20 );
    add_filter( 'tec_views_v2_subscribe_link_outlook-ics_visibility', '__return_true', 20 );

    If you’re not familiar with coding, you can use the Code Snippets plugin, which removes the need to add custom snippets to your theme’s functions.php file.

    As always, please test the snippet code on a staging server before applying it on your live site.

    I hope that helps, and let me know if you have further concerns.

    Plugin Support Darian

    (@d0153)

    Hi @josc

    We haven’t heard from you in a while, so I’m going to mark this as resolved. Feel free to start a new thread if you have any more questions.

    Thread Starter JosC

    (@josc)

    Thanks for your suggestions. Got it working!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Calendar download’ is closed to new replies.