Event Tickets Plus – don’t show price information ore "free" on events

Home Forums Welcome! Pre-Sales Questions Event Tickets Plus – don’t show price information ore "free" on events

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1482685
    Friedhelm Fischer
    Guest

    Hello.
    is it possible that we don’t show any price information on the Events-Site?
    is the a field that we can check – NO PRICE INFORMATION?

    Thanks

    #1482757
    Courtney
    Member

    Hi Friedhelm

    The RSVP option will automatically say “Free” at the top of the single event listing. This can be hidden with some CSS. https://theeventscalendar.com/support/forums/topic/how-to-remove-free-in-the-heading/ is one example. Do note, the code here is slightly dependent upon the user’s theme. Copy/pasting code from here may not solve your exact site’s needs but is the same approach to use.

    You can add your own CSS to your child theme, or in Appearance » Customize » Additional CSS.

    If you think idea is something you would like as a feature I encourage you to visit our User Voice Page and either upvote an existing request or make a new request there.

    You can suggest it it http://tribe.uservoice.com.

    For further help:
    • If you’re using one or more of our free plugins such as The Events Calendar and Event Tickets, you can request assistance on the WordPress.org support forum for the affected product.
    • If you’re a current license holder for one of our premium offerings, please log in to your account and submit a post to the appropriate forum for the affected product. Please include your System Info https://theeventscalendar.com/knowledgebase/sharing-sys-info/ so we can better help you.

    Thanks
    Courtney 🙂

    #1488086
    Friedhelm Fischer
    Guest

    Thanks for the information.

    I found a solution

    Custom code:
    .tribe-events-event-cost,
    .tribe-events-list-separator-month{ display: none; }
    .tribe-events-cost,
    .tribe-events-divider { display: none; }

    Thats works with WB and Avada

    Tanks.
    Next step is to discus with my customer that he will spend the money for your PRO version.

    Kind regards Friedhelm

    #1488356
    Courtney
    Member

    Thank you Fredhelm

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Event Tickets Plus – don’t show price information ore "free" on events’ is closed to new replies.