Forum Replies Created
-
AuthorPosts
-
Barry
MemberAh, oh. So using the_category() function will return regular post categories, however The Events Calendar uses a custom taxonomy for this so you’ll need to use different functions to do what you want here.
There are a few ways you might approach this but take a look at get_the_taxonomies() first of all or else you could do something like:
$terms = get_the_term_list( get_the_ID(), $tribe_ecp->get_event_taxonomy() );February 9, 2013 at 5:13 am in reply to: Your version of The Events Calendar is not up-to-date with one of your The Event #32369Barry
MemberYes, the core plugin resides on wordpress.org and any premium plugins are here on tri.be, but I think the issue lies with the update and licensing engine rather than being a connectivity issue … the team are definitely aware that this is a sticking point for a number of users and are hoping to get this addressed soon.
Since you’re all sorted here I’m going to go ahead and close this thread – if there are any other problems please don’t hesitate to create a new one 🙂
Barry
MemberHi Chris, because our forum has a tendency to mangle code I’d like to be sure the code you posted above is accurate … so, can you paste a link to your code using a service like Pastebin or Gist? Thanks!
February 8, 2013 at 2:39 pm in reply to: tribe_get_start_date is returning creation date of event, not start date #32350Barry
MemberHey Chris – which example code exactly and where are you using it? If it’s in a template, for instance, can you share the entire code for that template and let me know which template it is?
(Please don’t post code directly into the forum though! Use a service like Pastebin or Gist.)
Thanks!
Barry
MemberHi everyone, Leah has tried to address update issues in this sticky thread – so that should the first port of call for anyone still encountering difficulties.
Adam: I’m sorry about your particular experiences here. As a general rule for anyone else who’s reading this – yes, you need a valid license to access premium plugin downloads and if this expires your access is revoked.
In this case if your license was in date when you initially tried updating to 2.0.11 then it might be we can make an exception. What I’d encourage you to do is email [email protected], referencing this thread, and requesting a copy of the latest versions of all premium plugins that you would have been entitled to. I can’t make any promises but we’ll see what we can do 🙂
Barry
MemberNo problem, happy to help 🙂
Since there’s not a lot more we can do for you here (if another plugin or theme swaps out a default and expected component of WordPress for something different, it’s beyond our control) I’ll close this thread.
If you have any other issues or feel you need further support from us on this one feel free to create a new topic.
Thanks!
Barry
MemberLooks like we’re all wrapped up here so I’m going to close this thread.
Barry
MemberHi Samuel,
The Events Calendar ought to respect your general time and date settings, so if you haven’t done so already please edit Settings > General > Time Format to a 24hr format.
Barry
MemberHi Luke! Most code will be malformed if you post it directly into the forum – right now we’d recommend you use a service like Pastebin or Gist and drop the links in here instead of posting code directly.
February 8, 2013 at 6:22 am in reply to: Custom work – customised new event booking form with time select #32338Barry
MemberWe can provide a list of recommended WP shops if you’re interested (just send a note to [email protected]) – but we can also keep this thread open if you want to solicit offers from other community members.
Barry
MemberHi David, I’d invite you to read this thread – it’s relevant in your case because the version of jQuery active on your site is 1.4.2, which is a comparatively old version.
The Events Calendar expects jQuery to be the same version as that which is bundled with WordPress (currently 1.8.3).
I don’t know if it is your theme or in fact some other plugin that is swapping out the bundled version of jQuery for an older version – very often it is the theme that is responsible for this – but you could check this out by disabling all other plugin except for your Modern Tribe ones. If the problem persists, then it is indeed your theme that is responsible.
The question you should then pose to the theme author is, “Will your theme work with the version of jQuery that actually ships with WordPress?”
February 8, 2013 at 6:04 am in reply to: Your version of The Events Calendar is not up-to-date with one of your The Event #32336Barry
MemberYes that should work, even so my recommendation is as per my last post – but it’s totally up to you 🙂
February 7, 2013 at 9:35 am in reply to: Custom recurring event results in an event every day #32310Barry
MemberOne thing that crosses my mind is, does your theme contain template overrides (ie, does it have a sub-directory called events filled with one or more custom templates)?
If so, it’s not impossible that they were developed for an earlier version of The Events Calendar and are not up to date. If that was the case then as an interim measure you could simply delete that directory (or rename to events__unused or similar) so that the default templates are used in their stead.
Does that help at all, or is that not relevant in this case?
Barry
MemberGreat!
February 7, 2013 at 7:05 am in reply to: Custom recurring event results in an event every day #32305Barry
MemberUnless you know this is directly linked to the theme (ie, it doesn’t happen if you switch to Twenty Twelve/Twenty Eleven) then it could be caused by something else.
I can’t find your events calendar on infinitysc.org … can you point me to a URL where I can see this, and perhaps also provide a screenshot of the event settings (date/times and recurrence pattern)?
-
AuthorPosts
