Default Venue and Organizer not being selected on New Event

Home Forums Calendar Products Events Calendar PRO Default Venue and Organizer not being selected on New Event

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #12138
    Rich Yessian
    Participant

    When you create a new event the default venue and default organizer are not selected per their setting in the plugin config. Best I can tell that value is not being looked up when the form is displayed. I added the following to saved_venues_dropdown() and it works:
    if (!$current) {
    $current = tribe_get_option(‘eventsDefaultVenueID’);
    }

    #12149
    Rob
    Member

    Hey Rich. Thanks for the note and sorry to hear you’re having issues. I just tested this on my end and it was working without issue; is it possible you didn’t have the checkbox selected to enable them under the settings page? This could also be a conflict with another plugin…

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Default Venue and Organizer not being selected on New Event’ is closed to new replies.