Remove RSVP "FREE" with custom event info field

Home Forums Ticket Products Event Tickets Plus Remove RSVP "FREE" with custom event info field

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #1156012
    websource
    Participant

    hi there

    i would like to remove the RSVP “FREE” on the events list overview, and the single event page with my custom event field where i insert the amount the user have to pay when attending the event.

    Could you tell me which files i have to edit?

    Thanks for helping out.
    Brian

    #1156164
    Cliff
    Member

    Hi Brian. Could you please provide a link to a sample event and an annotated screenshot of exactly what you’re wanting removed?

    #1156204
    websource
    Participant

    This reply is private.

    #1156356
    Cliff
    Member

    If I understood your request accurately, please try this CSS:

    body.post-type-archive-tribe_events span.tribe-price,
    body.single-tribe_events h3.ev_price {
    display: none;
    }

    I see you’re using a theme that heavily customizes our plugin so if you need additional help, you might need to ask your theme author for support. Anyway, I hope this code helps!

    #1156357
    websource
    Participant

    This reply is private.

    #1156386
    Cliff
    Member

    Thanks for clarifying.

    If you’re looking to add something custom like that, I’d suggest referencing our Themer’s Guide and consulting with your theme author.

    If you need some additional coding help, you may want to ask your developer or reference our documentation and list of known customizers.

    #1156826
    websource
    Participant

    This reply is private.

    #1157377
    Cliff
    Member

    Hi. I believe you’ll want to filter the output of tribe_get_cost() or reference our Themer’s Guide for overriding the single-event.php file for the view you’re wanting customized.

    #1166486
    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 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Remove RSVP "FREE" with custom event info field’ is closed to new replies.