Geoff

Forum Replies Created

Viewing 15 posts - 2,911 through 2,925 (of 10,150 total)
  • Author
    Posts
  • in reply to: Ateendee data in ticket e-mail #1134632
    Geoff
    Member

    Hey 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!
    Geoff

    in reply to: wpml compatibility for ticket extension #1134630
    Geoff
    Member

    Hey 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

    Geoff
    Member

    Heck yeah, thanks Kieran!

    in reply to: By Selecting Date, Change VIew #1134590
    Geoff
    Member

    Hey 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!
    Geoff

    Geoff
    Member

    Hey Kieran (and Chris),

    This seemed to do the trick when I tested a little further:

    .tribe-tickets-attendees-list-optout {
    display: none !important;
    }

    Cheers!
    Geoff

    in reply to: Ateendee data in ticket e-mail #1134563
    Geoff
    Member

    Hey 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!
    Geoff

    in reply to: How to edit venue name and address #1134476
    Geoff
    Member

    Hello Banafsheh,

    Sure thing! You can find that template right here:

    /wp-content/plugins/the-events-calendar/modules/address.php

    Make 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!
    Geoff

    in reply to: Ateendee data in ticket e-mail #1134468
    Geoff
    Member

    Hey 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!
    Geoff

    in reply to: Passbook and Wallet Support #1134465
    Geoff
    Member

    That’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!
    Geoff

    Geoff
    Member

    Hi 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!
    Geoff

    in reply to: Outlook import #1134460
    Geoff
    Member

    Hi 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,
    Geoff

    in reply to: By Selecting Date, Change VIew #1134459
    Geoff
    Member

    Hey 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!
    Geoff

    in reply to: Display min-max price for linked events #1134457
    Geoff
    Member

    Hi 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,
    Geoff

    in reply to: How to append custom meta fields to event metabox #1134448
    Geoff
    Member

    Hello 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,
    Geoff

    Geoff
    Member

    Nice! Thanks for following up and have a great weekend. 🙂

    Geoff

Viewing 15 posts - 2,911 through 2,925 (of 10,150 total)