Nico

Forum Replies Created

Viewing 15 posts - 1,426 through 1,440 (of 6,506 total)
  • Author
    Posts
  • in reply to: New venue selection is a backward step #1218982
    Nico
    Member

    Hi there Bruce,

    Thanks for reaching out to give us your feedback! Let me see if there’s a workaround this to make things easier for you!

    The explanation you give is pretty clear, but I’m not sure where this is happening. Are you referring to the community events form venues dropdown? Or are you referring to a specific place in the back-end?

    Please let me know about it and I’ll explore the code to see if it’s possible to tweak this,
    Best,
    Nico

    in reply to: Events not showing and in wrong order #1218979
    Nico
    Member

    Hi there Karlijn,

    Thanks for getting in touch with us! I’ll help you here 🙂

    First of all, Can you please follow the steps described in our Testing for conflicts guide? This way we can see if this is a problem in our plugin or a conflict with the theme or other installed plugins.

    If the problem persists can you please give me more details about the events not showing in the site? Are those recurring events, all day events or have any settings in common that other events don’t have? Also, how are events ordered on the site? Was this working differently in the past?

    Best,
    Nico

    in reply to: Notice: Undefined offset: 0 #1218975
    Nico
    Member

    Hi there Mike,

    Thanks for the report. This is indeed a known bug we will be fixing in the next maintenance release of the plugin. We have a pull request that solves this, which you can use to patch the code in your site (let me know if you need further help on this).

    You can also disable PHP notices by placing the line define( 'WP_DEBUG', false ); in your site’s wp-config.php file. More details on this can be found in the WP_DEBUG docs.

    In any case I’ve added this thread to the bug report, so you’ll get a heads-up here when the fix is released 🙂

    Best,
    Nico

    in reply to: Jquery errors missing event title and featured image #1218972
    Nico
    Member

    Hi Johan,

    Thanks for getting in touch with us, and for the heads-up about the resolution of the issue!

    As you marked the thread as resolved, I’ll go ahead and close it out. Thanks for opening new threads for the new issues, we will get those soon 🙂

    Best,
    Nico

    in reply to: Calendar does not display #1218967
    Nico
    Member

    Hi Steve,

    Thanks for getting in touch with us, and for the heads-up about the resolution of the issue!

    If I have to re-install The Events Calendar, will I lose the events I have input?

    Just for future reference, the event data is stored in the database and won’t be affected by re-installing or event deleting our plugins.

    As you marked the thread as resolved, I’ll go ahead and close it out. 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: Place column headings on ticket table #1218961
    Nico
    Member

    Hi Scott,

    Thanks for getting in touch with us, and for the heads-up about the resolution of the issue!

    As you marked the thread as resolved, I’ll go ahead and close it out. 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: Quantity box issue #1218960
    Nico
    Member

    Hi Lindsay,

    Thanks for getting in touch with us, and for the heads-up about the resolution of the issue!

    As you marked the thread as resolved, I’ll go ahead and close it out. 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: Problems with serial-entries #1218389
    Nico
    Member

    Hi stefan,

    Thanks for reaching out to us on this!

    What you report with the ‘all events link’ is a known issue occurring in non-english sites. I’m sorry about the hassle it might cause until it’s fixed 🙁

    Andras suggests a temporary solution which involves changing the translation files here. But you can also downgrade the plugins to version 4.3.5 where this was working as expected.

    I’ve added this thread to the report, so you’ll get a heads up when the fix for this is released.

    Regarding the other issue you mention, I don’t quite understand what you mean. Can you please clarify a bit on that?

    Best,
    Nico

    in reply to: ¿Se deberían importar las fotos con Icalendar? #1218360
    Nico
    Member

    Hola Antonio, como estas?

    Podrias darme un poco de contexto aqui? Seria util saber de que fuente estas importando los eventos por ejemplo? Puedes compartir el link conmigo?

    Gracias,
    Nico

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

    Hola Antonio,

    Si la idea es esa 🙂

    Saludos,
    Nico

    in reply to: Connect ticket/attendee list to event #1218351
    Nico
    Member

    Hi there Hope,

    Thanks for getting in touch with us! Interesting question here 🙂

    There’s no option in our plugins to connect an existing ticket to an event. But this can be done by code, basically there’s a meta value attached to the EDD product that holds the corresponding event id. The field key is _tribe_eddticket_for_event. By using update_post_meta function you can insert/update the event ID for any given product.


    update_post_meta($product_id, '_tribe_eddticket_for_event', $event_id);

    Please let me know if that helps,
    Best,
    Nico

    in reply to: Problems with the Renewal of Events Calendar PRO #1218327
    Nico
    Member

    Hi there Bruno,

    Seems like Caroline is already helping you on this other thread → https://theeventscalendar.com/support/forums/topic/renewal-of-events-calendar-pro/ please continue the conversation there. I’ve extended your license one more week in case you have any troubles with the renewal!

    I’ll go ahead and close out this thread,
    Best,
    Nico

    in reply to: Attendee Information fields not shown on purchase #1218295
    Nico
    Member

    Hi there Eric,

    Thanks so much for getting in touch with us!

    Attendee information fields should show up in the tickets form (one set of fields per ticket), just like this:

    tickets

    If you are not seeing the fields in the ticket form as shown, please follow the steps described in our Testing for conflicts guide. This way we can see if this is a problem in our plugin or a conflict with the theme or other installed plugins.

    Also, can you please send me a link to an event with tickets that have attendee fields?

    Best,
    Nico

    Nico
    Member

    Jonas, thanks for the patience here 🙂

    I’ve reviewed the case with one of our devs. The point you expose is valid, but this doesn’t mean you cannot modify from a simple plugin:

    <?php
    /**
    * Plugin name: Local customizations
    */
    add_filter( 'tribe_events_community_stylesheet_url', function( $url ) {
    return add_query_arg( 'modified', 'slightly', $url );
    } );

    Can you please let us know if there’s other way of implementing customizations you are trying to use? Maybe we can help out!

    Best,
    Nico

    in reply to: Fatal errors #1218101
    Nico
    Member

    Hey James,

    Thanks for following up! Good job on this dude 🙂

    I’m sorry I didn’t reply earlier, we are seeing an increase flow of threads in the forums, so it was hard to set the time aside to do the testing for this. In any case, I’m really stocked this is solved!

    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,426 through 1,440 (of 6,506 total)