Forum Replies Created
-
AuthorPosts
-
Geoff
MemberHi Adam, thanks for following up and confirming the answer! Feel free to let us know if any other questions pop and we’d be happy to help. 🙂
Cheers!
GeoffMarch 13, 2015 at 7:55 am in reply to: Include event title and description in woocommerce new order email #948139Geoff
MemberOh shoot, sorry about that! I mistakenly gave you the function for the page title rather than the event title.
You can try using tribe_events_title() or possibly even just the_title() instead.
You can display the date and time details as well using tribe_get_start_date and tribe_get_start_time().
For your reference, all of our available functions are available in our documentation. If you’re searching for information on these and other variables, the docs are a great place to find things. 🙂
Cheers!
Geoff-
This reply was modified 11 years, 2 months ago by
Geoff.
Geoff
MemberHello there, Ian! Thanks for getting in touch and sorry you weren’t able to reply to the last thread.
As my colleague Brian noted in the last thread, we don’t support something would allow you to distinguish ticket prices based on whether someone is logged in or not right out of the box. That’s an interesting idea, though.
While this isn’t a feature right out of the box, it might be possible to accomplish it with some custom development. We have a complete Themer’s Guide and set of documentation that could assist with that, though we wouldn’t be able to support you directly here in the forums.
Also, is it possible that if you select say 3 tickets at once, you can get the name/address of each of those who want tickets in one transaction?
That’s something we’re definitely interested in making, but it’s unfortunately not supported at the moment. Stay tuned!
Does this help answer your questions? Please let me know. 🙂
Cheers!
GeoffMarch 12, 2015 at 2:38 pm in reply to: What filters are available in original, pro and with filter bar add-on? #948007Geoff
MemberHi there, Claire! Thanks for getting in touch and for checking out the plugins. I hope it’s a nice fit for your project. 🙂
Yes, the core version of The Events Calendar include Event Categories and Tags. These can be applied to events posts and would affect the results included with the search functionality.
The Events Calendar PRO adds Venues and Organizers as additional ways to categorize events.
The Filter Bar add-on adds an advanced search field to the calendar that allows visitors to filter events by a number of different criteria, including:
- Start Time
- Day of the week
- Category
- Tag
- Cost
- Venue (if PRO is installed)
- Organizer (if PRO is installed)
Does this help clarify things a bit and answer your questions? Please let me know. 🙂
Geoff
March 12, 2015 at 2:29 pm in reply to: Event List: Upcoming events shows venu URL instead of name #948001Geoff
MemberHello Riza! Nice to see you again. 🙂
Will you please post the link to the thread you referenced? It doesn’t look like it came through when you published the thread and that would help give me more context for what you[re working with.
In general, if the Venue URL is printing instead of the Venue Name, you should be able to dig into the code you modified and use tribe_get_venue() to explicitly return the Venue Name.
Cheers!
GeoffGeoff
MemberAh, gotcha. If that’s the case, perhaps you can try using the same sort of condition, but hook into the tribe_events_before_html() function. This would allow you to inject the shortcode above the header without actually touching the template.
Here’s a rough example to get you started, in case it helps. 🙂
Cheers!
GeoffGeoff
MemberOh wow, nice work! That make a heck of a lot of sense and I can see how that would cause the issue to pop up.
It depends on the flexibility and documentation of the navigation plugin, but I wonder if you can inject a navigation manually into the events template itself. That way, you’d only have to touch it once in the default-template.php template. Just a thought, but it could be way off base depending on what the plugin supports.
Thanks so much for following up and providing more details. I’ll go ahead and close this thread since it seems like you’ve narrowed it down to the navigation plugin, but please feel free to hit us up with a new thread if any other questions pop up–we’d be happy to help. 🙂
Cheers!
GeoffGeoff
MemberHi Dave and welcome to the forums! Sorry for the trouble here, but let’s see if we can pinpoint what’s happening here together.
There was a recent to our validation server earlier today and perhaps you hit it at an inopportune time. I’d suggest leaving it as-is for the day and giving it another try tomorrow. Give that a shot, then let me know if you still encounter an issue and we can dig a little deeper. 🙂
Thanks for your patience here. Hopefully we can get to the bottom of things and resolve the issue.
Cheers!
Geoff-
This reply was modified 11 years, 2 months ago by
Geoff.
Geoff
MemberThanks for following up and marking the answer! I’m glad this helps. 🙂
I’ll go ahead and close this thread, but please feel free to hit us back up if anything else comes up and we’d be happy to help.
Thanks!
GeoffGeoff
MemberHey there, Dave! Welcome back to the forums. 🙂
Good question! The way I would go about it is to override the single-event.php template and wrap it in a PHP condition like:
// Replace $id with a specific event post ID <?php if ( tribe_is_event( $id ) ) { // Event-specific stuff } else { // All normal layout stuff } ?>That’s just a rough idea, so tweak it as needed, but it should help get you off the ground. 🙂
Cheers!
Geoff-
This reply was modified 11 years, 2 months ago by
Geoff.
Geoff
MemberHi there kalyani! Thanks for getting in touch.
That’s certainly strange. I tried creating a recurring event on my setup that repeats every Friday of the month and it displayed on the proper days and months that I specified for the Start and End dates. Here’s a screenshot of my settings, if it helps.
I’d suggest checking your event’s settings and possible deleting it and trying again. If you think there might be another conflict at play, then you can try the troubleshooting steps outlined here to identify where that’s happening.
By the way, I’m going to move this thread from Pre-Sales to The Events Calendar PRO. We use Pre-Sales for questions about the plugin prior to purchase.
Cheers!
GeoffMarch 12, 2015 at 10:18 am in reply to: Link each event in calendar to a custom page instead of default event page #947926Geoff
MemberAwesome! I’m glad that helps–thanks for following up and letting me know. 🙂
I’ll go ahead and close this thread, but feel free to hit us up with a new one of any other questions pop up–we’d be happy to help.
Cheers!
GeoffGeoff
MemberYes, you’re totally correct here. While splitting multiday events into separate events doesn’t have an impact on some calendar application (e.g. iCal), it does seem to have an impact on the application you are using.
I don’t have a solution for you right this moment, but I’ve opened a ticket for our team to look into this further. I’ll be able to update you here when I learn more.
Thanks for reporting this and for your patience walking through it with me! I appreciate it. 🙂
Geoff
March 12, 2015 at 8:24 am in reply to: Added TECP to the Main RSS Feed – now RSS feed is blank #947890Geoff
MemberHi there, Jon. Yeah, DevTools is seeing something there–but perhaps it’s not crucial if the source code itself isn’t referencing it. Strange it comes up, though.
Interestingly, I tried adding your snippet to my setup and it worked. It seems there is something else at play here that suggests a conflict coming from another source.
Geoff
March 12, 2015 at 8:22 am in reply to: Link each event in calendar to a custom page instead of default event page #947889Geoff
MemberHey there, Rob! Thanks for following up.
Yeah, single-event.php will be the correct template. The loop.php template sets the looped content up and single-event.php actually holds the content inside the loop.
I don’t have a third-party plugin off the top of my head, but here’s a search to get you started. I think the important thing is to choose one that is compatible with custom post types, which is what events are. Most should support that anyway though. 🙂
Cheers!
Geoff -
This reply was modified 11 years, 2 months ago by
-
AuthorPosts
