Remove Event & Details

Home Forums Calendar Products Events Calendar PRO Remove Event & Details

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1073414
    Andrew
    Participant

    Hi Guys!

    I would like to know how to remove the Event & Details box completely. It’s in my way and I don’t need it there. I’ve done a little searching around the knowledge base and can’t find it. Can you let me know what code to remove or add?

    thanks, much appreciated!

    Andrew

    #1073831
    Brian
    Member

    Hi,

    Thanks for using our plugins. I can help out here.

    To make any edits to the templates a good resource to start with is the themer’s guide:

    https://theeventscalendar.com/knowledgebase/themers-guide/

    Following that guide you can move this template:

    plugins/the-events-calendar/src/views/single-event.php

    To your child theme:

    childtheme/tribe-events/single-event.php

    There you can look to disable these:

    <?php do_action( 'tribe_events_single_event_after_the_content' ) ?>

    <!-- Event meta -->
    <?php do_action( 'tribe_events_single_event_before_the_meta' ) ?>
    <?php tribe_get_template_part( 'modules/meta' ); ?>
    <?php do_action( 'tribe_events_single_event_after_the_meta' ) ?>

    Or go deeper into the templates and remove others from the modules directory.

    Let me know if you have any follow up questions.

    Thanks

    #1084375
    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 ‘Remove Event & Details’ is closed to new replies.