Home › Forums › Calendar Products › Events Calendar PRO › Export calendar button missing
- This topic has 14 replies, 7 voices, and was last updated 7 years, 10 months ago by
Victor.
-
AuthorPosts
-
March 23, 2018 at 6:57 am #1486890
Steven
ParticipantThe export calendar button is only displaying in the current month view. When viewing the next mont (with events on the calendar) the export button is missing. I checked for plugin and/or them conflicts and did not resolve the issue
March 23, 2018 at 6:57 am #1486891Steven
ParticipantLinke to Calendar https://nevadace.com/events/
March 24, 2018 at 11:25 am #1487854Courtney
MemberHi Steven
Can you test by removing the After HTML content at
Events » Settings » Display » Add HTML after event content?
I am wondering if this may be formatted improperly and conflicting with your calendar export functionality.
Thanks
Courtney 🙂March 25, 2018 at 2:15 pm #1488145cmerrick
ParticipantI am having this exact same issue. It started when I updated the plugin on 2/23. I don’t have anything in the Add HTML After field.
Thanks,
CarinaMarch 26, 2018 at 3:08 am #1488355Courtney
MemberSo sorry about that @cmerrick. Can you open up a new thread with your System Info https://theeventscalendar.com/knowledgebase/sharing-sys-info/ attached for us to better diagnose what is happening?
Please also confirm on that new threat that you’ve tested with all other plugins deactivated and using a default theme, such as Twenty Seventeen https://wordpress.org/themes/twentyseventeen/.
Thanks
Courtney 🙂April 17, 2018 at 6:08 am #1509050Will
ParticipantI was having the same issue after recent updates. I have no idea what’s causing it but it was still replicating on 4/17/2018. I have two websites with entirely separate themes and both are replicating exactly as OP described, the “Export Events” button shows on the current month, but no other months.
I fixed it with the following workaround that I slightly modified from an old Tribe Post with a similar issue:
1) Add this code to your theme’s functions.php:
/* * The Events Calendar - Add iCal Link Below Month View */ function tribe_add_month_ical() { if ( tribe_is_month() ) { echo '<div class="tribe-events-cal-links">'; echo '<a class="tribe-events-ical manual tribe-events-button" title="Use this to share calendar data with Google Calendar, Apple iCal and other compatible apps" href="' . esc_url( tribe_get_ical_link() ) . '">+ Export Month\'s Events</a>'; echo '</div>'; } } add_action('tribe_events_after_footer', 'tribe_add_month_ical');2) Add the following styles to your CSS:
.tribe-events-ical { display: none!important; } .tribe-events-ical.manual { display: inherit!important; display: initial!important; }April 17, 2018 at 8:52 am #1509273Courtney
MemberThanks @wyates
What theme are you using? Does this happen with the default themes?
Thanks
Courtney 🙂April 17, 2018 at 11:28 am #1509556Will
ParticipantApril 23, 2018 at 11:07 am #1513949Courtney
MemberThanks @wyates, can you open a new thread to report the issue. Your findings may be different than the original poster.
Thanks
Courtney 🙂April 24, 2018 at 2:50 pm #1515343April 25, 2018 at 11:06 am #1516109April 26, 2018 at 12:38 pm #1517235Courtney
MemberHey all – I’ve got an update.
Unfortunately, this is related to a known bug that we are currently working on.
We apologize for the inconvenience caused by this glitch and we are actively working on a solution for this. I cannot guarantee when it will be fixed, as it’s in the development team’s hands now. They need to assign it, code it, test it, and schedule it for release. The good news is that you will be contacted as soon as a fix is available.
Thank you for your patience as we see this through. Please let me know if you have any other questions in the meantime!
Thanks
CourtneyMay 18, 2018 at 9:35 am #1533934Support Droid
KeymasterHey there! This thread has been pretty quiet for the last three weeks, so we’re going to go ahead and close it to avoid confusion with other topics. If you’re still looking for help with this, please do open a new thread, reference this one and we’d be more than happy to continue the conversation over there.
Thanks so much!
The Events Calendar Support TeamJune 21, 2018 at 6:40 am #1558195Victor
MemberHi There!
Just wanted to share with you that a new release of our plugins is out, including a fix for this issue 🙂
Find out more about this release → https://theeventscalendar.com/maintenance-release-week-17-june-2018/
We apologize for the delay and appreciate your patience while we worked on this.
Please update the plugins and see if the fix works for your site. Don’t hesitate to open a new topic if anything comes up.
Best,
Victor -
AuthorPosts
- The topic ‘Export calendar button missing’ is closed to new replies.
