Forum Replies Created
-
AuthorPosts
-
Nico
MemberGlad to hear Mark!
Regarding your new question, you can use the tribe_get_events function (Using tribe_get_events). Make sure you add an author parameter with the corresponding user ID.
Please let me know if you can make it work or need further help on this,
Best,
NicoNico
MemberGracias por confirmar Antonio!
¡Cosas de la informática!
Totalmente! Tal vez un error al guardar la información en la base de datos? Es muy difícil saberlo. Estate atento por si sucede de nuevo. En ese caso ni bien lo notes, revisa el log de errores del servidor para ver si hay alguna evidencia que nos de más información sobre esto.
Voy a cerrar este hilo, como te comentaba los updates para Event Aggregator están en camino y entre otras cosas debería solucionar el problema con las featured images y los imports de Facebook. Así como también el problema con los Organizers!
Saludos, feliz día para vos también!
NicoNico
MemberPS: note already added to the KB article → Making tickets.
Nico
MemberYou are welcome Johan! Thanks so much for the report once again 🙂
As you say it’s super important to be consistent about the information we provide. Sorry for the hassle on this one! I just sent a report to our community team to review this and add a comment or ticket the feature.
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
MemberAntonio,
Gracias por el detalle sobre este error. En la nueva version 4.4 de nuestros plugins a lanzarse proximamente (no la version de mantenimiento 4.3.4 que deberia salir hoy) existe la opcion de deshabilitar completamente Event Aggregator. Esta funcionalidad detiene todos los cron en marcha y seguramente sirva para resetear este cron ‘colgado’.
Al momento no hay forma de limpiar todos los crons de Event Aggregator, si bien podrias probar eliminar los Crons existentes con el plugin WP Crontrol, creo que seria mejor esperar a que este feature este disponible.
Saludos,
NicoNico
MemberThanks for doing so April!
Are things looking good now on the App? I see the start/end times and the timezone are correctly set for ‘Christmas Pause – 7pm’ event in the feed:
BEGIN:VEVENT
DTSTART;TZID=UTC-5:20161202T190000
DTEND;TZID=UTC-5:20161202T213000
...
SUMMARY:Christmas Pause -7pm
...
END:VEVENT
Please let me know if this is resolved now,
Thanks,
NicoNico
MemberThanks for following up Paul and stoked to hear this works for you 🙂
To hide the ‘Edit Single’ link you can use the following CSS:
.row-actions .split { display:none; }
Add it to your theme stylesheet or via Simple Custom CSS plugin.
You can also hide all recurring instances if that works better for the site → Hide recurring event instances in the admin.
Please let me know if there’s anything else I can do for you,
Best,
NicoNico
MemberHey Colin,
Thanks for the patience while I worked on this and sorry for the delay!
To reverse the order of events paste the snippet below in your theme’s (or child theme’s) functions.php file:
/* Tribe, reverse events order */
function tribe_modify_events_order( $query ) {if ( tribe_is_list_view() && !tribe_is_past() ) {
$query->set('order', 'DESC');
}remove_action( 'pre_get_posts', 'tribe_modify_events_order' , 100 );
}add_action( 'pre_get_posts', 'tribe_modify_events_order' , 100 );
Note: it will only work on list view, as it makes no sense to revert the order or month or week view. Let me know if I should add more views for this (like photo or map view).
Please let me know if this works for you,
Best,
NicoDecember 7, 2016 at 3:10 pm in reply to: Display organizer's calendar in a different website #1202918Nico
MemberThis reply is private.
Nico
MemberThis reply is private.
Nico
MemberAntonio,
Gracias por enviar los detalles! He intendado reproducir el error pero no ha sido posible. Si podes podrias eliminar el evento del sitio y hacer la prueba de importarlo nuevamente? EN caso de que este error vuelva a suceder, podrias detallar los pasos exactos para reproducirlo?
Desde ya muchas gracias,
NicoNico
MemberThanks for following up Johan!
I could just reproduce this issue, it happens when tickets are added to pages and not to events. If you would like I can try to write a snippet to extend this to pages as well. I’ll also make a note to review the copy in the Knowledge base article to reflect this.
Please let me know if you want me to give that snippet a try,
Best,
NicoDecember 6, 2016 at 8:12 pm in reply to: Can Event Tickets PRO manage multiple price options #1202423Nico
Member@Gergana, thanks for jumping in with the advice! Really appreciate you doing this 🙂
@Peter, I’m not aware of any options but I think you should go ahead and try “WooCommerce Bulk Discount” as Gergana suggested.Please let me know if I can be of further help,
Best,
NicoNico
MemberThanks for following up Nick!
Can you please send me the feed URL in a private reply so I can try this in my local install? Not sure about it!
Best,
NicoNico
MemberThis reply is private.
-
AuthorPosts
