Forum Replies Created
-
AuthorPosts
-
Nico
MemberYeap, that should be how it works. There might be some caveats depending on the software the user uses to subscribe to the feed. For example, Google Calendar might take up to 12 hours for changes to show (google calendar help center).
The best way to be sure of how this works is to actually subscribe to your own feed 😉
Please give it a try and let me know if you are happy with the result,
Best,
NicoNico
MemberThanks for the heads up John!
I’ve asked the team if they were aware of this issue but it seems to be a new one for us.
Please let me know if they are able to give you more info on this,
Best,
NicoNico
MemberThanks for the heads-up James!
I actually forgot to send this article your way: Understanding and customizing the Tribe Events Bar. Hopefully this will give you a better overview of how this customization can be achieved 🙂
Best,
NicoNico
MemberThanks for following up Guillaume!
I think the issue here is that you are not getting the instance of the class, try the following:
public function checkinEventAction($idAttendee)
{
$rsvp = Tribe__Tickets__RSVP::get_instance();
$rsvp->checkin( $idAttendee );
return $this->redirect( $this->generateUrl( 'front_admin_event' ) );
}
Does this works as expected?
Best,
NicoNico
MemberI’ll go ahead and close out this thread as the conversation has moved to email, but if you need help with anything else please don’t hesitate to create a new one and we will be happy to assist you.
Best,
NicoNico
MemberStocked to hear Lynn 🙂
I’ll go ahead and close out this thread, but if you need help with anything else please don’t hesitate to create a new one and we will be happy to assist you.
Best,
NicoNico
MemberThis reply is private.
Nico
MemberSo stocked to hear we could work this out Marcel 🙂
I’ll go ahead and close out this thread, but if you need help with anything else please don’t hesitate to create a new one and we will be happy to assist you.
Best,
NicoNico
MemberThis reply is private.
Nico
MemberThanks for following up Dylan!
Can you please share the event URL where I can see this? Also, it would be great if you could share your system information with me so I can check if everything looks right on that end.
Can you also try this with a default WordPress theme like Tweenty Sixteen?
Best,
NicoNico
MemberThanks great John! I’ll set the thread status to ‘Waiting for user feedback’ for now, but please do post a little explanation of the process once the site is up 🙂
Best,
NicoPS: if this one is auto closed by the support droid, then just post a new one!
June 21, 2016 at 9:10 am in reply to: “Include events in main blog loop” selecting categories #1129866Nico
MemberYou are welcome 🙂
I’ll go ahead and close out this thread, but if you need help with anything else please don’t hesitate to create a new one and we will be happy to assist you.
Best,
NicoNico
MemberThanks for following up Steve!
1. What is the code snippet for suppressing ticket printing and where is it inserted?
It depends on which e-commerce plugin your site will use, for example this is the code for WooCommerce:
add_filter( 'wootickets-tickets-email-enabled', '__return_false' );
The code should be placed in your theme (or child theme) functions.php file.2. We will also want to add a shipping and handling cost to each ticket order that is mailed. Can this be done?
This can be configured in the e-commerce plugin settings. Tickets become regular products of the e-commerce platform and have the same options as default products.
Best,
NicoNico
MemberHi Lucy,
Thanks for reaching out to us on this!
There’s no way to set an expiration date for single events, once the event end date has passed the event (single or recurrence instance) should not show up in the views or widgets. I wasn’t able to inspect your site (it’s password protected but I guess this might be related with how you are getting events or how the recurring events are being set. Can you send me a screenshot of the recurrence settings in the backend? And de-activate directory password or describe how events are displayed on the page?
Best,
NicoNico
MemberGlad to hear Brendan 🙂
I’ll go ahead and close out this thread, but if you need help with anything else please don’t hesitate to create a new one and we will be happy to assist you.
Best,
Nico -
AuthorPosts
