Forum Replies Created
-
AuthorPosts
-
November 16, 2015 at 8:34 am in reply to: question about integrating events, membership and donations #1026425
Geoff
MemberHey Brian,
Welcome to the forums! Thanks a ton for getting in touch.
Does the functionality provided by The Events Calendar Pro, in combination with WooCommerce and WooTickets, provide support for this kind of event registration?
The short answer, I’m afraid, is no. WooCommerce Tickets does not provide the ability to collect attendee information and other advanced event registration functionality.
That said, we are in the middle of beta testing a new feature that would allow you to collect that information. It’s in the works, but not available just yet.
So, yeah, I would suggest continuing to use The Events Calendar as a means of listing events for the time being. The event registration and payment functionality that is coming in WooCommerce Tickets looks promising for what you describe, so it’s worth keeping an eye on it for sure.
Does this help answer your questions? Please let me know!
Geoff
P.S. You had mentioned this is for a non-profit project, so I wanted to make sure you know about our non-profit program. If yours qualifies, you could get all plugins for free. 🙂
Geoff
MemberHi Scott,
It sure does! Facebook Events will import the image for an event from Facebook and automatically include it on the imported event post. The image will also be automatically imported into your Media Library for future use.
Does this help answer your question? Please let me know. 🙂
Geoff
Geoff
MemberHi Alex,
I see my last reply was marked as the correct answer–thanks for following up! Please feel free to hit us up if you have any other questions and we’d be happy to help. 🙂
Cheers!
GeoffNovember 16, 2015 at 8:18 am in reply to: Reorder ticket values on event listings page and individual events #1026412Geoff
MemberHi Michael, thanks for following up!
My issue is this. Please take a look at this page: http://www.londonfirebird.com/whatson/
Where it says “£15-£35” for the first event, I want to change that so it shows in reverse order, e.g. £35-£15. Is that at all possible?The second part of my last answer addresses this. It is possible, but you may need to make a filter or a new query altogether to change the order of events by price.
If it is not, is there a way to hide this information?
You can certainly hide the pricing information using CSS, perhaps something like this:
.tribe-events-event-cost { display: none; }…which can be used alongside your theme’s styles or in a plugin like Simple Custom CSS.
The same issue then applies on the event pages themselves
My mistake! I had read your thread title and question as you wanting to change the order of tickets on the event page–however, you want to change the order of the price range. You could override the single event template and then use the tribe_get_minimum_cost() and tribe_get_maximum_cost() functions to display the costs in the order you want in place of the existing cost. For example:
<?php echo tribe_get_maximum_cost() . ' - ' .  tribe_get_minimum_cost(); ?>Then again, the same CSS from above should also hide the cost range from the event page as well. 🙂
Sorry for missing your question the first time through, but I hope this helps!
Geoff
November 16, 2015 at 8:05 am in reply to: Adding Categories to the Venues to Make Searching for a venue easier #1026407Geoff
MemberHi Robyn!
Good question. I can see how being able to distinguish venues with categories would be super helpful in this case.
The easiest answer is to give the locations unique names. For example, if you have two Starbucks locations, one might be Starbucks on 3rd and the other Starbucks on Main.
Another way to do it might be to create a custom taxonomy (aka category) for venues. Venues themselves are a custom post type (registered as tribe-venues), so you should be able to create a custom taxonomy for it and then could use it like you would post categories–only for venues.
Sorry I don’t have a concrete solution for you here, but does this at least give you some ideas to work with? Please let me know. 🙂
Cheers,
GeoffGeoff
MemberHi Lisa,
thanks for reaching out and sorry for the trouble here. I see what you mean: it looks like recurring events are linking up differently than regular events.
For example, I notice that this should be the link to the event:
http://37.60.225.113/~stpauls5/event/gregorian-singers-5/2015-11-17/However, it redirects here:
http://37.60.225.113/~stpauls5/event/gregorian-singers-5/all/Can you try a couple of things for me?
- Flush permalinks. Start by heading to Settings > Peramlinks from the WordPress dashboard and click the Save Changes button. You don’t need to do anything else on that screen. Once you do, please clear your browser’s cache and try visiting the first link I mentioned above again. Does it redirect?
- Test for conflicts. I see you noted having tried using a default WordPress theme and deactivating all other plugins. Did you notice a difference in those conditions? This time, please try it again and create a new recurring event when you are using a default WordPress theme (like Twenty Fifteen) and no other plugins are activated. I want to check for conflicts before we dig too deep.
Let’s start there and see what we find.
Thanks!
GeoffNovember 16, 2015 at 7:45 am in reply to: I am unable to see events for next year in calendar mode. #1026398Geoff
MemberThanks for getting in touch and sorry for the trouble!
Well, the good news is that I am able to visit January 2016 manually on your site by going here:Â http://www.ypwichita.org/events/2016-01/
The weird thing to me is the monthly navigation above the calendar (screenshot). Is that something you custom-created or that came with your theme? The reason I ask is because The Events Calendar doesn’t come with that right out of the box, so I’m wonder if there are some customizations in place that would prevent the typical month view navigation from working, which does allow you to go to the next month in the next year (screenshot). Let me know if that is the case and perhaps we can at least help point you in the right direction, even if we are unable to troubleshoot the customization itself.
@hemant, thanks for chiming in as well. You’re totally welcome to try to the recommendations here in this thread. If you’d like direct support, please do hit us up in a separate thread and we’d be happy to help you out. 🙂
Cheers!
GeoffNovember 16, 2015 at 7:31 am in reply to: Reorder ticket values on event listings page and individual events #1026388Geoff
MemberHey @Michael, thanks for getting in touch!
Good question. It is indeed possible to change the order of tickets, at least on the individual event. In fact, we have an article that walks through that and provides some examples to help get you started. Definitely give that a look because its quite helpful.
It might be possible to do the same in the main calendar, however I think it would take quite a bit of custom development. The calendar is designed to display events by their start dates and times, so tickets aren’t factored into the equation. Plus, there could be multiple tickets per event, so that would be tough as well. However, you could possibly use the tribe_get_cost() function as a means to create a new query and order events by the cost.
Will this help you get started? Please let me know. 🙂
Cheers!
GeoffGeoff
MemberPhew! That’s a huge relief and I’m glad that did the trick. Thanks a ton for following up and please do keep us posted if any other questions or issues pop up–we’d be happy to help.
Cheers,
GeoffGeoff
MemberHi Peter,
I see your last reply was marked as the correct answer–thanks for following up and again for reaching out. Feel free to let us know if any other questions pop up and we’d be happy to help. 🙂
Cheers,
GeoffGeoff
MemberHi Pamela,
I see my last reply was marked as the correct answer–thanks for following up and again for reaching out. Feel free to let us know if any other questions pop up and we’d be happy to help. 🙂
Cheers,
GeoffGeoff
MemberHi Andrew,
I see my last reply was marked as the correct answer–thanks for following up and again for reaching out. Feel free to let us know if any other questions pop up and we’d be happy to help. 🙂
Cheers,
GeoffGeoff
MemberHi Jose,
I see my last reply was marked as the correct answer–thanks for following up and again for reaching out. Feel free to let us know if any other questions pop up and we’d be happy to help. 🙂
Cheers,
GeoffGeoff
MemberHi Peter,
I see my last reply was marked as the correct answer–thanks for following up and again for reaching out. Feel free to let us know if any other questions pop up and we’d be happy to help. 🙂
Cheers,
GeoffGeoff
MemberHi Nicky,
I see my first reply was marked as the correct answer–thanks for following up and again for reaching out. Feel free to let us know if any other questions pop up and we’d be happy to help. 🙂
Cheers,
Geoff -
AuthorPosts
