Custom Field Meta Label snippet not working in 3.6

Home Forums Calendar Products Events Calendar PRO Custom Field Meta Label snippet not working in 3.6

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #186399
    Lars
    Participant

    Hi, this snippet supporting “Custom Field Meta Label” (by Barry) no longer works with the 3.6 update.

    // Custom Field Meta Label
    add_action( 'tribe_events_before_view', 'change_custom_field_meta_label' );

    function change_custom_field_meta_label() {
    tribe_set_meta_label( 'tribe_event_tag', 'Keywords:', 'meta' );
    tribe_set_meta_label( 'tribe_event_category', 'Accessibility', 'meta' );
    tribe_set_meta_label( 'tribe_event_organizer', 'Organizer / Signup', 'meta_group' );
    }

    #186670
    Casey
    Participant

    Lars,
    Thanks for getting in touch. This blog post outlines all of the changes that were included with version 3.6. You’ll want to pay close attention to the ‘Meta Factory’ information on there, as we’ve changed on the single event meta works.

    If you enable ‘tribe_events_single_event_meta_legacy_mode’ then your overrides should continue to work after that. Thanks! 🙂

    -Casey-

    #186697
    Lars
    Participant

    Hi Casey, thanks!

    Why not just make these headings editable in the Settings panel? Would be so much easier for everyone.

    #187971
    Casey
    Participant

    Lars,
    With our latest update, you’ll notice in our latest version (3.6) that you can now perform template overrides on the Single Event Meta area. The themer’s guide has been updated with this info as well (screenshot). Thanks! 🙂

    -Casey-

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Custom Field Meta Label snippet not working in 3.6’ is closed to new replies.