Export calendar button missing

Home Forums Calendar Products Events Calendar PRO Export calendar button missing

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #1486890
    Steven
    Participant

    The 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

    #1486891
    Steven
    Participant

    Linke to Calendar https://nevadace.com/events/

    #1487854
    Courtney
    Member

    Hi 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 🙂

    #1488145
    cmerrick
    Participant

    I 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,
    Carina

    #1488355
    Courtney
    Member

    So 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 🙂

    #1509050
    Will
    Participant

    I 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;
    }
    #1509273
    Courtney
    Member

    Thanks @wyates

    What theme are you using? Does this happen with the default themes?

    Thanks
    Courtney 🙂

    #1509556
    Will
    Participant

    @courtney both sites’ themes are custom, but the issue replicated on Twenty Seventeen as well

    • This reply was modified 8 years ago by Will.
    #1513949
    Courtney
    Member

    Thanks @wyates, can you open a new thread to report the issue. Your findings may be different than the original poster.

    Thanks
    Courtney 🙂

    #1515343
    Will
    Participant

    @courtney sure, I posted it to the Events Calendar PRO Help Desk

    #1516109
    Courtney
    Member

    Thanks @wyates

    #1517235
    Courtney
    Member

    Hey 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
    Courtney

    #1533934
    Support Droid
    Keymaster

    Hey 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 Team

    #1558195
    Victor
    Member

    Hi 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

Viewing 14 posts - 1 through 14 (of 14 total)
  • The topic ‘Export calendar button missing’ is closed to new replies.