darylmediadesign
Forum Replies Created
-
Forum: Plugins
In reply to: [The Events Calendar] Missing Single Event Page Subscribe/Export links@igscb I ran into a similar issue and found a fix, please see this thread – https://ww.wp.xz.cn/support/topic/export-single-event-as-ics/
Forum: Plugins
In reply to: [The Events Calendar] Missing Single Event Page Subscribe/Export linksI am also facing a similar issue. I have added the ics file export button back onto the page using this code:
add_filter( 'tec_views_v2_subscribe_link_ics_visibility', '__return_true', 12 );This appear find on the single event page, however there is no link behind the button, i.e no file is downloaded and it just redirects back to the same event page, see output below:
<a class="tribe-events-button tribe-events-ics" href="" title="Export .ics file">+ Export .ics file</a>Forum: Plugins
In reply to: [The Events Calendar] Export Single Event as .ics@sezgee I also tried this, but after further reading I realised I missed a setting on the guide:
“Note: The following snippets only work with the Classic Editor.
(Event → Settings → General tab → Activate Block Editor for Events is NOT checked.)”Forum: Plugins
In reply to: [The Events Calendar] Export Single Event as .icsHi @aguseo
I tried to add this code to my functions.php but this doesnt appear to work, have also tried to activate another theme and add to that function.php file, but no ics file export link appear, also looked on this guide – https://theeventscalendar.com/knowledgebase/k/remove-ical-and-google-calendar-links-from-single-event-views/
What would you suggest next?
Daryl