Remove single page event title area and "upcoming events" section.

Home Forums Ticket Products Event Tickets Plus Remove single page event title area and "upcoming events" section.

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #168280
    consoleoffice
    Participant

    Does anyone know how to;
    1. How do I remove the header including title background, the event card and details? (only left the wooticket secton open)
    2. How do I remove the “upcoming Events” page including the background?

    I’ll just need to keep the tickets and add to cart section (on the right) ,and some text/ image in the middle.

    Please kindly advise.

    Thank you.

    Rosanna

    #169101
    Barry
    Member

    Hi Rosanna,

    Our Themer’s Guide covers many of the basics for customizing templates – so it’s well worth reading if you haven’t already done so 🙂

    1. How do I remove the header including title background, the event card and details?

    I’m not 100% sure what you mean by event card but I suspect many of the things you wish to adjust can be found in the single-event.php template. To remove the meta details for instance you could simply remove the following piece of code from your own custom version of that template:

    <?php do_action( 'tribe_events_single_event_before_the_meta' ) ?>
    	<?php echo tribe_events_single_event_meta() ?>
    <?php do_action( 'tribe_events_single_event_after_the_meta' ) ?>

    2. How do I remove the “upcoming Events” page including the background?

    You can disable list view via the Events → Settings → Display admin screen (and just leave “month” activated, if that’s what you want).

    Does that help/is that enough to get you started?

    #169154
    consoleoffice
    Participant

    This reply is private.

    #169941
    consoleoffice
    Participant

    This reply is private.

    #169951
    consoleoffice
    Participant

    This reply is private.

    #170779
    Barry
    Member

    Hi – if possible please avoid using private replies unless you are sharing confidential information such as logins 🙂

    Just FYI, the ticket purchasing system (Wooticket), is supposed to be on top; right next to the red arrow. It should show the same layout accross all platforms. Thank you.

    Normally it is below the event description. Is it possible you’ve implemented customizations to change things? How does it look without any customizations/with a default template (ie, is this issue specific to your theme)?

    Thanks!

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Remove single page event title area and "upcoming events" section.’ is closed to new replies.