Forum Replies Created
-
AuthorPosts
-
December 16, 2015 at 11:31 am in reply to: Recurring events, Events Calendar Pro, and Event Tickets Plus #1042421
Geoff
MemberHello Drew and thanks for getting in touch!
Events Calendar PRO does indeed include recurring events and Event Tickets Plus does allow you to sell tickets. The only issue is that recurring events do not support tickets at the moment, though it is something we are working on.
That said, I’m afraid this might not be the best solution for this specific project. Let me know if you have any other questions though and I’d be happy to help as best I can.
Thanks,
GeoffGeoff
MemberOh! And I should add that you can move the RSVP form similarly with this snippet:
/** * Move RSVP Tickets form in events template */ if (class_exists('Tribe__Tickets__RSVP')) { remove_action( 'tribe_events_single_event_after_the_meta', array( Tribe__Tickets__RSVP::get_instance(), 'front_end_tickets_form' ), 5 ); add_action( 'tribe_events_single_event_before_the_meta', array( Tribe__Tickets__RSVP::get_instance(), 'front_end_tickets_form' ), 5 ); }Geoff
MemberHi Arsen,
You should be able to move the ticket form using the snippet provided in this post:
https://theeventscalendar.com/knowledgebase/moving-the-ticket-form/
Cheers!
GeoffGeoff
MemberHi John,
Sorry the plugins won’t work out for you on this project. I went ahead and refunded your order and the funds should show back up in your account in 5-10 business days.
Thanks for posting this as a feature request — it does sound interesting and one that would be good for the team to discuss.
Best of luck with your project!
Geoff
Geoff
MemberHi John,
Thanks and please do keep me posted.
It is possible that Facebook Events is storing those events in the database to prevent them from being re-imported a second time. Once you import an event via Facebook Events the system stores a “note” so that deleted events are not re-imported (as this would be the desired behavior for most cases and for automatic imports as well).
To delete saved deleted events notes add this snippet to your theme functions.php file and re-load the import page (it will run once per page-load) until the message is shown, after that remove snippet:
/* Deletes 50 posts per page load*/ $posts = get_posts( array( 'numberposts' => 50, 'post_type' =>'deleted_event') ); if (!empty($posts)) { foreach ($posts as $post) { wp_delete_post( $post->ID, true); } } else { echo 'Done deleting!'; }Cheers!
GeoffGeoff
MemberRight on, thanks for the info Mathew! Robert, please let us know if you continue to see issues after the Avada update — but hopefully all should be good. 🙂
Cheers,
GeoffDecember 16, 2015 at 10:45 am in reply to: iCal Importer – All Day Events showing date of January 1, 1970 #1042390Geoff
MemberHeck yeah, thanks and definitely keep me posted. 🙂
Geoff
MemberHi John,
Thanks for following up! Splitting a single event into multiple start and end dates/times is not a feature at this time.
That is an interesting idea though — would you be willing to submit that to our feature request forum? I’d be interested to see if others would find that useful as well. I can see how they would.
Sorry for the bad news, but does this help clarify things?
Thanks,
GeoffDecember 16, 2015 at 7:43 am in reply to: iCal Importer – All Day Events showing date of January 1, 1970 #1042320Geoff
MemberHey Chris, thanks for following up!
That’s right! This issue should have been resolved with the 4.0.1 release just last week. Have you updated all three plugins and, if so, is the date still importing incorrectly?
Cheers!
GeoffDecember 15, 2015 at 4:19 pm in reply to: Updated Events Calendar Pro but it's still saying #1041947Geoff
MemberHi John and welcome to the forums!
Sorry for the trouble. Will you please copy the system information for your site and paste it here as aa private reply so I can check out your settings? You can find that at Events > Settings > Help at the bottom of the screen.
Thanks!
GeoffGeoff
MemberHey Stephanie,
Excellent question!
Here’s the combination of plugins you need to do just that:
- WooCommerce: this is a free plugin available on WordPress
- Event Tickets: this is also a free plugin available on WordPress
- Event Ticket Plus: this is a paid plugin that connects Event Tickets, The Events Calendar and WooCommerce together
- Community Events: this is a paid plugin that allows visitors to submit events to your site without having to log into WordPress, though it gives you full moderation control
- Community Tickets: this is a paid plugin that connects Community Events with WooCommerce so that your visitors can create and sell tickets on their own
That should be everything you need to get going. Let me know if this helps answer your question and I’d be happy to help if any others pop up as well. 🙂
Cheers!
GeoffGeoff
MemberHey there and excellent question!
I’m afraid that it not currently possible to capture the information of each attendee when tickets are purchased in bulk. It is indeed something we have started working on and plan to have in a future release, though I do not have a concrete date for it.
Does this help answer your question? Please let me know.
Cheers,
GeoffGeoff
MemberHi John and welcome to the forums!
I’m afraid that recurring events are not compatible with tickets at the moment–though it is something we have started working on.
That said, ticket should work for events that span multiple days. So, for example, you should be able to create an event that starts one day and ends on another day and add a ticket to it. Just be sure it is an event that lasts multiple days rather than a recurring event, which would be the same event repeating on multiple days.
Does this help answer your question? Please let me know and I’d be happy to help as best I can.
Cheers,
GeoffDecember 15, 2015 at 4:02 pm in reply to: How get Live calendar feed to import/ show up in Google Calendar #1041939Geoff
MemberHello Kbee,
Great question!
Unfortunately, the /feed URL is powered by RSS which I believe is not able to feed events into Google Calendar.
The plugin does include an iCal URL at /ical. However, this does not act as a feed. In other words, it works well as a one-time import but will not feed events to other calendars on a recurring basis.
There is a popular feature request where this has been suggested. It would be great if you would add your vote to it. I’ll also bring it up with the team so it’s on our radar–seems like it has quite a few votes and warrants discussion.
Sorry I don’t have a solid answer for you here, but does this at least help answer your question? Please let me know.
Thanks,
GeoffGeoff
MemberYou are awesome! Nice work, dude. I’m so happy to hear that worked out and that you were able to pin down the issue.
Thanks again for reaching out and please feel free to start a new thread if any other questions pop up–we’d be happy to help. 🙂
Geoff
-
AuthorPosts
