Forum Replies Created
-
AuthorPosts
-
moderntribe
ParticipantHi, 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
moderntribe
ParticipantHi, 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!
– Pmoderntribe
ParticipantWhat version of TEC are you guys running, out of curiosity? Is it the latest 2.0.9?
moderntribe
ParticipantIn 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!
moderntribe
ParticipantHi, 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!
moderntribe
ParticipantHi, 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!moderntribe
ParticipantHi 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!moderntribe
ParticipantHi, 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.moderntribe
ParticipantHi, 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!moderntribe
ParticipantI 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).
moderntribe
ParticipantHi, 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
July 27, 2012 at 9:40 am in reply to: Exclude Multi-Day Events from "Upcoming" results if the start date has passed #22834moderntribe
ParticipantHi, 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. 🙂moderntribe
ParticipantHi, 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!July 25, 2012 at 8:59 am in reply to: Exclude Multi-Day Events from "Upcoming" results if the start date has passed #22733moderntribe
ParticipantHi, 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.
moderntribe
ParticipantHi, 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!
-
AuthorPosts
