Barry

Forum Replies Created

Viewing 15 posts - 8,581 through 8,595 (of 17,936 total)
  • Author
    Posts
  • in reply to: Remove recurring event option #138252
    Barry
    Member

    Closing this thread as it’s been quite a while – of course if we can help with anything else please do create a new thread. Thanks!

    Barry
    Member

    Closing this thread as it’s been quite a while – of course if we can help with anything else please do create a new thread. Thanks!

    in reply to: Display year in month view #138240
    Barry
    Member

    Closing this thread as it’s been quite a while – of course if we can help with anything else please do create a new thread. Thanks!

    in reply to: Show events for a specific period of time only? #138237
    Barry
    Member

    Closing this thread as it’s been quite a while – of course if we can help with anything else please do create a new thread. Thanks!

    in reply to: Pre sales question #138234
    Barry
    Member

    Closing this thread as it’s been quite a while – of course if we can help with anything else please do create a new thread. Thanks!

    in reply to: Event Pro+Eventbrite+Filter Bar #138231
    Barry
    Member

    Closing this thread as it’s been quite a while – of course if we can help with anything else please do create a new thread. Thanks!

    in reply to: Events 2.0 message and venues/organizers error #138227
    Barry
    Member

    Closing this thread as it’s been quite a while – of course if we can help with anything else please do create a new thread. Thanks!

    Barry
    Member

    Closing this thread as it’s been quite a while – of course if we can help with anything else please do create a new thread. Thanks!

    in reply to: Widget showing Published Date instead of Start Date #138218
    Barry
    Member

    (Closing this thread as it’s been quite a while – if we can help with anything else please do create a new thread. Thanks!)

    in reply to: Tribe Event Bar not displaying correctly #138214
    Barry
    Member

    (Closing this thread as it’s been quite a while – if we can help with anything else please do create a new thread. Thanks!)

    in reply to: Reoccurring Events in Widget #136769
    Barry
    Member

    Unfortunately I am unable to replicate this locally and I’m not sure what the missing link here that would allow me to do so.

    All we can really say then is that they appear to have compatibility issues in some but not all circumstances. I appreciate from your perspective that doesn’t get you any further forward – but perhaps you could approach the team behind Series Engine and see if they can replicate and troubleshoot this?

    in reply to: Possible wrong ID in /views/community/modules/website.php #136648
    Barry
    Member

    I do believe you’re right – looks like a bug to me. We’ll get this logged and issue a fix as soon as we can. Thanks for reporting!

    If you need a temporary workaround you can set up a template override (details of the process in our Themer’s Guide) and change the ID attribute from within there.

    Thanks again and sorry for the inconvenience 🙂

    in reply to: paging bug in list view? #136642
    Barry
    Member

    I’m sorry you’re facing difficulties – this is a known bug and we’re actively working on a solution: I’ve added this thread to our internal issue tracker and we’ll do our best to post an update once it’s been resolved.

    Is it possible to just turn off the AJAX stuff?

    I’m afraid there’s no setting to turn this off and stripping out pieces of Javascript to forcibly do this can result in unexpected consequences. We’re sorry for the inconvenience – but we’ll try to get this in order as quickly as we can.

    in reply to: Mobile Issue – Calendar View #136634
    Barry
    Member

    Hi!

    They aren’t actually intended to take you to the event information or day view, rather they cause the events to be listed below the calendar grid. In your case something seems to be going wrong, though, because that’s not happening either.

    Would you be able to try turning off all other plugins and switching to a default, unmodified theme – check if it works correctly then – and, if it appropriate, start reactivating everything one item at a time, checking at each stage to see if the problem has returned?

    Let me know how you get on!

    in reply to: Replace title "Events" with "Shows" #136623
    Barry
    Member

    Hi!

    One approach is as outlined here. You might take a more universal approach to the problem though, something like this:

    add_filter( 'gettext', 'replace_events_keyword_everywhere' );
    
    function replace_events_keyword_everywhere( $text ) {
        $text = str_replace( 'events', 'new keyword', $text );
        return str_replace( 'Events', 'New Keyword', $text );
    }

    You could also take a more fine grained approach by setting up lots of individual filters or, if you really wanted to, by actually “translating” the plugin (but only changing the use of the Events keyword).

    The above should give you a basic, working solution though – simply drop it into your theme’s functions.php file.

    I hope that helps!

Viewing 15 posts - 8,581 through 8,595 (of 17,936 total)