remove ical export

Home Forums Calendar Products Events Calendar PRO remove ical export

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1102227
    hdraye
    Participant

    Hi
    I want to remove the ICal export link (only keep it on on single events so they can be added)
    I dont want others to export the whole calendar

    How can I do that please?

    #1102443
    Cliff
    Member

    Hi Hani.

    Here’s some custom CSS to simply hide the button to avoid users clicking it:

    body.post-type-archive-tribe_events .tribe-events-ical {
    display: none;
    }

    There are more thorough solutions available via PHP, but you can easily add custom CSS code via your child theme’s style.css file or via a plugin like Simple Custom CSS or, my favorite, Jetpack. Jetpack supports regular CSS and the LESS and Sass pre-processors.

    If you’re not a CSS expert, Jetpack’s Custom Design reference may prove helpful.

    Please let me know how it goes for you.

    #1108832
    Support Droid
    Keymaster

    This topic has not been active for quite some time and will now be closed.

    If you still need assistance please simply open a new topic (linking to this one if necessary)
    and one of the team will be only too happy to help.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘remove ical export’ is closed to new replies.