Forum Replies Created
-
AuthorPosts
-
Nico
MemberThis reply is private.
Nico
MemberThanks 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,
NicoDecember 9, 2016 at 1:43 pm in reply to: Uncaught Error: Class ‘Tribe__Events__Aggregator’ not found #1204162Nico
MemberHey 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,
NicoNico
MemberHi 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,
NicoDecember 9, 2016 at 11:20 am in reply to: Updated 4.3.4 and still no Facebook images are being set to Featured Image #1204097Nico
MemberHi 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,
NicoNico
MemberHi 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,
NicoDecember 9, 2016 at 10:47 am in reply to: Semi-colon showing in the footer of the site when Events Calendar V4.3.4 is on? #1204069Nico
MemberHi 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,
NicoDecember 9, 2016 at 10:47 am in reply to: Event Tickets 4.3.4 Update Causing Extra Charecters Injected #1204068Nico
MemberHi 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,
NicoDecember 9, 2016 at 10:45 am in reply to: Problem with newest Events Calendar and Tickets Pro update #1204066Nico
MemberHi 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,
NicoNico
MemberHi 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,
NicoNico
MemberHi 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,
NicoNico
MemberHi 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,
NicoDecember 9, 2016 at 9:11 am in reply to: I paid two times the same plugin when I renew the license #1204003Nico
MemberHey 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,
NicoNico
MemberHey 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,
NicoDecember 9, 2016 at 8:57 am in reply to: How can students and teachers be identified from the WP dashboard user list? #1203993Nico
MemberThanks 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 -
AuthorPosts
