Forum Replies Created
-
AuthorPosts
-
May 1, 2017 at 2:17 pm in reply to: Conditional function to check if on a Community Events page #1276949
Trisha
MemberHello, David!
Thank you for using The Events Calendar! I can help with this ?
Glad you like the mockup! We’re excited about the release!
There are quite a few conditional functions that you can use to determine the event page type you’re on. For Community Events you want to use ‘tribe_is_community_my_events_page‘ for the ‘My Events’ page and ‘tribe_is_community_edit_event_page‘ for the ‘Add New Event’ form. I just tested both of these with success.
This Gist has a list of many, if not all of the conditionals you can use. https://gist.github.com/theeventscalendar/8b88307bb2c082d6cdba
Does this help answer your question? Let me know how it goes!
Cheers,
TrishaTrisha
MemberHi, Franz!
So glad to hear this worked out for you! Thanks for letting me know.
I’m going to go ahead and close this out but, as always, if you have any further questions feel free tor each out. I’m happy to help!
Cheers,
TrishaTrisha
MemberHello, name!
Thank you for using The Events Calendar! I can help with this ?
The easiest way to fix this is to force the width on the quantity input field. To do this you’ll need to add some custom css. Once you’re logged in to the site, look at the admin bar at the top of the page and click on the link that says ‘Customize’. When the customizer panel opens look at the bottom and click on the ‘Additional CSS’ panel. In the field there add the following css:
.woocommerce .quantity { width: 60px; }Feel free to adjust the width to your preference. Be sure and click ‘Save’ at the top of the Customizer Panel. That should do it!
Does this help answer your question? Let me know how it goes!
Cheers,
TrishaTrisha
MemberHello, Alex!
Thank you for checking out The Events Calendar! I can help with this ?
Events Calendar Pro has a lot of really nifty features but it’s not needed to sell tickets.
You’ll need The Events Calendar, Event Tickets (both free) and Event Tickets Plus.
Does this help answer your question? Let me know if there’s anything else you need!
Cheers,
TrishaTrisha
MemberHello, Arsen!
Thank you for using The Events Calendar! I can help with this ?
All of the templates used in the plugins are overrideable within your theme. Take a look at our Themer’s Guide, you can find that here: https://theeventscalendar.com/knowledgebase/themers-guide/
It’s a lot to digest so if you have any questions or need some clarification on something, please feel free to reach out. I’m happy to help!
Cheers,
TrishaTrisha
MemberHello, Michael!
Thank you for checking out The Events Calendar! I can help with this ?
There aren’t any restrictions at all on the number of tickets that can be sold at the same time.
As far as discounts. We have a couple of product bundles that might meet your needs, you can check those out here: https://theeventscalendar.com/bundles/
Does this help answer your question? Feel free to reach out if you need any further clarification!
Cheers,
TrishaApril 28, 2017 at 7:48 pm in reply to: Custom String Changes using tribe_custom_theme_text function #1276149Trisha
MemberHello, Alex!
Thank you for using The Events Calendar! I can help with this ?
Each of our plugins has a ‘language’ directory with translations and ‘.pot’ file. The .pot file is the one you’re looking for.
You can see TEC’s pot file here: https://github.com/moderntribe/the-events-calendar/blob/develop/lang/the-events-calendar.pot
Does this help answer your question? Let me know how it goes!
Cheers,
TrishaTrisha
MemberHello, Karen!
Thank you for using The Events Calendar! I can help with this ?
You can easily remove that bit using some custom CSS. Once you’re logged in to your site, click on the ‘Customize’ button in the admin bar at the top of the page. The customizer will open on the left, click on the Additional CSS link at the bottom of the customizer panel and add the following CSS:
.post-3363 .tribe-events-cost,
.post-3363 .tribe-events-divider { display: none; }The ‘.post-3363’ is what tells it to just target that specific event so that it doesn’t remove the price on every event.
If you have other events like this you want to do the same to you can find that post number in a div next to the ‘tribe_events’ class. See the screenshot below for reference.

Does this help answer your question? Let me know how it goes!
Cheers,
TrishaTrisha
MemberHello, Joe!
Thank you for using The Events Calendar! I can help with this ?
I totally see what you mean, that’s definitely puzzling! As a start would you mind going through our ‘Testing for Conflicts’ guide? You can find that here: https://theeventscalendar.com/knowledgebase/testing-for-conflicts/
Let me know what you find out and we can go from there!
Cheers,
TrishaTrisha
MemberHi Michelle!
Ok, no worries. I totally see what’s going on 🙂
If you’ll replace the line above with the following code, that will take care of the problem. We just needed to get a little more specific so that we weren’t hiding all the buttons on the page 🙂
.events-archive #tribe-events .tribe-events-ical.tribe-events-button { display: none }Let me know how it goes!
Cheers,
TrishaTrisha
MemberThis reply is private.
Trisha
MemberHello, Stephanie!
Yes, that’s correct. You can see this partially in this function https://github.com/moderntribe/the-events-calendar/blob/develop/src/Tribe/Template/Month.php#L548
For context, the main query for the month view is right above that on line 461.
Does this help answer your question? Let me know!
Cheers,
TrishaApril 27, 2017 at 9:35 pm in reply to: We changed our domain name and our key license key deactivated #1275597Trisha
MemberHello, Tom!
So Glad to see this worked for you!
I’m going to go ahead and close this out but, as always, if you need anything else feel free to reach out. I’m happy to help 🙂
April 27, 2017 at 9:20 pm in reply to: Filter Bar Location has Duplicate Autocomplete Entries #1275591Trisha
MemberHello, Damion!
Thank you so much for your kind words, they mean a lot! I’m so glad to see this has been helpful to you.
I’m going to go ahead and close this out but as always, if you run into any hiccups or need any further help please reach out. I’m happy to help 🙂
Cheers,
TrishaTrisha
MemberHello, Josette!
Thank you for using The Events Calendar! I just answered your question here https://theeventscalendar.com/support/forums/topic/rolling-7-day-advance-view/
I hope this helps! Please feel free to reach out if you have any further questions or need clarification, I’m happy to help 🙂
-
AuthorPosts
