Geoff

Forum Replies Created

Viewing 15 posts - 3,481 through 3,495 (of 10,150 total)
  • Author
    Posts
  • in reply to: Adding a Second Start Time to the Same Event #1114885
    Geoff
    Member

    Hi Sean — I see my last reply was marked as the correct answer. 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: What do I need to buy? #1114432
    Geoff
    Member

    Ha, not slow at all!

    Yes, you would need to purchase both Events Calendar PRO and Eventbrite Tickets to get everything you’re looking for. Both offer separate and distinct features from one another. πŸ™‚

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

    Cheers!
    Geoff

    in reply to: Shortcode for Events Calendar #1114430
    Geoff
    Member

    I totally hear you there, Jean-Francois — shortcodes have been a long-time-coming and is something that we’re putting careful attention to because it’s trickier than you might expect. πŸ™‚

    That said, if all goes according to plan, we will be releasing full view shortcodes in version 4.2. Naturally, I cannot guarantee that, but if things keep moving forward, then we’re looking at the next 6-8 weeks.

    Thanks for asking!
    Geoff

    in reply to: RSVP not working after Event Tickets Plus Installed #1114428
    Geoff
    Member

    Hey Wilson and thanks for reaching out!

    So sorry for the issue here with RSVPs going away after installing Event Tickets Plus. That’s certainly odd and I’d be happy to help troubleshoot it here with you.

    First off, just to confirm, are you running the latest versions of both Event Tickets and Event Tickets Plus? I only ask because it’s easy to overlook that both plugins are needed for RSVPs and tickets to work and because running incompatible versions of each plugin could cause this sort of conflict. Currently the versions are:

    • Event Tickets 4.1.3
    • Event Tickets Plus 4.1.2

    If you could check that and let me know that would be great! If you are running the latest versions of both plugins and continue seeing the issue, then it would be awesome if you could head to Events > Settings > Help, copy the System Information at the bottom of the screen and paste it here for me in a private reply. That will help me check a few more settings.

    Thanks so much!
    Geoff

    Geoff
    Member

    Hey Tac and welcome back to the forums. πŸ™‚

    I’d be happy to help but first off, I do want to note that we are fairly limited in how much we can support custom development questions like this. At the very least, I’d be happy to at least point you in the right direction, if I can.

    The Community Events submission form pulls the event admin editor directly and applies it to the front end. As such, whatever is used in the back end will also be used on the front, so you would need to change the admin view if you want the change to be reflected on the front end.

    Unfortunately, editing admin views is much more complex than the front-end calendar views themselves — in fact, editing those files is something we do not recommend because those changes would likely get lost in a future plugin update.Β Our documentation is available for your reference, should you want to make changes to the admin interface.

    My recommendation is that, if it’s a styling issue, to try customizing the checkbox styles with CSS.

    IfΒ you’re more concerned about the functionality of using a checkbox rather than another control (e.g. radio button), then I think it would be wise to enlist the help of a freelancer to responsibly make that customization.

    Sorry I don’t have a concrete answer for you, but does this at least help get you started? Please let me know.

    Thanks,
    Geoff

    Geoff
    Member

    Hi Sameer and welcome to the forums!

    Shoot, I’m afraid that feature is not currently supported in our plugins. 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.

    Events Calendar PRO does have a Day View that groups all events occurring on a particular day together — if you have not enabled that view, you can do so by heading to Events > Settings > Display and checking the box for it in the available event views (screenshot).

    Does this help answer your questions? Please let me know. πŸ™‚

    Cheers,
    Geoff

    in reply to: Changing the word "EVENT" by two words doesn't work #1114418
    Geoff
    Member

    Hi Michel,

    Sorry for the trouble with the snippet!

    I just tried the same snippet that is here in our Knowledgebase and was able to change “Events” to “Photo Workshops” on my test site (screenshot) using this:

    // Singular
    add_filter( 'tribe_event_label_singular', 'event_display_name' );
    function event_display_name() {
    return 'Photo Workshop';
    }
    add_filter( 'tribe_event_label_singular_lowercase', 'event_display_name_lowercase' );
    function event_display_name_lowercase() {
    return 'Photo Workshop';
    }
    
    // Plural
    add_filter( 'tribe_event_label_plural', 'event_display_name_plural' );
    function event_display_name_plural() {
    return 'Photo Workshops';
    }
    add_filter( 'tribe_event_label_plural_lowercase', 'event_display_name_plural_lowercase' );
    function event_display_name_plural_lowercase() {
    return 'Photo Workshops';
    }

    Hopefully that does the trick for you as well!

    I tried looking for an example of the uncentered button but was unable to find one on the site. It will likely take a bit of CSS styling and, if you’re not sure which class name to use, this article will help you locate the correct one.

    Will this help you get started? Please let me know. πŸ™‚

    Cheers,
    Geoff

    in reply to: Customize Individual Event Category Archive #1114409
    Geoff
    Member

    My pleasure! Thanks for following up to let me know. πŸ™‚

    Cheers,
    Geoff

    in reply to: Events showing room details #1114259
    Geoff
    Member

    Hi Svend!

    Good question. Events Calendar PRO does include pages for Venues associated with an event. Like events (or other WordPress posts), those pages can be edited and include pictures and content describing the venue in great detail.

    Here’s an article that thoroughly walks through that feature:

    Venue and Organizer Pages

    Would that work for you? Or is there something else you had in mind? Please let me know. πŸ™‚

    Cheers!
    Geoff

    in reply to: Booking Calendar for Hockey Games #1114254
    Geoff
    Member

    Hey Kurt! (love the avatar)

    Great question. Our Event Tickets and Event Tickets Plus plugins are great for–you probably guessed it–selling tickets for events, but I think it’s far less effective for something like booking appointments.

    So, for example, I believe our plugins would work great when there is an event happening at a specific time and place and you are selling access to that event.

    On the other hand, something like reserving space for an open time slot (like a doctor’s office or perhaps even a hockey venue) may not be the best bet.

    Although I haven’t used it personally, you might want to consider checking out the Booking Calendar plugin. It sounds like a much closer match to what you’re looking for at the moment. I couldn’t tell if it would be able to either accept payments or integrate with another plugin that does, but I do think it’s at least worth looking into.

    Sorry I don;t have a concrete solution for you here, but does this at least help answer your question? Please let met know and I’d be happy to help as best I can!

    Cheers,
    Geoff

    in reply to: Purchase Ticket and Select Dates #1114247
    Geoff
    Member

    Hi John, and welcome to the forums!

    Good question. You are able to create an unlimited number of ticket types,Β but are not able to bundle those tickets together into packages. So far example, you can create tickets for each event:

    • General Admission Event 1
    • General Admission Event 2
    • General Admission Event 3

    …and sell them individually, whether you want to create them directly in the event itself, or on another page or post to sell together.

    If you are using WooCommerce for checkout, there is a Product Bundles plugin for it that I have seen pop up and have had customers tell me it works for creating ticket “packages” on their sites, though I have not tested that myself. Might be worth checking out if selling tickets individually isn’t an ideal option.

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

    Cheers!
    Geoff

    in reply to: Collect Names for Tickets #1114240
    Geoff
    Member

    Hey Matthew!

    Absolutely — that’s one of the best features of Event Tickets Plus.

    When purchasing multiple tickets in a single transaction, the guest is able to complete the name for each ticket holder in addition to any custom fields you might also want to include. Here’s a tutorial that walks through that in much more detail:

    https://theeventscalendar.com/knowledgebase/collecting-attendee-information/

    Does this help answer your question? Please let me know. πŸ™‚

    Cheers,
    Geoff

    in reply to: Customize Individual Event Category Archive #1114234
    Geoff
    Member

    Hey Josh,

    I tested this and it worked on my test site:

    <?php if( tribe_is_upcoming() || tribe_is_past() && tribe_is_event_category( 'prof-learning-conf’' ) ) {
    echo 'Hello!';
    }?>

    Does that work for you as well?

    Thanks,
    Geoff

    in reply to: Additional Fields text hyper link? #1114229
    Geoff
    Member

    Hi Nigel, I see my earlier reply was marked as the correct answer. I’ll go ahead and close this thread but please let us know if any other questions pop up and we’d be happy to help. πŸ™‚

    Cheers!
    Geoff

    in reply to: I can't find related events #1114001
    Geoff
    Member

    Right on! Thanks again for grabbing a copy of Events Calendar PRO — so great to have you on board. πŸ™‚

    Geoff

Viewing 15 posts - 3,481 through 3,495 (of 10,150 total)