Forum Replies Created
-
AuthorPosts
-
Geoff
MemberHi Etienne,
Sorry for the late reply–our staff was out for the Thanksgiving holiday but we’re back in action now. 🙂
The feed for your events is located here:
http://www.maddyness.com/agenda/feedI put that through the RSS validator and it passed. Does it work for you as well?
Cheers!
GeoffGeoff
MemberHey Laura, thanks for following up!
You can certainly hide the notice–try adding this CSS to your stylesheet or by using something like the Simple Custom CSS plugin:
.tribe-events-notices { display: none; }Will that work for you? Let me know. 🙂
Cheers!
GeoffGeoff
MemberHi folks,
This ticket is still in the system and will be handled, for sure. I don’t have a specific timeline or date, I’m afraid, but will be certainly keep you posted when there’s more to share.
Thanks!
GeoffNovember 30, 2015 at 7:18 am in reply to: Reorder ticket values on event listings page and individual events #1032597Geoff
MemberHey Michael!
How can I remove that as it looks odd at the moment to say “Cost: ____”
I think the best way to remove this instance altogether is to modify the template itself. You can do that by:
- Making a copy of the details.php template. It’s located at /the-events-calendar/src/views/modules/meta/details.php
- Make a new folder in your theme directory called tribe-events (if it isn’t already there)
- Make a new folder in that one called modules
- Make a new folder in that one called meta
- Drop the copied details.php file in that last folder
Now that the template is in your theme, you can modify it to suit your needs. In this case, remove the Cost information–which is lines 92-96 for me.
Did I also read somewhere that you might be introducing custom fields in your next update, so I could manually enter “Cost: £35, £25, £15”?
We actually already have custom fields available in Events Calendar PRO and those would indeed display in the same meta details area. I think what you’re referring to is that we’re going to be adding the ability to collect custom information from attendees when purchasing tickets for an event. That is is on the way!
Cheers,
GeoffGeoff
MemberHi Allison,
Yeah, either of those is certainly possible. In fact, here is a list of common conditional PHP wrappers for targeting specific calendar views to get you started:
Geoff
MemberAwesome! Glad that did the trick and thanks for following up. 🙂
Geoff
Geoff
MemberHi Ron,
I see my last reply was marked as the last answer–thanks for following up! Feel free to open a new thread if you have any other questions and we’d be happy to help you there. 🙂
Cheers!
GeoffGeoff
MemberHi Robert,
I see my last reply was marked as the last answer–thanks for following up! Feel free to open a new thread if you have any other questions and we’d be happy to help you there. 🙂
Cheers!
GeoffGeoff
MemberHi Jason,
I see my last reply was marked as the last answer–thanks for following up! Feel free to open a new thread if you have any other questions and we’d be happy to help you there. 🙂
Cheers!
GeoffGeoff
MemberHi Robert,
I see my last reply was marked as the last answer–thanks for following up! Feel free to open a new thread if you have any other questions and we’d be happy to help you there. 🙂
Cheers!
GeoffGeoff
MemberMy pleasure! Thanks for following up. 🙂
Geoff
Geoff
MemberHey Darrell,
Thanks for following  up! It’s possible that commenting out those lines are providing the server with just enough juice to run. However, not having them in there is likely removing key parts of the form (for example, the ability to select organizers). Brook’s suggestion to review the logs would still be helpful here to see if that’s the difference between the development and live sites.
Thanks!
GeoffGeoff
MemberHey Mario,
Sure thing! You can remove the link by adding this CSS to your stylesheet or in a plugin like Simple Custom CSS:
.tribe-add-organizer { display: none; }Will that do the trick for you? Please let me know. 🙂
Cheers!
GeoffGeoff
MemberHey Eric,
Thanks for reaching out and I’m sorry for the trouble here with your purchase!
I just checked our logs and it appears that credit card transactions are currently working and going through. I’m not aware of any outages from earlier today, but it would be worth trying again just to make sure.
Let me know if you continue hitting the error and I’d be happy to try to help further.
Thanks!
GeoffGeoff
MemberHello Laura and thanks for getting in touch! I hope you’ve been enjoying Filter Bar so far. 🙂
Unfortunately, we do not have a feature to show past events as you suggest.
The events are custom post types so you may be to create a custom loop to create what you are asking for.
This article we have gives examples on making loops for events:
https://theeventscalendar.com/knowledgebase/using-tribe_get_events/Let me know if you have any follow up questions and I’d be happy to help as best I can, or at least point you in the right direction.
Thanks!
Geoff -
AuthorPosts
