Forum Replies Created
-
AuthorPosts
-
Nico
MemberOh! Seems it got incorrectly encoded in my reply. I’ll paste a Gist with the code, also tested it locally and it’s working just fine:
https://gist.github.com/niconerd/e10459e0a6c4d5aaef72
Please let me know if this makes sad Erwin happy again ๐
Best,
NicoNico
MemberHey Eve,
Glad to hear ๐ You are welcome!
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 help.
Best of luck with you project,
NicoNico
MemberThis reply is private.
Nico
MemberHi Tony,
Thanks for reaching out, and glad to help you in this once again!
You can get the event link with the tribe_event_link function. So you could be doing something like the following:
add_action( 'tribe_community_event_created', 'notify_organizer' );function notify_organizer ( $event_id ) {
$email = tribe_get_organizer_email( $event_id );if( !empty($email) ) {
$subject = 'Hey Organizer';
$message = 'Just wanted to let you now about a new event: ' . tribe_event_link ( $event_id );wp_mail( $email, $subject, $message );
}
}
Please give this a try and let me know,
Best,
NicoNico
MemberHey Erwin,
Thanks for the follow-up!
I crafted a little snippet for this, add it to your functions.php file – located at wp-content/themes/your_theme/ – and it show show the ‘calendar link’ for that event just above the event content:
add_action ('tribe_events_single_event_before_the_content', 'generate_month_link' );function generate_month_link ( ) {
$start_date = tribe_get_start_date(null, false, 'Y-m');
$calendar_link = Tribe__Events__Main::instance()->getLink('month', $start_date);echo 'See this event in the calendar';
}
If you want this to show up in a different part of the template, you can change the action this is hooking to, available options are: tribe_events_single_event_before_the_content, tribe_events_single_event_after_the_content, tribe_events_single_event_before_the_meta or tribe_events_single_event_after_the_meta.
Please let me know if this works for you,
Best,
NicoNico
MemberHi Th,
Thanks for reaching out and sharing your feedback about our product.
Customers are always welcome to participate in our product roadmap at our UserVoice page. There you can suggest new features or up-vote and comment existing ones.
We are aware this will be highly appreciated by our community and that’s why we are putting so much effort on it. Refactoring our tickets framework is an enormous task and the development team is doing a great job at it. I also look forward to see this out in the upcoming months.
Best,
NicoNico
MemberHi Eve,
Thanks for following up. What’s happening here is that the link in the menu ‘UBC Event Calendar’ is pointing to a page in WordPress that is bringing up the events in a custom template, that is not a view in our calendar.
I see to options to get this right:
1- If you don’t mind changing the URL for the calendar: Edit your menu item ‘UBC Event Calendar’ – WP-Admin > Appearance > Menus – to point to this URL ‘http://universitybiblechurch.com/events/’, instead of linking to the ‘UBC Event Calendar’ page.
2- If you want to maintain the URL for the calendar (http://universitybiblechurch.com/ubc-event-calendar/): Unpublish the ‘UBC Event Calendar’ page and the go to WP-Admin > Events > Settings > General and change the ‘Events URL slug’ value to ‘ubc-event-calendar’. After that edit your menu item ‘UBC Event Calendar’ to point to that URL instead of the unplusblished page.
After both options please re-generate permalink by oing to WP-Admin > Settings > Permalinks > Save Changes.
Please let me know if you can configure this,
Best,
NicoAugust 6, 2015 at 5:34 am in reply to: Updated The events Calendar and Pro plugin uninstalled #993823Nico
MemberAoife,
I can’t see the screen you attached, Can you use an image hosting service -like cloudup.com, imgur.com, etc- to upload the image and paste the link here?
Thanks,
NicoNico
MemberHi ngaire,
Nice to hear that was easily fixed ๐
I feel the same way towards this, without any clear steps to reproduce this gets really hard to solve.
I suggest leaving this ticket open for a week. If no duplicates appear during that time we can close it and if this happens again open a new ticket – referencing this one. Please have this under your radar and try to catch as much info as you can if it comes up again.
Thanks,
Best,
NicoNico
MemberHi Jim,
Thanks again for following this up!
I checked out the site and the ajax call is returning the markers correctly but somehow it’s failing to show them up in the map ๐
At this point we need to discard any conflicts that might be affecting this, can you please give this a try with default theme and no other plugins active – I mean just The Events Calendar, PRO and Community? If behavior is still the same I will rope in someone from the dev team to give me hand here.
Thanks for the patience so far,
Hope to get this right soon,
NicoNico
MemberHi Lorraine,
Thanks for reaching out to us! I’ll help you out on this one.
Itโs supposed to allow tutors to grab their own registers.
Are tutors created as WordPress users? Which role do you assign them? In that case you can set them as authors of their events, Does that make sense?
now when I process the order from โprocessingโ to โcompletedโ it removes the attendees name
Does this happened after any updates to our products or other WooCommerce or any other change to the site?
Please let me know about those and I’ll be happy to help,
Best,
NicoNico
MemberHey ngaire,
Thanks for the complete follow-up! I must say I’m a bit puzzled with what’s happening here, as the pattern for these errors seems to be random ๐
Can you try and delete one of the duplicated instances? And with the other please try to regenerate the recurrence series and see if it generates duplicates again. Hopefully this can shed some light on how this duplicates are being generated.
Thanks,
Best,
NicoAugust 5, 2015 at 1:23 pm in reply to: Add a featured image to events page (for social sharing) #993572Nico
MemberHowdy Grace,
Welcome to our support forums and thanks for reaching out to us.
Unfortunately this is not possible at the time :(. You can embed different calendar widgets by using PRO shortcodes in pages and posts. Also be sure to check Event Rocket plugin which enables some extra shortcodes and hacks.
If you would like to suggest this as a feature, you can do so at our UserVoice page.
Please let me know if this answers your question,
Best,
NicoNico
MemberHey Jason,
Thanks for the follow-up once again! Glad to hear the shortcode is working under ‘default’ conditions ๐
So this looks like a conflict with the theme, so first of all lets try to get those errors right and see if that helps. They do not seem to be related with our product but I’ll try to help you on those anyway.
The 404 (file not found) error can have two main causes: the file doesn’t exist or the path used to include it is wrong, Can you check for that? Regarding the other error, maybe fixing the 404 get’s that right. If not you’ll probably have to contact theme developers about it.
Please let me know so we can continue working on this,
Best,
NicoAugust 5, 2015 at 10:14 am in reply to: Updated The events Calendar and Pro plugin uninstalled #993511Nico
MemberHey Aoife,
Thanks for the follow-up! Sorry to hear this is still unresolved ๐
unfortunately the issue arises at the downloading the plugin section โ in that i cannot download them and get the error
That sounds strange, Can you send me a screenshoot of what’s happening at the downloads page?
Looking forward to solve this soon,
Best,
Nico -
AuthorPosts
