Geoff

Forum Replies Created

Viewing 15 posts - 6,226 through 6,240 (of 10,150 total)
  • Author
    Posts
  • in reply to: Patterns like %sEventbrite Application Keys%s #1008345
    Geoff
    Member

    Hi Jerfa and thanks for working on translations for the plugin–you rock!

    Good question. Yeah, the %s is used as a variable to turn a words from singular to plural. As George mentioned, in most cases, there is no need to translate it because it simply adds an s which is pretty standard across many languages. However, you can certainly translate that variable to something else, if need be, and that will allow you to customize the way words are pluralized.

    Cheers!
    Geoff

    in reply to: Third Party Events #1008336
    Geoff
    Member

    Hey Rob!

    Good question. Unfortunately, ticket sales for Eventbrite have to take place on Eventbrite.com. We would love to keep the entire purchase experience in WordPress, but there are some limitations to the Eventbrite API that prevent that from happening–there are good reasons for that, too.

    If you want to keep event purchases on your site, then the best way would be to use a WordPress ecommerce platform, like WooCommerce. We have an add-on for it that allows you to create tickets for events, which then displays them on the event page and handles the transaction completely through WooCommerce.

    Sorry, I know this probably isn’t the answer you are hoping for, but does it at least help? Please let me know!

    Geoff

     

    in reply to: Avada Theme #1008325
    Geoff
    Member

    Hey Rich and thanks for reaching out!

    We have indeed been in touch with the fine folks over at Theme Fusion. We have a copy of their latest theme and they have copies of our latest plugins. We’re both in the process of testing any issues that are reported in our forums.

    That said, I’ve checked our system for current open tickets related to Avada and see nothing on the radar. That’s a good start!

    Was there a specific feature you were wondering would be incompatible with Avada? If so, let me know and I’d be happy to look into it a little more.

    Also, free version of The Events Calendar is going to be largely similar to PRO right out of the box–just without recurring events, certain widgets, a couple of extra views and additional fields. You can test compatibility that way just to see if there are any red flags.

    Cheers!
    Geoff

    in reply to: WooCommerce Ticketing Questions #1008318
    Geoff
    Member

    Hey Len,

    Thanks for getting in touch! I’m really glad to see you’re checking out WooCommerce Tickets and hope it’s a good fit for your project. 🙂

    Excellent questions. Let’s see if we can hit these in order…

    We need the ability to advertise multiple events using an events landing page and allow users to register

    You can certainly make a calendar of events with The Events Calendar that displays all your events in one place. From there, WooCommerce Tickets allows you to create tickets for those events directly through the event editor, which then adds them to the event. So, your calendar is the events landing page and each event contains the tickets for that specific event.

    Registration form should capture all of the information below for EACH attendee.

    This is something we’re working on, but I’m afraid is not a feature we currently support.

    They will have the option of purchasing 4 types of tickets.

    Yes, you can create any number of tickets to an event and set a specific price and quantity for each one.

    Registration list needs to be generated for each event of all those who have registered.

    Yes, when a guest has arrived for an  event, you can check them in, which adds them to a list of checked-in attendees.

    Each registered attendee should receive an email confirmation as well as a calendar Outlook invite

    Tickets are delivered directly via email after WooCommerce has processed the transaction. The calendar invite is not attached to that email, but a link to the event is and visitors are able to download the event to their own calendar from there.

    Should be able to advertise the HR posters on the events page and registration page

    Every event has the ability for you to add a feature image, which is displayed on the event page. You could certainly use your poster images there.

    Any information captured from the registration process should be imported in Constant Contact

    The Events Calendar does not provide a syncing feature with Constant Contact, though you can download a CSV file of all attendees from the event editor and use that to upload the list of attendees into Constant Contact.

    What we would recommend is integrating with Constant Contact where AFTER the registration, they receive a separate email that talks about the event, and has a link to an Outlook invite.

    I’m afraid that we do not offer any Constant Contact integration right out of the box. You may be able to set up auto-responders in Constant Contact, but neither The Events Calendar nor WooCommerce Tickets manages email communications, unfortunately.

    Does this help answer your questions? Feel free to let me know if you have any others and I’d be happy to help. 🙂

    Cheers!
    Geoff

    in reply to: Month view showing in responsive mode regardless #1008296
    Geoff
    Member

    My absolute pleasure! Thanks a ton for following up and for the kind words. 🙂

    Please do keep in touch and let us know if anything else pop up–we’re happy to help.

    Cheers!
    Geoff

    in reply to: highlight current categories in sidebar #1008270
    Geoff
    Member

    Hi Thomas,

    I’m afraid this sort of customization is outside the scope of what we can support here on the forums. That said, I’ll certainly try to point you in the right direction, if I can!

    Perhaps something like this can help:

    if ( $post->ID == $page->ID ) { $termclass = "current-cat";} echo '<li class="'. $termclass .'"><a href="'. get_term_link($term->slug, 'tribe_events_cat') .'" >' . $term->name . '</a></li>';

    I hope that helps. If not, I’m be happy to leave this thread open a little longer to see if anyone from the community might be able to chime in with additional ideas.

    Thanks!
    Geoff

    in reply to: german translation incomplete #1008238
    Geoff
    Member

    Hi Markus,

    There should be a blue button that says “New Discussion” in the right sidebar at the top of the screen when you view this thread or the main landing page for this forum.

    Cheers!
    Geoff

    in reply to: Month view showing in responsive mode regardless #1008233
    Geoff
    Member

    Hey @straycatco, and thanks for chiming in here as well! You’re totally welcome to follow along here while Mark and I work on this together. If you would like direct support for your question, please do open a new thread and we’d be happy to help you there. 🙂

    Cheers!
    Geoff

    in reply to: Month view showing in responsive mode regardless #1008231
    Geoff
    Member

    Hi Mark,

    Yeah, I think we’re totally on the same page now!

    The full Month View unfortunately cannot be embedded on any page. However, you can link directly to it from your main menu. For example the default URL for Month View right out of the box is:

    [your-site]/events/month

    You can even link directly to a specific category:

    [your-site]/events/month/category/[category-slug]

    That will allow you to add the Month View directly to your site’s menu so that, when clicked, the visitor will be taken directly to the full Month View.

    Does that make sense and will that work for you? Please let me know!

    Thanks,
    Geoff

     

    in reply to: german translation incomplete #1008220
    Geoff
    Member

    Hi Markus,

    You’re totally welcome to follow along here while we work on a fix for the issue Hans-Gerd reported. In the meantime, I think it might be best for you to start a new thread if you have any other questions–that will make following up a lot easier and make sure that your questions get answered without getting lost in the current conversation. 🙂

    Thanks!
    Geoff

    in reply to: Exclusions not working for weekly events #1008147
    Geoff
    Member

    Hey @wheretogokiddo,

    Just want to let you know that we just shipped an update and a patch for this issue was included. Please update and feel free to drop us a new note if you continue to bump into any issues with this. We appreciate your patience while we worked on this–thanks for your support!

    Cheers,
    Geoff

    in reply to: Exclusions not working on daily recurring evets #1008146
    Geoff
    Member

    Hey there,

    Just want to let you know that we just shipped an update and a patch for this issue was included. Please update and feel free to drop us a new note if you continue to bump into any issues with this. We appreciate your patience while we worked on this–thanks for your support!

    Cheers,
    Geoff

    in reply to: Exclusions not working #1008145
    Geoff
    Member

    Howdy folks,

    Just want to let you know that we just shipped an update and a patch for this issue was included. Please update and feel free to drop us a new note if you continue to bump into any issues with this. We appreciate your patience while we worked on this–thanks for your support!

    Cheers,
    Geoff

    in reply to: Next year events not showing. #1008144
    Geoff
    Member

    Hey @billhudson,

    Just want to let you know that we just shipped an update and a patch for this issue was included. Please update and feel free to drop us a new note if you continue to bump into any issues with this. We appreciate your patience while we worked on this–thanks for your support!

    Cheers,
    Geoff

    in reply to: Recurring Events: Custom time will not save #1008141
    Geoff
    Member

    Hey Logan,

    I know you were getting notifications on the other thread but wanted to hit you up here as well. 🙂

    We just shipped an update and a patch for this issue was included. Please update and feel free to drop us a new note if you continue to bump into any issues with this. We appreciate your patience while we worked on this–thanks for your support!

    Cheers,
    Geoff

Viewing 15 posts - 6,226 through 6,240 (of 10,150 total)