Forum Replies Created
-
AuthorPosts
-
sloclassical
ParticipantThis 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;
}sloclassical
ParticipantI 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 ‘;’sloclassical
ParticipantHi 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?
sloclassical
ParticipantHi Jennifer,
Checking back in, were you able to find our application?
sloclassical
ParticipantI 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?
sloclassical
ParticipantHi 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!
-
AuthorPosts
