Geoff

Forum Replies Created

Viewing 15 posts - 8,011 through 8,025 (of 10,150 total)
  • Author
    Posts
  • Geoff
    Member

    My pleasure! I’m so glad that worked out. Thanks for following up and for the kind words as well. 🙂

    Cheers!
    Geoff

    in reply to: Only allow one, two-hour event per day #948597
    Geoff
    Member

    Hi there Stephen and Michelle! Thanks for getting in touch. 🙂

    That’s an interesting idea. For the time being, the only restriction Community Events can impose is whether submissions must be from registered users. I can definitely see how setting specific posting limits on user permissions would be a benefit as well, but that’s a feature that isn’t currently supported.

    If that’s something you’d us to consider, I’d suggest posting it to our UserVoice forum, which is where we take new feature requests. We’d love to see it posted. 🙂

    Sorry I don’t have a concrete solution for you here, but does this help answer your question? Please let me know.

    Cheers!
    Geoff

    Geoff
    Member

    P.S. I’m going to move this thread to our Eventbrite Tickets forum. Same URL, but a little easier to find. 🙂

    Geoff
    Member

    Hi there, Janka! Thanks for getting in touch and sorry for the issue here.

    Yes, for the time being, importing events from Eventbrite needs to be done one at a time. Sorry if that wasn’t clear up front.

    It looks like you’re using eventbrite.ca instead of .com. The Eventbrite API defaults to .com, so that’s what the Eventbrite Tickets plugin defaults to as well. There was a workaround for this at one point in time, but I don’t believe it works anymore.

    Is it possible for you to register your events at Eventbrite.com instead? I think that will help resolve what we’re seeing here.

    Cheers!
    Geoff

    in reply to: Event check in #948588
    Geoff
    Member

    Hello there, Christian! Thanks for getting in touch. We’re glad you enjoyed the video demo. 🙂

    Good question. If an event spans three days, then the same button will apply for all three days. In fact, you can set a start and end date and time for when the button appears.

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

    Cheers!
    Geoff

    in reply to: Presale question #948586
    Geoff
    Member

    Hi there, Stew! Thanks for getting in touch.

    If you send us an email to support [at] theeventscalendar.com and reference this thread, I think there’s something we can do to help you out. 🙂

    I’ll go ahead and close this thread for now, but we’ll see you in the inbox.

    Cheers!
    Geoff

    in reply to: Displaying multiple-day events as a block on calendar #948585
    Geoff
    Member

    Hi there, Dora! Thanks for reaching out.

    Good question. Unfortunately, displaying multi-day events as single blocks in Month View is not currently possible. It’s something we’re looking into, but haven’t put on our roadmap yet.

    Sorry that’s probably not what you were hoping to hear, but does it help answer your question? Please let me know.

    Cheers!
    Geoff

    in reply to: events export #948577
    Geoff
    Member

    Hey there, Stefan–nice to see you again. 🙂

    Sorry for this issue, I can see how that would be frustrating. Does the same thing happen when you try to export other post types as well, or just when trying to export events?

    It’s a bit of a long shot (though still a possibility), but I see you noted that you are currently running version 3.8.1 of the plugins. Are you able to update to the latest versions of both The Events Calendar and The Events Calendar PRO? We’re currently at version 3.9.1.

    Let’s start there and see what we find.

    Cheers!
    Geoff

    in reply to: combo tickets (for multiple dates) and single tickets #948576
    Geoff
    Member

    Hi there, Radney! Thanks for getting in touch.

    Enabling a global stock of tickets for multiple events is something we’re looking into but unfortunately do not support yet. If you’d like to stay updated on that development, I’d suggest heading to the link above so you can add your vote and register to receive notifications when there are updates available.

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

    Cheers!
    Geoff

    Geoff
    Member

    I think you will need to add one more closing bracket before $link is returned. This seems to work on my setup:

    https://gist.github.com/geoffgraham/fed6c0596e77202e0f52

    Let me know if that helps!

    Geoff

    in reply to: limit text in calendar popups #948567
    Geoff
    Member

    Awesome, thanks for following up Bali! Looks like we were replying right on top of each other on Friday, so I’m glad you were able to find an easy fix. 🙂

    Yeah, it’s very possible that your theme’s CSS is overriding the calendar’s CSS. You can try using this:

    .tribe-events-tooltip .tribe-events-event-body {
    /* Your styles */
    }

    I would try placing that in your theme’s style.css file. It’s very possible you will need to mark your attributes with !important if the styles aren’t cascading well with your theme.

    I wonder if the adding more specificity to the tooltip CSS will allow you to set the z-index:

    .tribe-events-calendar .tribe-events-tooltip {
    z-index: 10000 !important;
    }

    I’m going to go ahead and close this thread since it seems we’ve covered the original question–but please feel free to start a new thread if you other questions and we’d be happy to help you out there. 🙂

    Cheers!
    Geoff

    Geoff
    Member

    Hi Jon, thanks for following up!

    Yeah, I certainly do believe that a timeout is a solid possibility here considering we’re dealing with so many events.

    I wonder if there is enough memory allocated to PHP. Have you tried increasing the limit? Some hosts do not allow you to set that limit so, if that’s the case, contacting them for assistance is a good route.

    Let me know if that’s something you’ve already tried. 🙂

    Geoff

    in reply to: How to change the date format #948560
    Geoff
    Member

    Awesome, I’m glad that helps on the events page!

    Good question. Honestly, I’m not quite sure how that would apply to your shortcode. It sounds like there might be some custom development there that I wouldn’t exactly be able to help with. You might try pairing the shortcode with the tribe_get_start_date() function. Or, perhaps, check your code to ensure that it is properly referencing _EventStartDate in a way that would respect the calendar’s settings.

    Sorry I don’t have a concrete solution here for you, but I hope this helps point you in the right direction!

    Geoff

    Geoff
    Member

    Hi there, Riza!

    I bet that’s because the snippet targets all events, regardless of what context they are in. Please try wrapping the Venue and Organizer functions in a conditional statement that only targets the Single Event View:

    // Single Events
    if ( tribe_is_event() && is_single() ) {
    // Rest of snippet
    }

    Cheers!
    Geoff

    in reply to: limit text in calendar popups #948275
    Geoff
    Member

    Hi Bali, sorry my first suggestion didn’t help out.

    To be honest, I’m having a little trouble following what it is you are looking to do. Are you trying to increase the length of the excerpt? Are you trying to replace the excerpt with the full content? Maybe you can help me get a better idea of what it is you need and I’ll do my best to point you in the right direction. 🙂

    Thanks!
    Geoff

Viewing 15 posts - 8,011 through 8,025 (of 10,150 total)