moderntribe

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 37 total)
  • Author
    Posts
  • in reply to: Events showing as passed when they are not #33088
    moderntribe
    Participant

    Hi, Andrew!

    Thanks for the credentials; I’ve just been over at the staging site looking into the problem. I did notice that PRO isn’t installed on the environment—I was curious if it ever was installed and was then uninstalled? Thinking that *might* have something to do with the redirect-to-venue-page problem, though I’m certainly not convinced—but it certainly would be a lead. Let me know, and I’ll continue to investigate meanwhile. Thanks, Andrew!

    – P

    in reply to: Events showing as passed when they are not #32896
    moderntribe
    Participant

    Hi, Andrew!

    My name is Paul; I’m one of the lead developers on The Events Calendar, and am definitely interested in trying to get to the bottom of your issue. So yeah, if we could shoot us (not in the thread, obviously) credentials so we can see the admin-portion of the staging site and create some events of our own to try and narrow down the issue, that would be great. No guarantees, but we’re definitely getting closer and I am optimistic that we’ll find a solution.

    Thanks!
    – P

    in reply to: Event Calendar Pro Crawl Errors #25825
    moderntribe
    Participant

    What version of TEC are you guys running, out of curiosity? Is it the latest 2.0.9?

    in reply to: Add HTML before calendar #23565
    moderntribe
    Participant

    In case you already copied the gist, I made one slight change just now, so you may want to re-copy. Otherwise, you’re good to go!

    in reply to: Parsing Event Data for Mobile / Web Application #23564
    moderntribe
    Participant

    Hi, Michelle;

    The functions you’ll probably want to look at most are the template tags that we have set up for retrieving event data. They can be found in the public/template-tags/ directory within the plugin. Let me know if examining those files will give you some functions so that you can create the functionality you require for developing your web service.

    Thanks for using The Events Calendar!

    in reply to: Add HTML before calendar #23552
    moderntribe
    Participant

    Hi, Sean;
    There is a way, using a couple of the handy filters generated as part of the Tribe Settings API. I threw together a gist for you, you should just place the code in your theme’s functions.php file and it should make it work for you like a dream.
    https://gist.github.com/3326097
    Good luck, and thanks for using The Events Calendar!

    in reply to: Empty Gridview #23347
    moderntribe
    Participant

    Hi Matthew;
    I’m Paul, the lead developer on The Events Calendar. I’m sure we can get to the bottom of this together. Could you add the following to your theme’s functions.php file (on a test environment, NOT live): https://gist.github.com/3286798
    What we’re wondering is whether that query returns any events (make sure you have some events for the month of August). It should display at the top of your page A list of event start dates. Let me know if that happens, or if it returns no results. Thanks! And thanks for using The Events Calendar!

    in reply to: Error when importing event #23296
    moderntribe
    Participant

    Hi, Tony! Hopefully I can help you out with your question…
    The API URL that we are hitting with wp_remote_get() is http://www.eventbrite.com/xml/, which returns the IP Address 66.152.109.110. Is that the information you need? Let me know if you’re asking for something else or if that doesn’t solve your problem. Thanks for using The Events Calendar, I hope you’re otherwise having a great experience.

    in reply to: Upgraded, but not sure if we've migrated. #23022
    moderntribe
    Participant

    Hi, Michelle!
    Have you happened to run by this forum post: https://theeventscalendar.com/support/forums/topic/calendar-sizing-on-page-wordpress/#post-21746
    It might provide the exact answer you require. Let me know if you need more help with it than that post can provide (or if I’m confused as to what you require, which may be the case). Thanks for using The Events Calendar!

    in reply to: Separate Time and Date #23021
    moderntribe
    Participant

    I forgot one exception; if you overwrite the single.php for events (by placing a single.php in an events subdirectory of your theme directory) you would be able to design the single event page however you liked, and could use tribe_get_start_date() in order to format the dates however you saw fit. Let me know if that doesn’t make sense (and see https://theeventscalendar.com/support/documentation/events-calendar-themers-guide/ for a more in-depth guide to the overrides).

    in reply to: Separate Time and Date #23020
    moderntribe
    Participant

    Hi, Christian!

    Unfortunately, you would be able to format the date as you’d like using tribe_get_start_date(), except for the fact that we currently don’t have a filter at that part of the events page. Is that something you would be interested in having for future releases? It wouldn’t be too hard for us to add such a filter, if it’s something you think you’d use. Let us know! Thanks for using The Events Calendar

    moderntribe
    Participant

    Hi, Kim;
    After looking into this further, it looks like the Tribe Events API doesn’t have a good way of doing what you’re asking. Take a peek at tribe-event-query.class.php if you’re interested, and you may in fact find a way, but off the top of my head it looks like they are going to continue being returned. Sorry I couldn’t be of more assistance, and good luck with all your future The Events Calendar endeavors. 🙂

    in reply to: Remove the 'events' node in the WP Admin Bar Menu #22734
    moderntribe
    Participant

    Hi, Shaun;
    Try hooking into `wp_before_admin_bar_render` (with a high-numbered priority, like 100) and let me know if that works for you better. Make sure also to instantiate the global $wp_admin_bar. Good luck, and let me know if that works better for you!

    moderntribe
    Participant

    Hi, Ken! Could you show me what your current tribe_get_events query is? I’d be more than happy to help you get it set up to exclude events whose start date has already been reached.

    in reply to: Tooltip Cutoff Issue #22732
    moderntribe
    Participant

    Hi, David;
    Your problem sounded familiar to me, and we actually do have a ticket to fix it, though it is relatively low priority. On the bright side, there has been a user-submitted fix that should work for you in the meantime, and you can find it here: https://theeventscalendar.com/support/forums/topic/when-using-ajax-navigation-tooltips-of-last-two-days-get-cut/

    Let us know if you have any problems making it work. Good luck, and thanks for using The Events Calendar!

Viewing 15 posts - 1 through 15 (of 37 total)