sloclassical

Forum Replies Created

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • in reply to: Sync all calendar events with Google #1617765
    sloclassical
    Participant

    This is what is in my functions.php file (I don’t have GitHub):

    add_filter(‘tribe_get_ical_link’, ‘my_test_ical_link’);
    function my_test_ical_link($link) {
    return ‘https://support.google.com/calendar/answer/37100?co=GENIE.Platform%3DDesktop&hl=en’;
    }
    add_filter(‘tribe_events_force_filtered_ical_link’, ‘my_disable_js_ical_link’);
    function my_disable_js_ical_link() {
    return true;
    }

    in reply to: Sync all calendar events with Google #1617743
    sloclassical
    Participant

    I entered the code as you have it, and got the following error:
    Your PHP code changes were rolled back due to an error on line 325 of file wp-content/themes/astra-child/functions.php. Please fix and try saving again.
    syntax error, unexpected ‘tribe_events_force_filtered_ic’ (T_STRING), expecting ‘;’

    in reply to: Sync all calendar events with Google #1616421
    sloclassical
    Participant

    Hi Sky,

    I see what the ical url needs to be, thank you, and I’ve installed the extension. Now where do I put this url in WP in order to customize our Export Events button?

    in reply to: Non Profit Events Tickets #1615669
    sloclassical
    Participant

    Hi Jennifer,

    Checking back in, were you able to find our application?

    in reply to: Non Profit Events Tickets #1606543
    sloclassical
    Participant

    I also downloaded the free version of Events Tickets in the meantime, and cannot seem to locate where the RSVPs go once people have RSVP’d…can you help?

    in reply to: Non Profit Events Tickets #1606540
    sloclassical
    Participant

    Hi Jennifer,

    I was thinking about this, and it could be under the name Susan Theule instead of my name––does that possibly help locate our application?

    Thank you!

Viewing 6 posts - 1 through 6 (of 6 total)