Remove "+Export Events" button

Home Forums Calendar Products Events Calendar PRO Remove "+Export Events" button

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1327082
    Anna Young
    Participant

    Hello I am trying to remove “+export events” button.

    I tried to use the following code:

    .events-archive #tribe-events .tribe-events-button, .tribe-events-button {
    display: none;
    }

    But it doesn’t seem to work.

    I know that you’ve created a plugin to remove that, but I prefer not to use it.

    Is there any other custom code I could use to remove that from this page?

    Home

    Thank you,
    Anna

    #1327134
    Patricia
    Member

    Hey Anna,

    Thank you for reaching out to us!

    Actually, our knowledgebase is outdated and that plugin doesn’t work anymore: we are planning to update it soon πŸ™‚

    To remove the β€œExport” Links from Event Views, you can add the following snippet to your theme’s functions.php file:

    https://gist.github.com/nefeline/313d861e13eea64079b1e8aea203e051

    I hope this helps! Let me know if you need anything else and I’ll be happy to assist! πŸ™‚

    Regards,

    Patricia

    #1327155
    Patricia
    Member

    Hi Anna,

    One more note about this, to remove the export button from this specific page you mentioned, you can add the following code to your theme’s style.css file:

    .tribe-events-cal-links {
        display: none !important;
    }
    
    .tribe-events-ical {
        display: none !important;
    }

    Let me know if you need anything else and I’ll be happy to assist! πŸ™‚

    Regards,

    Patricia

    #1327171
    Anna Young
    Participant

    This worked! Thank you very much!

    #1327345
    Patricia
    Member

    Hi Anna,

    You are very welcome!

    Let us know if you need anything else and have a great day πŸ™‚

    Regards,

    Patricia

    #1337724
    Support Droid
    Keymaster

    Hey there! This thread has been pretty quiet for the last three weeks, so we’re going to go ahead and close it to avoid confusion with other topics. If you’re still looking for help with this, please do open a new thread, reference this one and we’d be more than happy to continue the conversation over there.

    Thanks so much!
    The Events Calendar Support Team

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Remove "+Export Events" button’ is closed to new replies.