Good evening Patrick and welcome back!
Thank you for reaching out to us.
We are sorry to hear about the extension did not remove the export buttons from your site.
I would love to help you with this topic.
As a first troubleshooting step, could you please provide us with your complete system information in a private reply using the instructions found in the following link?
https://theeventscalendar.com/knowledgebase/sharing-sys-info/
You can always remove the link in one of 2 other ways:
- A template customization of the different views. You might want to read our Themer’s guide to get a sense of how that works.
- Using good old CSS to hide the buttons
Try adding the following CSS rule to your style.css file or in your Custom CSS metabox:
.tribe-events-ical, .tribe-events-gcal {display: none !important;}
Let me know if that helps.
Have a great day!
Geoff B.