Forum Replies Created
-
AuthorPosts
-
Geoff
MemberHi Lynne,
Thanks for clarifying! I’m afraid that the nonprofit program only applies to a free copy of Events Calendar PRO at this time. In other words, any other products would need to be purchased at full cost.
That said, we do offer promotions from time to time and announce them on our blog when they are available.
Sorry I don’t have any other pricing breaks at the moment, but does this at least help answer your question?
Thanks,
GeoffGeoff
MemberMy pleasure! So glad that did the trick. ๐
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 and have a great day!
Geoff
Geoff
MemberYou bet! There are a ton of functions just like that.
In fact, every function is documented right here:
https://theeventscalendar.com/plugin/the-events-calendar/A few you may want to consider:
- tribe_events_single_event_before_the_content
- tribe_events_single_event_after_the_content
- tribe_events_single_event_before_the_meta
- tribe_events_single_event_after_the_meta
Cheers!
GeoffGeoff
MemberHey Nathan,
Thanks so much for following up, though I’m bummed to see the issue is still lurking around.
I think testing for conflicts is going to be a good start to pinpointing where the issue is. I’ve tested the map setting on a test site running the default WordPress Twenty Sixteen theme and no other plugins installed and everything seems to work correctly. Here’s a screenshot of the setting and another one of the published event. Let’s get your site (or a mirrored version of it) into the same default conditions and then activate the other components one at a time to see where the trouble starts.
This guide provides the specific steps for testing:
Will you please run through those steps and let me know the results? I’m hoping this will give us the exact location of the issue.
Thanks!
GeoffGeoff
MemberThere is currently no easy way to display past events in the widget that comes with the plugin. Iโm afraid it would take some custom development that would be beyond what we could do here in the forums.
That said, this is a feature weโve seen come up on our UserVoice page, though it looks like that ideas was declined.ย Also, hereโs a direct link to our Themerโs Guide and our documentation to help get your started with possible customizations.
Sorry I don’t have a concrete solution for you here, but does this at least help answer your question? Please let me know.
Thanks,
GeoffGeoff
MemberI certainly will, thanks for the heads up, Pau!
Geoff
MemberHi Jeanette,
If you need the iCal Importer on all three sites. Otherwise, if you plan on importing events from two of the calendars into the third, then a single site iCal Importer license for $49 will do the trick.
That would bring your total to…
- Filter Bar Business License: $149
- iCal Importer Personal License: $49
…or $198 per year. And keep in mind that the plugins will continue to work even if you do not renew your licenses at the end of the year — what you will lose is access to our support premium support forums and future plugin updates.
Cheers!
GeoffGeoff
MemberHey Michael,
Oh shoot, that looks like a styling conflict with the theme — sorry about that!
It looks like adding this CSS to your theme’sย style.css file or using the Simple Custom CSS plugin will do the trick:
#tribe-events-content table.tribe-events-calendar { display: inline-table !important; }Here’s a screenshot of the calendar once the code is in place.
Will that work for you? Please let me know. ๐
Cheers!
GeoffGeoff
MemberHey Chris — thanks for checking back in!
I just tried installing Eventica and Community Events together and they both seemed to work nicely together. Here’s a screenshot of the submission form so you have an idea of what it looks like.
In other words, I think it looks like a solid fit. ๐
Cheers!
GeoffGeoff
MemberHi Marlene,
Great question! Yes, that would be possible. For example, you could write a function that checks for what view is currently being viewed and display content based on that condition:
add_filter('tribe_events_before_html', 'tribe_custom_content'); function tribe_custom_content() { if( tribe_is_photo() && is_tax() ) { echo 'This is a Category in Photo View!'; } }Will that help you get started? Please let me know. ๐
Cheers!
GeoffGeoff
MemberHi Joy,
That’s a really awesome question and I know it’s something we’ve not only seen come up before, but also happens to be a pretty popular feature request.
While we haven’t started working on that specific feature, there is a way to use Event Tickets so that you can begin taking RSVPs instead of selling tickets once an event has sold out. And, if RSVP isn’t the exact word you’re going for, it would be fairly easy to change it to something else, like Waitlist.
Does this help answer your question? Please let me know. ๐
Cheers!
GeoffGeoff
MemberHi Lynne,
Thanks so much for getting in touch! We love working with nonprofits and actually have a program that your client can apply to for a free copy of Events Calendar PRO, if accepted.
Here’s more information on how it works and a direct link to the application itself.
Does this help answer your question? Please let me know. ๐
Cheers!
GeoffGeoff
MemberMy pleasure!
Geoff
MemberHey Thomas and thanks for reaching out — so glad to hear you’re checking out Events Calendar PRO. ๐
Yes, that is exactly correct. Once the plugin license has been purchased, that will prompt you to create an account for this site, which then provides you with your download and license key information. That account will also grant you access to our premium support forums here on this site as well as plugin updates for Events Calendar PRO as long as the license is active.
Does this help answer your question? Please let me know.
Cheers!
GeoffGeoff
MemberHi Juan,
Great question! This is certainly possible and I would recommend our Community Manager bundle to make it happen. That package includes all the plugins you need to do the following:
- Event Tickets Plus – This sets up the ability to create paid tickets for events
- Community Events – This allows vendors to submit events to your calendar
- Community Tickets – This connects Community Events with Event Tickets Plus so that vendors will be able to create and sell tickets for the events they submit to the calendar
I should note that you will need The Events Calendar (free), Event Tickets (free) and WooCommerce (free) for the above plugins to function. They’re all free though and provide the basic functionality for the others to run. ๐
Once everything is installed and activated, you will be able to set up a configuration that allows those who are creating and selling tickets for their events to receive payment for ticket sales directly through PayPal.
Does this help give you an idea of what you’ll need? Please let me know.
Cheers!
Geoff -
AuthorPosts
