Nico

Forum Replies Created

Viewing 15 posts - 1,771 through 1,785 (of 6,506 total)
  • Author
    Posts
  • in reply to: ical feed for app #1204205
    Nico
    Member

    This reply is private.

    in reply to: sort events by ending date (closest to furthest) #1204176
    Nico
    Member

    Thanks for clarifying! My bad, giving the thread a new look what you were asking was pretty clear sorry for that.

    Please try this updated snippet:
    /* Tribe, reverse events order */
    function tribe_modify_events_order( $query ) {

    if ( ( tribe_is_photo() || tribe_is_list_view() ) && !tribe_is_past() ) {

    $query->set( 'orderby', 'meta_value' );
    $query->set( 'meta_key', '_EventEndDate' );
    }

    remove_action( 'pre_get_posts', 'tribe_modify_events_order' , 100 );
    }

    add_action( 'pre_get_posts', 'tribe_modify_events_order' , 100 );

    Let me know if it works for you as expected,
    Have a great weekend,
    Nico

    Nico
    Member

    Hey Peter,

    There’s an update (and a hotfix for it we just released today). Although you can safely update, this release doesn’t include the fix for the issue in this thread.

    Checking the bug report, I see there’s still no date for the fix to be out yet. The assigned dev already proposed a solution so I guess this will be out soon 🙂

    I’ll give you a heads-up here when the fix is shipped,

    Have a great weekend,
    Nico

    in reply to: Import changing event name & date to 1970 #1204131
    Nico
    Member

    Hi there Matt,

    Thanks for getting in touch with us and sorry to hear about this issue 🙁

    Let me run some tests with the file and I’ll get back to you soon.

    Best,
    Nico

    Nico
    Member

    Hi there Mike,

    Thanks for getting in touch with us! Sorry to hear this is still an issue for you 🙁

    Can you please let me know what’s your setting for ‘Event Update Authority’ in WP-Admin > Events > Settings > Imports?

    2. Clicked “Run Import” on a venue that I have already added. Some pictures import, others do not.

    Are you referring ‘Events’ or ‘Venues’ here? Can you please send me the URL of the one not updating the image?

    Thanks,
    Nico

    in reply to: Extra markup but not sure why or how #1204071
    Nico
    Member

    Hi there,

    I wanted to let you know that we just released a hotfix that includes a fix for this bug. Please update The Events Calendar and/or Event Tickets to version 4.3.4.1 and let us know if this makes the issue right in your site!

    Best,
    Nico

    Nico
    Member

    Hi there,

    I wanted to let you know that we just released a hotfix that includes a fix for this bug. Please update The Events Calendar and/or Event Tickets to version 4.3.4.1 and let us know if this makes the issue right in your site!

    Best,
    Nico

    Nico
    Member

    Hi there,

    I wanted to let you know that we just released a hotfix that includes a fix for this bug. Please update The Events Calendar and/or Event Tickets to version 4.3.4.1 and let us know if this makes the issue right in your site!

    Best,
    Nico

    in reply to: Problem with newest Events Calendar and Tickets Pro update #1204066
    Nico
    Member

    Hi there,

    I wanted to let you know that we just released a hotfix that includes a fix for this bug. Please update The Events Calendar and/or Event Tickets to version 4.3.4.1 and let us know if this makes the issue right in your site!

    Best,
    Nico

    in reply to: Multiple bug reports #1204065
    Nico
    Member

    Hi there,

    I wanted to let you know that we just released a hotfix that includes a fix for this bug. Please update The Events Calendar and/or Event Tickets to version 4.3.4.1 and let us know if this makes the issue right in your site!

    Best,
    Nico

    in reply to: Added characters? #1204062
    Nico
    Member

    Hi there,

    I wanted to let you know that we just released a hotfix that includes a fix for this bug. Please update The Events Calendar and/or Event Tickets to version 4.3.4.1 and let us know if this makes the issue right in your site!

    Best,
    Nico

    in reply to: Extra "; below footer after update to 4.3.4 #1204056
    Nico
    Member

    Hi there,

    I wanted to let you know that we just released a hotfix that includes a fix for this bug. Please update The Events Calendar and/or Event Tickets to version 4.3.4.1 and let us know if this makes the issue right in your site!

    Best,
    Nico

    in reply to: I paid two times the same plugin when I renew the license #1204003
    Nico
    Member

    Hey Aeky,

    Thanks for reaching out to us!

    I could verify this and refunded order #1203758. You’ll see the funds back into your account in 5-10 days.

    I’ll go ahead and close out this thread, but if you need help with anything else please don’t hesitate to create a new one and we will be happy to assist you.

    Best,
    Nico

    in reply to: Extra markup but not sure why or how #1203998
    Nico
    Member

    Hey Darren,

    Thanks for reaching out and sorry to hear you are being affected by this issue ?

    We are working on a hotfix release to solve this right as soon as possible. In the meantime the fix proposed here will make this right.

    Best,
    Nico

    Nico
    Member

    Thanks for the heads-up Matt! Per your request I’ll go ahead and close out this thread, but if you need help with anything else please don’t hesitate to create a new one and we will be happy to assist you.

    Best,
    Nico

Viewing 15 posts - 1,771 through 1,785 (of 6,506 total)