Geoff

Forum Replies Created

Viewing 15 posts - 3,751 through 3,765 (of 10,150 total)
  • Author
    Posts
  • in reply to: Events Calendar with WordPress 4.4.2? #1103755
    Geoff
    Member

    Hi David! I see one of my last replies was marked as the correct answer. I’ll go ahead and close this thread but please feel free to hit us with a new one if any other questions pop up and we’d be happy to help. 🙂

    Cheers,
    Geoff

    in reply to: Integrate TEC into the website #1103751
    Geoff
    Member

    Hi Pau! I see one of my last replies was marked as the correct answer. I’ll go ahead and close this thread but please feel free to hit us with a new one if any other questions pop up and we’d be happy to help. 🙂

    Cheers,
    Geoff

    in reply to: Show Event Date In Email Confirmation #1103209
    Geoff
    Member

    Hey Sean — nice to see you again and hope all is well .:)

    Good question. I do believe that WooCommerce gives you the ability to modify the email conformations it sends out. When you do, you can use something like this:

    <?php echo tribe_get_start_date(); ?>

    …to display the event’s start date. I say something like this because it will likely require you to grab the event ID and use that as a reference so that the email knows which event start date to pull.

    Sorry I don;t have more of a concrete solution for you here, but I do hope this at least helps you get started!

    Thanks,
    Geoff

    in reply to: PRESALE QUESTIONS EVENT TICKETS PLUS #1103202
    Geoff
    Member

    Sure! The plugin itself does not use bar codes, so there would be custom development involved, but I’m sure that would be possible with some custom lifting.

    in reply to: Tickets date shown in the email #1103196
    Geoff
    Member

    Actually, scratch that. One of the developers on our team, George, took a stab at modifying the email template file and came up with a good example you can use to work off of. 🙂

    in reply to: Ticketing option for assigned seating? #1103194
    Geoff
    Member

    Howdy @fluxresearch!

    Great question. Assigned seating is something we’re definitely looking into but I’m afraid isn’t a baked in feature at the moment. For now, I would say Eventbrite Tickets is your best bet. Eventbrite.com offers seating charts and arrangements and Eventbrite Tickets will do the work to display those tickets on your event and allow guests to choose and purchase seats from Eventbrite.com.

    Will this work for you? Please let me know.

    Cheers,
    Geoff

    Geoff
    Member

    Good question!

    Yes, that’s totally doable. It will be in the list/single-event.php template at line 69:

    <?php echo tribe_events_get_the_excerpt(); ?>
    <a href="<?php echo esc_url( tribe_get_event_link() ); ?>" class="tribe-events-read-more" rel="bookmark"><?php esc_html_e( 'Find out more', 'the-events-calendar' ) ?> &raquo;</a>

    Swap that out for the full content and that should do the trick. 🙂

    Cheers,
    Geoff

    in reply to: Pre Existing Database #1103184
    Geoff
    Member

    Hey John and thanks for reaching out!

    Interesting question. Does the DB content The Events Calendar data or data from another source? It can certainly read data from the same tables it would write itself but I’m not too sure about data from something else, like let’s say another calendar application.

    Does this help? Please let me know. 🙂

    Cheers,
    Geoff

    in reply to: Volunteer-style events #1103182
    Geoff
    Member

    Hey Doug and thanks for the kind words! I really hope our plugins are a great fit for your site. 🙂

    Great questions. It is possible to have someone simply RSVP for an event using our Event Tickets plugin (free). You can also use Event Tickets without The Events Calendar and accept RSVPs on any page or post.

    The will, however, still trigger an email sent to the person who is completing the RSVP. It is possible to disable the email from sending, but it will take a little bit of custom development to make it happen. Just want to throw that out there so you know.

    If you use Event Tickets Plus with Event Tickets, then you can collect additional information about your guests as well as they register. I don’t have a live example of a registration form to share at the moment, but this post here walks through how they are set up with nice screenshots that should give you a clear idea of how they work.

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

    Cheers!
    Geoff

    in reply to: A Post Sales Request #1103178
    Geoff
    Member

    This reply is private.

    in reply to: A la carte add-ons? #1103171
    Geoff
    Member

    Hey Roger and thanks for getting in touch!

    I’m afraid it’s an all-or-nothing sort of thing with recurring events and Events Calendar PRO. Purchasing PRO is the only way to get the recurring event functionality.

    You might consider getting either a Business or Agency level license if you plan on supporting more clients with calendars — that would allow you to get more mileage out of a single license rather than having to pay for each instance of PRO.


    @bingdesign
    — you can grab the iCal Importer add-on here and, yes, it can be used to import events from Google Calendar into WordPress. Please note that it is an importer rather than an exporter.

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

    Cheers,
    Geoff

    in reply to: Tickets date shown in the email #1103162
    Geoff
    Member

    Here’s a function you could add to your functions.php file and then call in the template to return a  ticket’s end sale date:

    add_filter( 'event_tickets_email_include_end_date', 'tribe_show_tickets_end_date' );
    
    function tribe_show_tickets_end_date( $bool ) {
    return true;
    }

    I do want to note that we are fairly limited in how much we can support custom development questions like this, but I do hope this at least helps get you started!

    Thanks,
    Geoff

    in reply to: Timezone looping bug #1103157
    Geoff
    Member

    Gotcha, thanks for following up!

    I’ve added this thread to the ticket we have open for the issue and, while I can’t guarantee a date when it will be released, I will be sure to follow up with you here when I know more.

    Geoff

    in reply to: Changing Today's Date Color – CSS #1103154
    Geoff
    Member

    Hey Malinda! I see my last reply was marked as the correct answer. I’ll go ahead and close this thread but please feel free to hit us with a new one if you have any other questions and we’d be happy to help. 🙂

    Cheers!
    Geoff

    in reply to: Event Calendar Pro #1103152
    Geoff
    Member

    Hey Esther! I see my last reply was marked as the correct answer. I’ll go ahead and close this thread but please feel free to hit us with a new one if you have any other questions and we’d be happy to help. 🙂

    Cheers!
    Geoff

Viewing 15 posts - 3,751 through 3,765 (of 10,150 total)