Geoff

Forum Replies Created

Viewing 15 posts - 2,506 through 2,520 (of 10,150 total)
  • Author
    Posts
  • in reply to: Non-profit pricing #1147021
    Geoff
    Member

    Hi 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,
    Geoff

    in reply to: Responsive Calendar #1147014
    Geoff
    Member

    My 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

    in reply to: Adding a button to the category view #1147012
    Geoff
    Member

    You 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!
    Geoff

    in reply to: Map Visible Even When Disabled #1147005
    Geoff
    Member

    Hey 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:

    Testing Conflicts With Themes and Other Plugins

    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!
    Geoff

    in reply to: Past events in a list #1146781
    Geoff
    Member

    There 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,
    Geoff

    in reply to: Main event page in photo view in iPAD #1146778
    Geoff
    Member

    I certainly will, thanks for the heads up, Pau!

    in reply to: Share calendar #1146776
    Geoff
    Member

    Hi 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!
    Geoff

    in reply to: Responsive Calendar #1146773
    Geoff
    Member

    Hey 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!
    Geoff

    in reply to: theme compatibility community pro #1146751
    Geoff
    Member

    Hey 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!
    Geoff

    in reply to: Adding a button to the category view #1146743
    Geoff
    Member

    Hi 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!
    Geoff

    in reply to: Waitlist and Attendee functionality #1146727
    Geoff
    Member

    Hi 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!
    Geoff

    in reply to: Non-profit pricing #1146720
    Geoff
    Member

    Hi 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!
    Geoff

    in reply to: purchase process for Events Calendar PRO #1146718
    Geoff
    Member

    My pleasure!

    in reply to: purchase process for Events Calendar PRO #1146691
    Geoff
    Member

    Hey 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!
    Geoff

    in reply to: Mi #1146689
    Geoff
    Member

    Hi 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

Viewing 15 posts - 2,506 through 2,520 (of 10,150 total)