Reposition Export Months Events button

Home Forums Calendar Products Events Calendar PRO Reposition Export Months Events button

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1133092
    Erin Muck
    Participant

    We’re wondering about moving the export button nearer the top and adding a description about what it does (ie, Do you want to save these listings to your computer or phone calendar? Click this button.) Is that possible?

    http://laclinicahealth.org/calendar/

    #1133244
    Hunter
    Moderator

    Hello again, Erin 🙂

    You could add this snippet to your theme’s functions.php file which relocates the export buttons above the list of events:

    add_action( 'tribe_events_after_header', 'tribe_change_ical_link_location' );
    function tribe_change_ical_link_location() {
    Tribe__Events__iCal::maybe_add_link();
    }

    To add the note, you might try a template override as outlined in our Themer’s Guide. I’m limited on the amount of support I’m able to provide, but feel free to respond if you need any more direction and I’ll do my best to help out.

    Cheers!

    #1139219
    Support Droid
    Keymaster

    This topic has not been active for quite some time and will now be closed.

    If you still need assistance please simply open a new topic (linking to this one if necessary)
    and one of the team will be only too happy to help.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Reposition Export Months Events button’ is closed to new replies.