Pages of Events Calendar & Title bar of Impreza theme

Home Forums Calendar Products Events Calendar PRO Pages of Events Calendar & Title bar of Impreza theme

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1171867
    Stephanie
    Participant

    Hi,

    In General settings of the Impreza theme, I noticed the option of Custom Post Types Support for Organizers and Places for Events Calendar plugin. When I have activated the Title bar was not displayed.

    I contacted technical support of the theme to help me, that’s below their response:

    We performed a few tests, and looks like your custom posts doesn’t provide support for meta boxes, please contact authors of 3d party plugins, they should provide a solution for you.

    #1172164
    Cliff
    Member

    Hi Stephanie.

    Per our Scope of Support / Terms, we do not provide support for non-default WordPress themes (like Twenty Sixteen).

    Also, our plugin’s default post types are Events, Organizers, and Venues. Maybe your theme renames Venues to “Places”?

    Specific to your question, though, the code to register the Organizers custom post type is here: https://github.com/moderntribe/the-events-calendar/blob/4.2.7/src/Tribe/Organizer.php (look for “register_post_type”)

    And similarly for Venues: https://github.com/moderntribe/the-events-calendar/blob/4.2.7/src/Tribe/Venue.php

    You can also refer to WordPress’ register_post_type() to see mention of how to add a metabox specific to a custom post type.

    If I’m understanding the thought behind their response correctly, they would be the ones to add their own metaboxes to one or more custom post types. They could leverage the tribe_events_register_organizer_type_args and/or tribe_events_register_venue_type_args filters to add their metabox code.

    I hope this moves your project further along!

    Please let me know if you have any follow-up questions on this topic.

    #1183236
    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

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Pages of Events Calendar & Title bar of Impreza theme’ is closed to new replies.