Home › Forums › Ticket Products › Event Tickets Plus › RSVP funtion
- This topic has 0 replies, 3 voices, and was last updated 8 years ago by
Joe Orth.
-
AuthorPosts
-
March 21, 2018 at 7:32 am #1484802
Joe Orth
ParticipantIs there a way to eliminate the “FREE” caption when just using the RSVP function. We are trying to get people to RSVP to an event that is not free, that they must get tickets for through a link in the description.
Thanks!
March 21, 2018 at 8:49 am #1484892Nancy Hernandez
ParticipantI had the same issue, you have to fix it for two areas: the landing page and the card view. For the landing page; open the backend Event page scroll down to “Eventica – Event Details” module and next to Call to Action Text, write RSVP (it will replace Free).
For the Card view; I suggest you copy your functions.php under /wp-content/themes/eventica-wp-child/ and
add this line at the bottom/** remove Free from single event site **/
add_filter( ‘tribe_get_cost’, function( $cost ) { if ( ‘Free’ === $cost ) { $cost = ”; } return $cost; } );Hope this helps, as support takes long to answer.
March 21, 2018 at 8:56 am #1484897Joe Orth
ParticipantThanks. Unfortunately that is gibberish to me as I am not much of a
wordpress guy. I do not see event details on the event itself and not sure
what a card view is. Any guidance would be great. Thanks!Roll With The Wind!
[image: Roll With The Wind!]
Joe Orth / Executive Vice President
[email protected] / 757.362.7083Ainsley’s Angels of America
http://www.AinsleysAngels.org[image: Twitter] [image: Facebook]
[image:
LinkedIn] [image:
Instagram] [image: Youtube]
[image: Vimeo]March 22, 2018 at 9:24 pm #1486662Brendan
KeymasterHi Joe,
Thanks for emailing support. Nancy is correct. Unfortunately, out of the box its not an option. We do provide little snippets as noted by Nancy to help people customize where they can so you our a developer would need to add the following code to your functions.php file in your theme.
/** remove Free from single event site **/ add_filter( ‘tribe_get_cost’, function( $cost ) { if ( ‘Free’ === $cost ) { $cost = ”; } return $cost; } );Thanks,
BrendanApril 13, 2018 at 9:35 am #1506829Support 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 ‘RSVP funtion’ is closed to new replies.
