Forum Replies Created
-
AuthorPosts
-
Nico
MemberHey 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,
NicoOctober 18, 2016 at 12:51 pm in reply to: I have the same issue with a 404 error on the "All Events" page archive. #1178607Nico
MemberHi 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,
NicoNico
MemberHey Gunnar,
Just wondering if this issue came up again? In case not do you think we are good to close this thread out?
Best,
NicoNico
MemberHey 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,
NicoOctober 18, 2016 at 7:34 am in reply to: Use Google Calendars synced with tiny Calendar – can Events Pro export to them? #1178298Nico
MemberHi 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,
NicoOctober 18, 2016 at 6:27 am in reply to: Additional Columns in the Attendees list CSV export #1178234Nico
MemberWooot! 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,
NicoOctober 17, 2016 at 4:29 pm in reply to: Adding a Custom Field to Venue section of Event admin form #1178011Nico
MemberThanks 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,
NicoOctober 17, 2016 at 3:52 pm in reply to: Display organizer's calendar in a different website #1177997Nico
MemberThis reply is private.
Nico
MemberThanks 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,
NicoNico
MemberHi 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,
NicoOctober 17, 2016 at 3:21 pm in reply to: No aparecen Asistentes, ni información adicional en el ticket #1177984Nico
MemberHola 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,
NicoNico
MemberHey 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,
NicoNico
MemberHi 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,
NicoPS: if you actually purchase the plugin we continue to work on this issue in this thread.
Nico
MemberThanks 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,
NicoOctober 17, 2016 at 2:46 pm in reply to: Custom markers depending on event or venue category #1177964Nico
MemberHey 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 -
AuthorPosts
