Possible to add line above RSVP count?

Home Forums Ticket Products Event Tickets Plus Possible to add line above RSVP count?

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1292138
    Jason
    Participant

    Hi there — I’m wondering if it’s possible to add a line of text above the RSVP count on the RSVP form? I’m attaching an image to illustrate specifically what I mean. Thanks.

    #1292692
    Jennifer
    Keymaster

    Hi Matthew,

    Thanks for reaching out!

    Your simplest solution here would be to add a top border with some CSS:

    table .tribe-events-tickets-rsvp tr {
    border-top: 1px solid #eee !important;
    }

    If you have an area under Appearance > Customize where you can add custom CSS, you should add this there. Otherwise, you can add it to your style.css file, preferably in a child theme so that it is not lost with future theme updates.

    You can also edit the template for the RSVP form by following the instructions in our themer’s guide. The file you’ll want to copy and edit is


    /wp-content/plugins/event-tickets/src/views/tickets/rsvp.php

    Let me know if that works for you!

    Thanks,

    Jennifer

    #1292701
    Jason
    Participant

    Thanks for the response! Sorry, I should have been more explicit. I wanted to add a line of *text* above the count. 🙂 Sorry for the confusion. But the info you provided sounds like it’s what I needed to know, namely if I want to do that I’d customize the template?

    Thanks again!

    #1292764
    Jennifer
    Keymaster

    Matthew,

    Sorry about that, I misread your original message! You are correct, the template I mentioned before is where you can add in the text.

    Try adding it above this line:


    <table width="100%" class="tribe-events-tickets tribe-events-tickets-rsvp">

    Let me know how it goes!

    #1292851
    Jason
    Participant

    Hi there — reading the themer’s guide I’m still a bit confused about the directory structure for the custom rsvp.php template.

    Under my theme directory, can you outline what the directory structure looks like from there? I’ve tried several variants of things and I’m assuming I just don’t have the custom rsvp.php template in the right place or I have the directory named incorrectly.

    Specifically, according to the themer’s guide I’d put the custom rsvp.php under /wp-content/themes/mytheme/tribe-events/tickets — is that right? I also have event tickets plus but from what I can tell RSVP functionality is under the plain event tickets plugin, so that seems to be where I’d put it based on the themer’s guide.

    Any additional clarification you can provide is greatly appreciated. Thanks!

    #1292903
    Jason
    Participant

    Never mind, got it sorted out. That is indeed the right path. Thanks so much for the prompt assistance!

    #1293874
    Jennifer
    Keymaster

    Hi Matthew!

    I’m glad to hear you got it figured out. You are correct that RSVP functionality lives within Event Tickets, even though you have Event Tickets Plus.

    Since this thread has been marked “resolved”, I’ll go ahead and close it out. If you need any further assistance, please feel free to open a new one!

    Thanks,

    Jennifer

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Possible to add line above RSVP count?’ is closed to new replies.