Nico

Forum Replies Created

Viewing 15 posts - 1,801 through 1,815 (of 6,506 total)
  • Author
    Posts
  • in reply to: Map page Categories remove issue #1203409
    Nico
    Member

    Glad 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,
    Nico

    in reply to: Evento con 2 lugares #1203334
    Nico
    Member

    Gracias 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!
    Nico

    in reply to: No link to Tickets Form #1203321
    Nico
    Member

    PS: note already added to the KB article → Making tickets.

    in reply to: No link to Tickets Form #1203294
    Nico
    Member

    You 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,
    Nico

    in reply to: Sheduled no deja de ejecutarse #1203115
    Nico
    Member

    Antonio,

    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,
    Nico

    in reply to: ical feed for app #1203099
    Nico
    Member

    Thanks 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,
    Nico

    in reply to: Grouping Recurring Events #1203089
    Nico
    Member

    Thanks 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,
    Nico

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

    Hey 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,
    Nico

    in reply to: Display organizer's calendar in a different website #1202918
    Nico
    Member

    This reply is private.

    in reply to: Filter Bar Merging Additional Fields #1202849
    Nico
    Member

    This reply is private.

    in reply to: Evento con 2 lugares #1202427
    Nico
    Member

    Antonio,

    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,
    Nico

    in reply to: No link to Tickets Form #1202424
    Nico
    Member

    Thanks 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,
    Nico

    in reply to: Can Event Tickets PRO manage multiple price options #1202423
    Nico
    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,
    Nico

    in reply to: Schema Events Category #1202421
    Nico
    Member

    Thanks 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,
    Nico

    in reply to: Event Calendar/Tickets CSV Import #1202420
    Nico
    Member

    This reply is private.

Viewing 15 posts - 1,801 through 1,815 (of 6,506 total)