Barry

Forum Replies Created

Viewing 15 posts - 17,326 through 17,340 (of 17,936 total)
  • Author
    Posts
  • in reply to: Automatic end date for recurring events? #27271
    Barry
    Member

    Hi 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.

    in reply to: Problem with translated slugs in URLs #27260
    Barry
    Member

    Hi 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.

    in reply to: Eventbrite payment options #27259
    Barry
    Member

    No problem at all 🙂

    in reply to: Customising Advanced List Widget #27254
    Barry
    Member

    Great!

    in reply to: Eventbrite payment options #27253
    Barry
    Member

    Raiquel: 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 🙂

    in reply to: Eventbrite payment options #27252
    Barry
    Member

    Hi Raiquel! Do you mean to add credit card processing or an option like that, or something else?

    in reply to: get_tribe_events() – start_date and end_date not working #27225
    Barry
    Member

    Right, 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.

    in reply to: Cannot save certain recurring events #27203
    Barry
    Member

    No 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.

    in reply to: Change class of event list title #27200
    Barry
    Member

    Cool, glad you got there 🙂

    in reply to: Customising Advanced List Widget #27195
    Barry
    Member

    No 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 🙂

    in reply to: Assign Different Templates for Calendar and Single #27187
    Barry
    Member

    Cool – just shout back if you need any other pointers 🙂

    in reply to: Cannot change time format on calendar tooltip (table.php) #27185
    Barry
    Member

    Either 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?

    in reply to: Assign Different Templates for Calendar and Single #27184
    Barry
    Member

    So 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?

    in reply to: Customising Advanced List Widget #27183
    Barry
    Member

    Sorry 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.

    in reply to: Customising Advanced List Widget #27182
    Barry
    Member

    So 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?

Viewing 15 posts - 17,326 through 17,340 (of 17,936 total)