Forum Replies Created
-
AuthorPosts
-
Geoff
MemberHey 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!
GeoffGeoff
MemberGood 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
February 24, 2016 at 7:10 am in reply to: Calendar for individual users maintained by Admin #1081410Geoff
MemberHey @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!
GeoffGeoff
MemberMy 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,
GeoffGeoff
MemberHi 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!
GeoffGeoff
MemberHi 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,
GeoffGeoff
MemberHi 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!
GeoffGeoff
MemberHey there, Emiliano!
Sure thing, you can grab a little plugin that disables the email here:
Let me know if that works for you. 🙂
Cheers!
GeoffGeoff
MemberHi 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!
GeoffGeoff
MemberNo 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!
GeoffFebruary 22, 2016 at 4:44 pm in reply to: Can I check in attendees with a bluetooth QRCode scanner? #1080320Geoff
MemberThat 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!
GeoffFebruary 22, 2016 at 4:39 pm in reply to: Displaying venues and using them as landing pages #1080313Geoff
MemberHey 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!
GeoffGeoff
MemberHi 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!
GeoffGeoff
MemberI’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!
GeoffFebruary 22, 2016 at 9:29 am in reply to: Can I check in attendees with a bluetooth QRCode scanner? #1079987Geoff
MemberHello 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 -
AuthorPosts
