Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Support tristan083

    (@tristan083)

    Hi @mosteckejezero ,

    Thank you for reaching out, and I’m sorry to learn of the difficulties.

    The following knowledgebase article may interest you: Subscribing to and Exporting Events | Removing the subscribe and export links.

    Thread Starter mosteckejezero

    (@mosteckejezero)

    Hi Tristan,
    Thank you very much! There are the following possibilities in the “subscribe to calendar”:
    Kalendá? Google
    iCalendar
    Outlook 365
    Outlook Live
    Export .ics file
    Export Outlook .ics file

    I found snippets to remove Google Calendar, iCalendar, .ics file in the article. Should I insert those 3 snippets in Appearance → Customize → Additional CSS?

    Thank you,

    S

    Plugin Support Erica

    (@eeide)

    Hi @mosteckejezero,

    You’ll insert those three snippets into your theme/child theme’s functions.php file. Alternatively, you can use a plugin like Code Snippets.

    Let us know how it goes!

    Thank you,
    Erica

    Thread Starter mosteckejezero

    (@mosteckejezero)

    Hi Erica,

    I have found snippets to remove 3 calendar types, still, there are 6 calendar types in the “subscribe to calendar”. Please, mys you help me to remove the whole option / button “subscribe to calendar”?
    https://mosteckejezero.com/kalendar-akci/

    • I′m not sure where to find “theme/child theme’s functions.php file” and where exactly to insert the snippets…

    Thank you for your understanding!

    Silvia

    Hello Silvia,

    Thanks for your reply.

    To remove the subscribe to calendar button, use this CSS:

    .tribe-common-c-btn-border .tribe-events-c-subscribe-dropdown__button {

    display: none;

    }

    Here are the steps:

    1. Install & activate the plugin: Code Snippets
    2. From the lefthand menu, select “Add New” from under the snippets option.
    3. Add a new code snippet. Copy and paste the code (make sure not to copy over the <?php tag twice!)
    4. Click “Save Changes and Activate”

    I hope that helps. Please let me know if you need anything else.

    Thread Starter mosteckejezero

    (@mosteckejezero)

    Hi Frank, Thank you very much. Please, what do you mean by “(make sure not to copy over the?<?php?tag twice!)”? There is no <?php in the code you sent me. Rather ask twice than to make a mistake ?? Thank you for your understanding ??

    Hello @mosteckejezero

    The reason is that when using Code Snippets, there’s a default opened PHP tag https://share.getcloudapp.com/DOuPNEWk. So it’d be best to avoid it – https://share.getcloudapp.com/8Lu6QNd6.

    However, you can either use CSS or the code snippet to hide the calendar button. Whichever works best for you.

    I hope that clarifies things.

    Plugin Support Darian

    (@d0153)

    Hi @mosteckejezero

    I hope you’re doing well. I just wanted to touch base and check in with you. It’s been a little while since we’ve heard from you. I was just curious if you had the chance to try out the recommendation provided above.

    Let me know if there’s anything I can assist you with.

    Plugin Support Darian

    (@d0153)

    Hi @mosteckejezero

    It seems like it has been some time since we received a response from you, therefore, I will consider this matter as resolved. If you require any further assistance, please do not hesitate to start a new thread.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Remove “subscribe to calendar” dropdown from the main calendar page’ is closed to new replies.