Rearrange the single-event page

Home Forums Calendar Products Events Calendar PRO Rearrange the single-event page

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1397157
    leopart
    Participant

    Hy,
    i used the whole searchfunction, but i don’t really find my solution.
    Only the Templatevideo but it’s really hard to follow and find the right point for my quastion.

    An want to have another order of the single-event page.

    title,
    description,
    venue,
    organizer
    so i want to try to get the description and the venue in the same line and the details with the organizer below it.

    i’ve tried to modify the modules/meta.php but i don’t really get it right.
    I know i need some custom css lately, but first i need to re-order, right?

    Regards 🙂

    #1398468
    Jennifer
    Keymaster

    Hello,

    Thanks for reaching out!

    You will need to do a bit of reordering to start off. You can reorder the elements of the single event page by editing the templates, which you’ll need to copy into your child theme by following these instructions (if you haven’t done this already). You are right that you will likely need to add some custom CSS afterwards to get this displaying exactly the way you want it. To separate out the organizer, you can move the following from the meta.php template into your single-event.php template where you would like it to display:

    // Include organizer meta if appropriate
    if ( tribe_has_organizer() ) {
    tribe_get_template_part( 'modules/meta/organizer' );
    }

    Customizations like this are a bit outside the scope of support that we provide here in the forums, but if you want to send me your code, I’ll be happy to take a look and see what I can recommend! Let me know how this works for you and if you have any questions.

    Thanks,

    Jennifer

    #1413284
    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 ‘Rearrange the single-event page’ is closed to new replies.