Home › Forums › Ticket Products › Event Tickets Plus › How to remove FREE in the heading?
- This topic has 11 replies, 2 voices, and was last updated 8 years, 11 months ago by
Karen.
-
AuthorPosts
-
April 28, 2017 at 5:26 pm #1276126
Karen
ParticipantThe event requires an RSVP, but is pay at the door. When using the RSVP ticket, I am unable to set a price.
April 28, 2017 at 7:28 pm #1276141Trisha
MemberHello, 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,
TrishaApril 28, 2017 at 7:57 pm #1276154Karen
ParticipantActually, 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
April 28, 2017 at 8:49 pm #1276170Karen
ParticipantOkay, 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,
KarenMay 3, 2017 at 12:49 am #1277855Karen
ParticipantAny 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 tooRight hand panel: https://onedegreeglutenfree.com/event/june-gf-evening-out/
Thanks for your help.
May 4, 2017 at 12:09 am #1278413Trisha
MemberHi, 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,
TrishaMay 4, 2017 at 7:45 pm #1278966Karen
ParticipantHi 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.May 8, 2017 at 7:08 pm #1280581Trisha
MemberHi, 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,
TrishaMay 12, 2017 at 6:56 pm #1283358Karen
ParticipantWill 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?May 15, 2017 at 8:25 pm #1284164Trisha
MemberHi, 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,
TrishaJune 6, 2017 at 9:36 am #1293852Support Droid
KeymasterHey 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 -
AuthorPosts
- The topic ‘How to remove FREE in the heading?’ is closed to new replies.
