How to remove FREE in the heading?

Home Forums Ticket Products Event Tickets Plus How to remove FREE in the heading?

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #1276126
    Karen
    Participant

    The event requires an RSVP, but is pay at the door. When using the RSVP ticket, I am unable to set a price.

    #1276141
    Trisha
    Member

    Hello, Karen!

    Thank you for using The Events Calendar! I can help with this ?

    You can easily remove that bit using some custom CSS. Once you’re logged in to your site, click on the ‘Customize’ button in the admin bar at the top of the page. The customizer will open on the left, click on the Additional CSS link at the bottom of the customizer panel and add the following CSS:

    .post-3363 .tribe-events-cost,
    .post-3363 .tribe-events-divider { display: none; }

    The ‘.post-3363’ is what tells it to just target that specific event so that it doesn’t remove the price on every event.

    If you have other events like this you want to do the same to you can find that post number in a div next to the ‘tribe_events’ class. See the screenshot below for reference.

    Does this help answer your question? Let me know how it goes!

    Cheers,
    Trisha

    #1276154
    Karen
    Participant

    Actually, this is really confusing. I am not a developer and I don’t know where to find the customizer you are referring to. I am using The Event Calendar because it has come bundled with my Avada theme. I have purchased Event Ticket Plus as an add on.

    It is possible to just make this a option to tick or un-tick when setting up an RSVP? Surely, there are lots of people who are setting up pay-at-the door-events and do not want them listed as free. It would be helpful to have the option to either list a price or let people know when/how to pay.

    Attached is a photo of my dashboard, could you show me where to find the correct spot to add the code you have provided?

    Thanks, Karen

    #1276170
    Karen
    Participant

    Okay, after spending some time I found where to enter the code. (you didn’t mention that I had to be in the actual event for the customize option to appear)

    The FREE is removed from the header line, but the cost in the right hand panel still says Free. Is there away to remove or edit that too?

    Best,
    Karen

    #1277855
    Karen
    Participant

    Any thoughts on how to remove the other FREEs of the event post? (right hand panel,

    All events page: https://onedegreeglutenfree.com/events/
    note: formatting is askew too

    Right hand panel: https://onedegreeglutenfree.com/event/june-gf-evening-out/

    Thanks for your help.

    #1278413
    Trisha
    Member

    Hi, Karen!

    I’m glad you were able to get the styling worked out, WordPress is definitely challenging at times but hopefully, we can make it manageable for you!

    To answer your other questions; for the formatting issue try this CSS in the Customizer additional fields:

    #tribe-events .tribe-events-list .fusion-tribe-secondary-info {
    float: right;
    width: 60%;
    height: 497px;
    }

    .post-3363 .tribe-events-event-cost,
    .tribe-events-list-separator-month {
    display: none;
    }

    And to hide the word “Free” see this screenshot:

    Does this help answer your question? Let me know how it goes!

    Cheers,
    Trisha

    #1278966
    Karen
    Participant

    Hi Trisha,
    Sorry, this does not work.
    There is not an EVENT COST option box on Event Ticket Plus for RSVPs.
    I use The Event Calendar on another site (without event Ticket plus) and that is an option for RSVPs, but it does not appear on my site with Event Ticket Plus.

    Additional ideas welcome!
    Many thanks.

    #1280581
    Trisha
    Member

    Hi, Karen!

    My apologies, you’re right!

    I worked out some CSS for you to hide that bit. Try this:

    .sidebar .tribe-events-meta-group .tribe-events-event-cost,
    .sidebar .tribe-events-meta-group dt:nth-of-type(3n) {
    display:none;
    }

    Let me know if it works!

    Cheers,
    Trisha

    #1283358
    Karen
    Participant

    Will I need to add this code in every event that is pay at the door?
    Will there be an update to the plugin so that there is an option to hide the word FREE or add my own text?

    #1284164
    Trisha
    Member

    Hi, Karen!

    I did some digging around in the code to see if there was a filter we could use. I understand the frustration of the ongoing editing!

    I was able to come up with something, it works locally and I’m hopeful it will work for you.

    First, download, install and activate this plugin on your site: https://wordpress.org/plugins/code-snippets/

    Next, add the following code as a snippet to the plugin above: https://gist.github.com/trishasalas/b9f5704abfd87a3781470a0f8310ddba

    It will look like this in the admin area:

    Let me know if this works for you!

    Cheers,
    Trisha

    #1293852
    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 11 posts - 1 through 11 (of 11 total)
  • The topic ‘How to remove FREE in the heading?’ is closed to new replies.