Forum Replies Created
-
AuthorPosts
-
Barry
MemberHi Arielle,
Interesting question. The thing is, if I create a new event and set it to recur once a month but em>do not set an end date I am prompted to do so, and the text:
You must select a recurrence end date
Appears in red beside the recurrence fields in the editor. I’m guessing that isn’t the case for you? If so, though I note you’ve tried deactivating other plugins and switching theme, I can’t help but wonder if this is somehow the result of a conflict with third party code.
Barry
MemberHi Wojciech:
My fault for not fully appreciating the problem you reported to begin with, however it seems this is actually a known bug (our reference #16547) whereby certain segments of a URL, such as “venue”, may appear to be translated in certain areas such as the editor but are not actually routed properly.
Something Jonah had previously suggested is removing certain strings from the .po/.mo files: http://pastebin.com/wBdpTZEW of course this means that your site would revert to using certain English keywords in your URLs, however it would at least provide better consistency.
I’m currently following up to see what is being done in respect of this bug and will report back as soon as I can.
Thanks again for your patience and my apologies for the inconvenience.
Barry
MemberNo problem at all 🙂
Barry
MemberGreat!
Barry
MemberRaiquel: just to follow-up, as you can imagine Eventbrite Tickets (our plugin, that is) can only do whatever Eventbrite allows it to do through a set of rules and guidelines called an API.
Currently, unfortunately, that API doesn’t allow for payment options such as credit card payments to be specified – so there’s not a lot we can do there.
Of course if the issue is something different from this please let me know and we’ll look into it 🙂
Barry
MemberHi Raiquel! Do you mean to add credit card processing or an option like that, or something else?
October 25, 2012 at 4:12 pm in reply to: get_tribe_events() – start_date and end_date not working #27225Barry
MemberRight, I mean this query http://pastebin.com/6Md4TGfH works for me, and returns events within the specified date range and within the specified category. Events that have been hidden from the upcoming events list are also returned.
I’m not really sure why this isn’t working in your case, it’s difficult to fully assess without knowing the context in which it is being called etc.
Barry
MemberNo worries Jeremy – yep the Hide from Upcoming Event List was something of a red herring here. This problem runs a little deeper and the devs are currently considering options to fix this.
Thanks for taking the time to post with your experiences, though, it definitely helps us.
Barry
MemberCool, glad you got there 🙂
Barry
MemberNo problem. One thought is, if you were getting stuck on unregistering the widget, you could leave out that step and register a new widget based on the existing one – this could simply be a new class that extends the Advanced Widget class.
Anyway, it sounds like you’ve got a good plan to reach a working solution so hopefully it’s plain sailing from here on 🙂
Barry
MemberCool – just shout back if you need any other pointers 🙂
October 25, 2012 at 7:53 am in reply to: Cannot change time format on calendar tooltip (table.php) #27185Barry
MemberEither because of the way date_i18n() works:
If the locale specifies the locale month and weekday, then the locale will take over the format for the date. If it isn’t, then the date format string will be used instead.
Or because of the way get_option() works:
The default value to return if no value is returned (ie. the option is not in the database)
So there are at least two levels where the format you are specifying will not get through. Instead, perhaps you could use PHP’s date() function directly?
Barry
MemberSo it sounds like you’ve already found the relevant setting in Events > Settings > Template.
If Events Template is set to Default Events Template then that means ecp-page-template.php will be used to serve pages such as the calendar view and ecp-single-template.php will be used for individual events.
These templates can be customized and overriden within your theme, we’ve got a handy tutorial for that (click through to our Tutorials using the link in our Useful Resources widget).
Does that help here?
Barry
MemberSorry Sumangali – I completely misread your post – it’s not just a customization to the template you need right? Can you provide a little more detail though as to what is going wrong?
Just bear in mind there is a limit to how much support we can provide here (beyond making tutorials available) since this level of customization is intrinsically bespoke by its nature.
Barry
MemberSo in brief you need to take the events-advanced-list-load-widget-display.php template and place it within your theme’s events sub-directory, then customize away!
Is there a specific problem that you can describe here?
-
AuthorPosts
