Geoff

Forum Replies Created

Viewing 15 posts - 3,301 through 3,315 (of 10,150 total)
  • Author
    Posts
  • in reply to: Display "Add to cart" button on event lists #1123348
    Geoff
    Member

    Hi there, Jens! Thanks for getting in touch and welcome back to the forums. We hope you’ve been enjoying the plugin so far. 🙂

    Great question about adding a cart button to an event list. I do want to note first of all, though, that we are fairly limited in terms of helping out with custom development questions like this one. That said, I’d love to point you in the right direction if I can.

    You could edit your list.php template (check out our Themer’s Guide) and use the tribe_get_ticket_form() template tag in there.

    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. 🙂

    Another way to go about it would be to edit the template file and include a link that targets the ticket form on the single-event page itself.

    Also, I do want to note that I’m pretty unfamiliar with the Events Calendar Shortcodes plugin. I’m guessing it will support our methods for customizations but, since it was developed by a third party, I want to throw that out there in case something doesn’t seem to be working the way it should.

    Cheers!
    Geoff

    in reply to: Can user import Facebook events by Community Events? #1123346
    Geoff
    Member

    Hello Mikael and thanks for reaching out!

    Great idea! I’m afraid Community Events will not connect with Facebook Events to import events from Facebook but, if you have a moment, 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

    in reply to: Global Stock #1123344
    Geoff
    Member

    Hi Vivianne,

    Good question! The feature is part of Event Ticket Plus. Do you have that and Event Tickets both installed and active on your site?

    If they are installed and active, will you please head to Events > Settings > Help, copy the system information at the bottom of the page and paste it here for me as a private reply? That will allow me to check your installed versions.

    Thanks!
    Geoff

    in reply to: Move ticket purchase area to top #1123342
    Geoff
    Member

    Hello @hpseo,

    Good question. In fact, we have a snippet available to move the ticket form higher up on the page along with step-by-step instructions on how to use it here in this post.

    Will that do the trick for you? Please let me know.

    Cheers!
    Geoff

    in reply to: Event_Embed #1123340
    Geoff
    Member

    Sounds great! Thanks for following up and feel free to let us know if any other questions pop up. 🙂

    Cheers,
    Geoff

    in reply to: Unlimited License #1123338
    Geoff
    Member

    My pleasure! Definitely let us know if any other questions pop up and we’d be happy to help.

    Cheers,
    Geoff

    in reply to: Additional fields only for admins #1123335
    Geoff
    Member

    Another way to go about it would with a template override. We have step-by-step instructions for it in our Themer’s Guide, but it basically is a way of overriding any of the calendar’s view templates with your own markup.

    So, for example, the template that contains the additional fields is located here:

    /wp-content/events-calendar-pro/src/views/pro/modules/meta/additional-fields.php

    From there:

    • Make a copy of the file
    • Make a new folder in your theme called tribe-events
    • Make a new folder inside that one called pro
    • Make a new folder inside that one called modules
    • Make one last folder in that one called meta
    • Drop the copied additional-fields.php file in that last folder

    Now that the template is in your theme, you can modify it to suit your needs. In this case, you could either delete the additional fields markup so it disappears from the front-end view of the calendar, or add some condition (e.g. is_user_logged_in) logic to check if someone is logged in before displaying it.

    Does that sound like a better approach to you? Please let me know. 🙂

    Cheers,
    Geoff

    in reply to: Tickets sold out #1123329
    Geoff
    Member

    My pleasure! Thanks for following up. 🙂

    I’ll go ahead and close this thread but please feel free to open a new one if any other questions pop up and we’d be happy to help.

    Cheers,
    Geoff

    in reply to: Event_Embed #1123060
    Geoff
    Member

    Hey Glenn, nice to see you again!

    Single event embeds are coming in version 4.2 which is due either late this week or early next. You can see a preview of how the embeds will work here in this post. We’re really excited to release that feature and it’s just around the corner. 🙂

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

    Cheers,
    Geoff

    in reply to: Additional fields only for admins #1123059
    Geoff
    Member

    Hello André,

    Good question. That definitely sounds possible. In fact, Events Calendar PRO includes functionality for creating custom fields for events.

    However, I do want to note that whatever is filled in for the custom fields will be displayed on the website as well. If you want to hide that information from the website, then I would recommend doing so with CSS so that the information is contained in the event in the admin area, but not visible to the general population on your website.

    Is that what you’re looking for? Please let me know. 🙂

    Cheers!
    Geoff

    in reply to: Hover popup clipped #1123049
    Geoff
    Member

    Hey Riccardo,

    Thanks for following up!

    The tooltip itself will always be positioned up, regardless of where the viewport is located — which means that it will be clipped off the screen if there is simply no room for it. That’s unfortunately not something that can be changed.

    Then again, it actually appears that the theme header is also in a fixed position that is covering the tooltip even when there is enough space to show the tooltip (screenshot). That’s the conflict I’m seeing with the theme and where changing the order layers will help ensure that the tooltip is on top of the menu.

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

    Thanks!
    Geoff

    in reply to: Unlimited License #1123036
    Geoff
    Member

    Hey Mohamed,

    Thanks for reaching out. Stoked to hear you’re considering packaging The Events Calendar in your theme — that’s awesome!

    You are certainly welcome to package PRO in there as well and use an Unlimited level license. However, please note that it only allows you access to support here in these forums, rather than each of your customers. That said, you may want to consider the support implication and what it would look like for you to support The Events Calendar and Events Calendar PRO for your customers. My biggest concern, at least from our end, is that customers experiencing issues with PRO would want to reach out directly to us, but not have the access to do so under that arrangement — that could be a source of frustration and confusion.

    It also would require you to share your license key with every customer. The license key is needed to enable automatic updates in WordPress and, without it, customers will see a notification that an update for PRO is available but will be unable to install it. You’re totally welcome to give your license key to customers, but that is something I wouldn’t exactly recommend doing.

    Does this help answer your question? Please let me know and I’d be happy to help as best I can.

    Cheers!
    Geoff

     

    in reply to: Tickets sold out #1123026
    Geoff
    Member

    Hey John,

    Sure, that’s possible!

    You can override the template file for the tickets form and that will allow you to customize the message.

    To do that:

    • Make a copy of the tickets.php file. It’s located at /wp-content/plugins/event-tickets-plus/src/views/wootickets/tickets.php
    • Make a new folder in your theme directory called tribe-events
    • Make a new folder in that one called wootickets
    • Drop the copied tickets.php file in that last folder

    Now that the template is in your theme, you can modify it to suit your needs. In this case, change the messaging for “Out of Stock” which starts on line 86.

    Will that work for you? Please let me know. 🙂

    Cheers!
    Geoff

    in reply to: Related events are the same for each event #1123012
    Geoff
    Member

    Howdy @sunbridgeinstitute,

    Good question! The related events section shows events from the same Event Category. I’m afraid that tags do not factor into what is displayed there.

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

    Thanks!
    Geoff

    in reply to: Hover popup clipped #1122982
    Geoff
    Member

    Hey Riccardo and thanks for getting in touch!

    Oh, it looks like the tooltip is getting cut off by the WordPress admin bar. That’s actually a theme-level styling issue. However, you can try bumping up the layer level of the tooltip by adding this CSS to your theme’s style.css file or using the Simple Custom CSS plugin:

    .tribe-events-calendar .tribe-events-tooltip {
    z-index: 9999;
    }

    …and it might require knocking the level of the WordPress admin bar down in order to take effect:

    #wpadminbar {
    z-index: 9998;
    }

    Hopefully that does the trick!

    Geoff

Viewing 15 posts - 3,301 through 3,315 (of 10,150 total)