Remove iCal and Google Calendar links from venue view

Home Forums Calendar Products Events Calendar PRO Remove iCal and Google Calendar links from venue view

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1030509
    Tony Bell
    Participant

    Hi there,

    I have successfully remove dthe iCal & Googlr Calendar links from my events by adding the code to my functions.php file as documented under “Remove iCal and Google Calendar links from single event view”.

    However I have just noticed that the option to export events appears at the bottom when you select a venue, is it possible to remove this also? Example from our site: http://www.grapevinelive.co.uk/venue/theatre-royal-bury-st-edmunds/

    #1030510
    Tony Bell
    Participant

    …and it also appears if you search for an event name of which there are multiple instances. To be clear I would like to remove any option that allows events to be exported.

    #1030807
    Brian
    Member

    Hi,

    Thanks for using our plugins. I can help out here.

    What about using css this like to hide it:

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

    I looked at the coding as was not sure if we have a hook to get it from there otherwise.

    Let me know if that works.

    Thanks

    #1030874
    Tony Bell
    Participant

    Thank you Brian,

    Once I put the letters together in the right order (doh!) it worked fine! Yeah, I should have cut’n’paste, I know…
    Thanks for your prompt response.

    Tony

    #1030902
    Brian
    Member

    Great, glad it helps, I am going to go ahead and close this ticket, but if you need help on this or something else please post a new ticket.

    Thanks!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Remove iCal and Google Calendar links from venue view’ is closed to new replies.