Forum Replies Created
-
AuthorPosts
-
Geoff
MemberHey Carlos!
I’m happy to help as best I can, or at least help point you in the right direction.
Is tribe-tickets-meta_name the ID of the field you’re working with?
If so, then you can echo that line itself:
<?php echo get_post_meta( $attendee_id, Tribe__Tickets_Plus__Meta::tribe-tickets-meta_name, true );Cheers!
GeoffGeoff
MemberHey Annie,
We’re aiming for something at the end of the summer but don’t have a specific date locked down yet since releases can change depending on a number if things.
Cheers and have a great weekend!
Geoff
July 1, 2016 at 12:26 pm in reply to: How to remove "public attendee" list option? CSS not working… #1134623Geoff
MemberHeck yeah, thanks Kieran!
Geoff
MemberHey there and thanks for following up!
Yes, that would be the Day View option. For example, you could make Day View your default view and that will only show events on the current date. Then, when another date is selected, only events from those dates will be shown.
Does that help answer your question? Please let me know. 🙂
Cheers!
GeoffJuly 1, 2016 at 10:00 am in reply to: How to remove "public attendee" list option? CSS not working… #1134565Geoff
MemberHey Kieran (and Chris),
This seemed to do the trick when I tested a little further:
.tribe-tickets-attendees-list-optout { display: none !important; }Cheers!
GeoffGeoff
MemberHey Carlos,
Yeah, it’s possible to get the attendee information from the custom fields into the email. You can override the email template file in your theme (more on this in our Themer’s Guide) and then place something like this in the template to fetch the meta fields you need to display:
get_post_meta( $attendee_id, Tribe__Tickets_Plus__Meta::META_KEY, true );…where “META_KEY” is the ID of the field.
Cheers!
GeoffGeoff
MemberHello Banafsheh,
Sure thing! You can find that template right here:
/wp-content/plugins/the-events-calendar/modules/address.phpMake a copy of that file and then:
- Make a new folder in your theme directory called tribe-events
- Make a new folder in that one called modules
- Drop the copied address.php file in that last folder
Now that the template is in your theme, you can modify it to suit your needs. 🙂
Will this work for you? Please let me know.
Cheers!
GeoffGeoff
MemberHey Carlos,
That’s a good question. I’m afraid that Event Tickets Plus only support sending an email to the person making the purchase. It is worth noting, though, that only one email will be sent containing all the tickets.
Sending to each attendee is an interesting idea and it would be great if you could add that to our feature request forum so we can get an idea of how many others would be interested in that as well.
Does this help answer your question? Please let me know.
Thanks!
GeoffGeoff
MemberThat’s a great question!
Event Tickets Plus does not currently integrate with Apple Passbook or Wallet, but we’d be happy to consider making that a feature. If you wouldn’t mind, we’d be grateful if you could suggest it in our feature request forum so that we can get an idea of how much interest there would be in developing this.
Cheers!
GeoffJuly 1, 2016 at 8:20 am in reply to: Only one events displays in last row of events listing #1134463Geoff
MemberHi Gregg and happy Friday!
Are you using a custom template for your events page? The reason I ask is because that layout sounds different from what comes out of the box with the plugin and, if so, it’s likely that the loop/query being used in the template needs to be tweaked to show a maximum of 12 event posts per page.
If you’re unsure whether it’s a custom template or not, you can send the URL my way and I’d be happy to confirm.
Thanks!
GeoffGeoff
MemberHi Charlie and thanks for reaching out!
It sounds like the iCal Importer is what you’re looking for. That will allow you to use the URL of a hosted .ics file to fetch and import events into The Events Calendar on a scheduled basis.
The Events Calendar itself does include a way to import events with a CSV file, but that would need to be done manually rather than on a schedule.
Will that work for you? Please let me know. 🙂
Cheers,
GeoffGeoff
MemberHey there, @heideldesign!
I do think this would be possible, but it would require a level of custom development that I’m afraid we are unable to support here in the forums. That said, I’m happy to help point you in the right direction, if I can. We also have a list of freelancers who we would happily recommend for this level of help.
Cheers!
GeoffGeoff
MemberHi André and happy Friday!
I think that depends on how the event price is being imported to The Events Calendar. For example, if the price range of the imported event is imported as the cost field for the event, then you could use both the tribe_get_minimum_cost() and tribe_get_maximum_cost() functions to display the range in a way like this:
<?php echo tribe_get_minimum_cost() . ' - ' tribe_get_maximum_cost(); ?>Depending on the configuration, you might need to wrap that line of code in a conditional statement that checks whether the event has tickets or not before displaying that range, and we have the tribe_events_has_tickets() function for that.
Does this make sense and will it help you get started? Please let me know. 🙂
Cheers,
GeoffGeoff
MemberHello Ruud,
Good question, though I’m afraid that color pickers and file uploads are not currently supported in the Event Tickets Plus custom fields.
I can see how others may find that useful as well and it would be awesome if you posted this idea to our feature request forum. This allows others who are interested in that feature to easily voice their support. We frequently review suggestions there to find out which ones are popular, then we implement as many of them as we can.
Sorry for the bad news, but does this help answer your question? Please let me know.
Thanks,
GeoffJuly 1, 2016 at 7:49 am in reply to: Change the > to say ‘Timetable’ instead of ‘Events Archive’ #1134445Geoff
MemberNice! Thanks for following up and have a great weekend. 🙂
Geoff
-
AuthorPosts
