Geoff

Forum Replies Created

Viewing 15 posts - 4,321 through 4,335 (of 10,150 total)
  • Author
    Posts
  • in reply to: Time format #1081417
    Geoff
    Member

    Hey there, Nick! I see that my last reply was marked as the correct answer. I’ll go ahead and close this thread, but please do feel free to hit us with another one if any other questions pop up and we’d be happy to help. 🙂

    Cheers!
    Geoff

    in reply to: Looking for Best Ticketing solution for me #1081414
    Geoff
    Member

    Good question! Community Tickets is not redundant at all. In fact, it does what none of our other plugins do which is connect Community Events (the front-end event submission form) with Event Tickets Plus (the ability to create and sell tickets). It allows your site guests to create and sell tickets for the events they submit via Community Events.

    So, what you’re looking at is a suite that contains:

    • Event Tickets
    • Event Tickets Plus
    • Community Tickets

    …in addition to the plugins you already have installed:

    • The Events Calendar
    • Events Calendar PRO
    • Filter Bar

    Let me know if you have any other questions about how the plugins integrate with each other and I’d be happy to help!

    Geoff

    in reply to: Calendar for individual users maintained by Admin #1081410
    Geoff
    Member

    Hey @driven13,

    Just to clarify, what I was describing was a method for checking the logged in status of a user and using the conditional statements to either show or not show events based on who they are. In other words, even if someone could guess the category name, that person wouldn’t be able to see that category’s events, unless they are signed in as the correct user to that category.

    Like I said though, it certainly would take a little bit of custom development and that might be the kicker.

    Do you have any other pre-sales questions I can help answer? Let me know and I’d be happy to help. 🙂

    Cheers!
    Geoff

    in reply to: Change Eventbrite iframe width #1081403
    Geoff
    Member

    My pleasure, happy to be of service! Feel free to let us know if any other questions pop up and we’ll be here to help. 🙂

    Cheers,
    Geoff

    in reply to: Doubts about Modifying php files. #1080683
    Geoff
    Member

    Hi Xavier,

    It looks like my first reply was marked as the correct answer, but I’m not sure whether you marked it or someone else did, so I’ll leave this thread open longer in case you have any other questions here about template overrides.

    Thanks!
    Geoff

    in reply to: dependant ticket sales #1080682
    Geoff
    Member

    Hi Emma,

    I see my last reply was marked as the correct answer. 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: Change Eventbrite iframe width #1080681
    Geoff
    Member

    Hi Shea,

    Yeah, there are a ton of wrappers on that iframe object, so it can be tough to override the width without it being overwritten by the width of another parent element.

    This seemed to do the trick when I was scoping out the site using DevTools:

    .eventbrite-iframe {
    width: 96% !important;
    }

    That should work given that it is the very top element in the cascade, even above the iframe itself. And, since all other widths are percentages, this will base all the other widths on this 96%.

    Let me know if that works. 🙂

    Cheers!
    Geoff

    in reply to: event ticket plus – stop sending ticket email #1080332
    Geoff
    Member

    Hey there, Emiliano!

    Sure thing, you can grab a little plugin that disables the email here:

    Disable Ticket Emails Conditionally

    Let me know if that works for you. 🙂

    Cheers!
    Geoff

    in reply to: Change Eventbrite iframe width #1080325
    Geoff
    Member

    Hi Shea,

    Happy to help here! Would be willing to share a link to an example from the site you’re working on? I was able to change the form width using the tutorial but want to look at your site in case there’s something else to consider in the mix.

    Thanks!
    Geoff

    in reply to: Help I can't see events tickets plus info #1080321
    Geoff
    Member

    No worries at all! I’m just glad everything is working smoothly. 🙂

    Thanks for following up and feel free to hit us with a new thread if any other questions pop up — we’d be happy to help.

    Cheers!
    Geoff

    in reply to: Can I check in attendees with a bluetooth QRCode scanner? #1080320
    Geoff
    Member

    That sounds correct to me! If the scanner is connected to the laptop and scanning the code triggers the laptop to open a URL, then that will work just fine.

    Thanks!
    Geoff

    in reply to: Displaying venues and using them as landing pages #1080313
    Geoff
    Member

    Hey there, Neil!

    I assume that will give me customisations of the venue details page?

    Absolutely. The single-venue.php file will customize the venue details page.

    I was also wondering how to display all of the venues as an archive type layout, in the same was as categories and tags, for example?

    The plugin itself actually doesn’t include a post archive template for Venues. You could, however, create one using your Tag archive as a starting point and querying the tribe_venue custom post type. Here’s an example of how that would work.

    Cheers!
    Geoff

    in reply to: Doubts about Modifying php files. #1080304
    Geoff
    Member

    Hi Xavier,

    If those files wee lost, it was likely due to one of two things:

    • They were modified directly in the plugin directory and a plugin update wiped them out
    • They were modified in the theme directory and a theme update wiped them out

    The best practice would be to make a child theme for your theme, create a tribe-events folder in there and place any template overrides directly there.

    Do either of those scenarios sound like what possibly happened before?

    Thanks!
    Geoff

    in reply to: Looking for Best Ticketing solution for me #1080302
    Geoff
    Member

    I’ve personally never tried integrating Eventica The Events Calendar. I would say it’s worth trying Eventica with the free version of The Events Calendar. If it works there, then it’s more than likely going to work well with our premium add-ons. Looking at the demo, though, it seems like it would work with Event Tickets and Event Tickets Plus.

    Avada on the other hand seems to integrate quite well. We did see some early issues in the early stages of integration but I haven’t seen any reports in quite a long while.

    Cheers!
    Geoff

    in reply to: Can I check in attendees with a bluetooth QRCode scanner? #1079987
    Geoff
    Member

    Hello Ben and thanks for getting in touch!

    Yes, I believe that any QR code reader should do the trick of checking in guests via QR code as long as it’s connected to the internet and able to read/open the link.

    I’m not familiar with that specific QR scanner, but if it doesn’t work, you can always use a QR scanning app from your mobile phone and that will certainly work as well.

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

    Cheers!
    Geoff

Viewing 15 posts - 4,321 through 4,335 (of 10,150 total)