• Resolved ma3ry

    (@ma3ry)


    How do I remove the Details at the bottom of the page without removing the Details of the Event.

    The Details at the bottom of the page seem to show today’s date and time, except that the time is off by exactly 5 hours (my timezone setting is -5), nor is it the time of the location of the event.

    Basically I see no reason to have it, so would like to remove that whole section please.

    I have added the views folder to my child-theme and removed a bunch of code from the single-event.php file but it didn’t change anything.

    Would appreciate some instructions with more details than what I’ve been able to find on the website. I’m not a coder.
    Thank you.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi there, not a problem, I’m happy to help you out!

    Looks like you are on the right track with the single-event.php file, give this a shot: find the comment:

    <!-- Event meta -->

    And remove the 3 lines below it:

    <?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' ) ?>

    Take care!
    Ed

    • This reply was modified 6 years, 11 months ago by Ed.
    Thread Starter ma3ry

    (@ma3ry)

    Thank you. That was exactly the information I needed.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove Details Bottom of Page’ is closed to new replies.