Geoff

Forum Replies Created

Viewing 15 posts - 7,921 through 7,935 (of 10,150 total)
  • Author
    Posts
  • in reply to: Add Events save organiser email #951137
    Geoff
    Member

    Hi there, Carl! Nice to see you again. 🙂

    That’s certainly odd. If someone chooses one of the existing Organizers from the Community Events form, then the rest of fields for the Organizer should go away and not be required. Is this not the case for you?

    If you are able to temporarily open your Community Events for to anonymous submissions, I would be happy to head to the form and try submitting an event myself.

    Cheers!
    Geoff

    in reply to: EventBright Calendar View #951133
    Geoff
    Member

    Awesome, thanks John! I’m glad this helps.

    I’ll go ahead and close this thread, but also point you towards these articles on the Eventbrite Tickets plugin. You might find them useful to see how the plugin works prior to purchase:

    https://theeventscalendar.com/knowledgebase-category/eventbrite-features/

    Cheers!
    Geoff

    in reply to: Events page not displaying all events #951131
    Geoff
    Member

    Hi Rob, thanks for following up!

    Oh good, I’m glad the category view for Shows is working properly. Thanks for confirming.

    The other event seems to appear correctly in the Raffles event category as well: http://www.westernlegendsroundup.com/events/category/raffles/

    It looks as though you have properly categorized the event, but have you gone into WooCommerce and categorized the ticket?

    Cheers!
    Geoff

    in reply to: EventBright Calendar View #950954
    Geoff
    Member

    Hi there, John! Thanks for getting in touch–we’re stoked you’re looking into the Eventbrite Tickets plugin and hope it’s a fit for you. 🙂

    Good question. Eventbrite Tickets is actually an add-on that extends that functionality of the core The Events Calendar plugin. That means you will have both plugins installed and they will work together to display your events in a Month view and sell tickets through Eventbrite.

    Does this help clarify things a bit? Please let me know.

    Cheers!
    Geoff

    in reply to: Add additional sections to single event page #950946
    Geoff
    Member

    Hi there, John! Welcome back to the forums.

    Good question. You’ll want to create an override of the single-event.php template and modify it to include your ACF fields where you would like them to display.

    To do that:

    • Create a copy of the single-event.php file. It’s located at /plugins/the-events-calendar/views/single-event.php
    • Create a folder in your theme directory called tribe-events
    • Drop your copied single-event.php file in that folder

    Now that the template is in your theme, you can modify it to suit your needs. In this case, here is ACF’s documentation for using custom fields: http://www.advancedcustomfields.com/resources/code-examples/

    Does this help answer your question? Please let me know. 🙂

    Cheers!
    Geoff

    in reply to: Events page not displaying all events #950943
    Geoff
    Member

    Hi there, Rob! Thanks for getting in touch and sorry for the trouble here. Let’s see if we can figure out what’s happening here together. 🙂

    First off, can you send me a link to an event that should be displaying in that list but is currently not? If you see the event in your WordPress admin (Events > All Events), then you can hover over the event in question and click the View link to get the URL.

    That will help give me an example of what we should be looking at. 🙂

    Cheers!
    Geoff

    Geoff
    Member

    Hi Mark–thanks for following up and confirming the answer! I’m glad this helped.

    I’ll go ahead and close this thread, but please feel free to let us know if any other questions pop up and we’d be happy to help.

    Cheers!
    Geoff

    in reply to: Update issue #950934
    Geoff
    Member

    Hi Chris–thanks for following up and confirming the answer! I’m glad this helped.

    I’ll go ahead and close this thread, but please feel free to let us know if any other questions pop up and we’d be happy to help.

    Cheers!
    Geoff

    in reply to: Translation bug in de_DE #950858
    Geoff
    Member

    Thanks for marking the answer, Andreas! I’ll go ahead and close this thread, but am looking forward to seeing a submission for the updated translation come in. 🙂

    Cheers!
    Geoff

    in reply to: Add Woo Tickets "Add to cart" button outside event page? #950835
    Geoff
    Member

    Hi there, Lee!

    It seems this is a duplicate of the thread you opened here:

    Woo Tickets – Adding "add to cart" functionality outside of event page

    I’ll go ahead and close this one and see you back in the other thread. 🙂

    Cheers!
    Geoff

    in reply to: Woocommerce Recurring Event Function #950833
    Geoff
    Member

    Hi there, Joe! Thanks for chiming in.

    I realize that you may not be completely happy with the pace of development, but I think it’s a little heavy-handed to call it unreasonable. Our ticketing framework is pretty comprehensive and what may seem like an easy update actually requires a significant amount of lifting to accommodate all the existing features in addition to the compatibility with all of our other plugins.

    That said, I do hear your concern and frustration here. I can tell you that there is a lot of work currently being done to overhaul and improve the entire ticketing framework. As you might expect, there’s a lot involved there, including the features we’re talking about here. I unfortunately am unable to pin a specific release date, but I do hope to have more news to share in the very near future.

    Cheers!
    Geoff

    Geoff
    Member

    Hi there, Lee! Thanks for getting in touch.

    Good questions. I do want to note that it would take a fair amount of custom development to get something like this going. That said, I’m happy to help point you in the right direction, if I can. 🙂

    1) Have a single page that lists all of the available webinars within a single category.

    The Events Calendar actually sets that up for you. You can get the URL for any event category at [your-site]/events/category/[category-slug]. So, for example, if you have a category called Webinar, your URL might be something like [your-site]/events/category/webinar.

    I’m honestly unfamiliar with the shortcode plugin you mentioned, but using the URL above is a good way around needing the shortcode.

    2) Add the “Add to cart” button from Woo Tickets beside each listing.

    This is where things get a little tricky. You could edit your list/single-event.php template (check out our Themer’s Guide for more info on customizing templates) and use the tribe_get_ticket_form() function to call the ticket form.

    Here’s an example of what that might look like. You may need to play with it a little bit to fit your theme, but hopefully it points you in the right direction.

    Cheers!
    Geoff

    P.S. I’m going to move this thread to our WooCommerce Tickets support forum since this is more about support than Pre-Sales. 🙂

    Geoff
    Member

    Hi there, Kevin!

    Thanks for getting in touch and sorry for difficulty here.

    Are you using a plugin to handle multiple languages on your site? If so, which one? It could likely be that both that plugin and The Events Calendar are trying to accomplish similar redirects using similar mechanisms and aren’t meshing nicely.

    If you’re only running a single language on your site and want all of the calendar slugs to include /th/, then you can go into Events > Settings and change the Events URL Slug and Single Event URL Slug options to include that there. Then, you would update your site menu (Appearance > Menus) to make sure the menu links up to the correct spot.

    Cheers!
    Geoff

     

    in reply to: Translation bug in de_DE #950816
    Geoff
    Member

    Hi there Andreas–welcome to the forums!

    Thanks for the heads up. If you (or someone else) would like to contribute that translation, we have a handy article here that helps outline the submission process. And, as a bonus, we’ll kick in a coupon for a free license of the plugins you translate. 🙂

    Cheers!
    Geoff

    in reply to: Still trying to create a listing of organizers… #950811
    Geoff
    Member

    Hello there, Andrea!

    I’m happy to try to walk you through this as best I can. 🙂

    The snippet in the thread you linked to will work wonderfully:

    <?php $organizers = get_posts(array('post_type' => 'tribe_organizer', 'posts_per_page' => -1));
    
    echo '<ul>';
    
    foreach ($organizers as $organizer) {
    echo '<li>';
    esc_html_e($organizer->post_title);
    echo '</li>';
    }
    
    echo '</ul>';
    
    ?>

    That will display a list of all the Event Organizers (Coaches) currently registered in WordPress. Add that to the page template you are working with (not using the page editor, but working in the template code itself), then it should be good to go.

    Please feel free to let me know if you have follow-up questions. 🙂

    Cheers!
    Geoff

Viewing 15 posts - 7,921 through 7,935 (of 10,150 total)