Nico

Forum Replies Created

Viewing 15 posts - 2,266 through 2,280 (of 6,506 total)
  • Author
    Posts
  • in reply to: Custom Columns on Attendees List #1178632
    Nico
    Member

    Hey Tabytha,

    Thanks for getting in touch!

    Some investigation lead to the fact that the filter name (for some reason I’m not sure about) it doesn’t get set with the same name anymore. Add this snippet next to the one you sent and it should make it right.

    /* Tribe, set the current screen id so the correct filters are set */
    function tribe_tickets_attendees_table_screen ( $args ) {
    $args['screen'] = 'tribe_events_page_tickets-attendees';
    return $args;
    }

    add_filter ( 'tribe_events_tickets_attendees_table_args', 'tribe_tickets_attendees_table_screen');

    Please let me know if it works and I’ll point this out to devs in that case,
    Best,
    Nico

    Nico
    Member

    Hi there @cforge,

    Thanks for the patience while we could investigate this issue! After some tests one of our devs who was working on this couldn’t reproduce the issue with the latest version of our plugin (4.3) and Post Type Order. Also the QA team wasn’t able to reproduce.

    Can you give this in a try with the latest version of the plugins? In case you are still able to reproduce can you send a screencast/screnshoots of how to reproduce the bug?

    Thanks,
    Nico

    in reply to: Events Venues being labelled in #1178304
    Nico
    Member

    Hey Gunnar,

    Just wondering if this issue came up again? In case not do you think we are good to close this thread out?

    Best,
    Nico

    in reply to: Full Calendar widget on site #1178301
    Nico
    Member

    Hey Torben,

    Did you have the chance to check this out → Embedding Calendar Views with the [tribe_events] Shortcode ?

    Please let me know if we are good to close this one out 🙂
    Best,
    Nico

    Nico
    Member

    Hi there Lokendra,

    Thanks for chiming in here!

    You can perform scheduled imports to pull events from Google Calendar feeds. This scheduled imports can run up to every 5 minutes, so it won’t be real time but pretty close 😉

    Check out this article for more help on this → Event Aggregator: Importing Events from a Feed or URL.

    Best,
    Nico

    in reply to: Additional Columns in the Attendees list CSV export #1178234
    Nico
    Member

    Wooot! Stocked to hear you could work things out from my sample Jack 🙂

    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: Adding a Custom Field to Venue section of Event admin form #1178011
    Nico
    Member

    Thanks for following up Gene!

    With this snippet -paste it in your theme’s (or child theme’s) functions.php file- you should be able ton insert html at the end of the venue form:

    /* Tribe, insert fields in the new venue form in the add events screen */
    function tribe_hijack_venue_fields_template ( $event_id ) {

    echo '<table><tr class="linked-post venue">';
    echo '<td class="tribe-table-field-label">Label:</td>';
    echo '<td>_input_</td>';
    echo '</tr></table>';
    }

    add_action( 'tribe_after_location_details', 'tribe_hijack_venue_fields_template' );

    Please let me know if you can make it work from there or still need help,
    Best,
    Nico

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

    This reply is private.

    in reply to: Help re installation #1177994
    Nico
    Member

    Thanks for following up Tiffany!

    Let me say I’m a bit confused about this: except I cant work out the instructions you gave to make the ability to edit a permalink. It just shows List and add but I want them to be able to edit and delete.
    Can you clarify a bit?

    Also, it would be great if you could send me the link where I can see this live? I’m not sure the form you sent in the screenshot is the event form created by Community Events add-on.

    Please let me know about it,
    Best,
    Nico

    in reply to: Broken: removal of slug warning #1177991
    Nico
    Member

    Hi there @stratejusinc,

    Thanks for getting in touch and for the sugestions! Sorry for the delay in my reply, this thread drop out of my radar shortly after I assigned it to myself last week.

    You are right about the change in the way we do notices. This was refactored and will hopefully stay like this for a long time!

    I could confirm what you state about the apparent inability to create a similar snippet now. I’ll reach out to the dev team on this and will be back with my findings.

    Best,
    Nico

    Nico
    Member

    Hola Fernando,

    Gracias por ponerte en contacto con nosotros! Vamos a ver por que esta sucediendo esto!

    Primero que nada podrías cambiar el idioma del sitio a Ingles momentaneamete para ver si eso hace que los caracteres sean visible? Por otro lado, podrías activar el theme Tweenty Sixteen y probar nuevamente? En caso de que esto no arroje ninguna pista, por favor deshabilita todos los plugins que no este relacionados con el calendario/tickets.

    Avisame que resultados obtuviste en estas pruebas,
    Saludos,
    Nico

    in reply to: Events Admin over HTTPS? #1177978
    Nico
    Member

    Hey Mike,

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

    Firs of all can you describe how are you setting SSL for the admin area only? Seems like the plugin is not correctly detecting this.

    I found an older thread that suggested the “SSL Insecure Content Fixer” plugin as a workaround. Can the Events Calendar work over HTTPS (admin only)? Or do I need to use the above plugin?

    You might give it a try just to be sure there’s a fallback, and we can continue to work on this to see if there’s a configuration that doesn’t need of this plugin to work!

    Please let me know about it,
    Best,
    Nico

    in reply to: community events — make private by default? #1177976
    Nico
    Member

    Hi Erica,

    Thanks for reaching out and for your interest in our products 🙂

    Our members are interested in creating events as well. We’d like to use the community events plugin for this so it can happen via the front-end, but we’d like for member-submitted events to be private, only visible by the membership rather than the public. Is this possible?

    Yes, this is possible with a custom snippet for this case. If members and exclusive members can be distinguished (two different users roles) it’s possible to craft a snippet that checks the author level once the event is submitted. Once you detect and exlusive member is submitting the event it’s just a matter or making the event private (if this makes sense) or just assign a ‘premium category’ or tag to hide it in the front-end (unless you are a exclusive member).

    Please let me know if the above makes sense,
    Best,
    Nico

    PS: if you actually purchase the plugin we continue to work on this issue in this thread.

    in reply to: Can't activate just purchased license #1177969
    Nico
    Member

    Thanks for reaching out Irina and for the heads-up on this! Stocked you could sort this out 🙂

    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: Custom markers depending on event or venue category #1177964
    Nico
    Member

    Hey Francesco,

    Thanks for getting in touch with us!

    Is there a way to have it working or is there any compatible plug in that I may use?

    Sure! Check out The Events Calendar Category Colors free plugin. It might not cover all your needs but it’s surely a good starting point!

    Please let me know if this helps,
    Best,
    Nico

Viewing 15 posts - 2,266 through 2,280 (of 6,506 total)