Nico

Forum Replies Created

Viewing 15 posts - 6,061 through 6,075 (of 6,506 total)
  • Author
    Posts
  • in reply to: Return to calendar link from event page #994094
    Nico
    Member

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

    in reply to: Default Page View Set To Month Not Working #994093
    Nico
    Member

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

    in reply to: Map view displays only geoloc venues and events #994092
    Nico
    Member

    This reply is private.

    in reply to: add link to event in confirmation email #993844
    Nico
    Member

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

    in reply to: Return to calendar link from event page #993840
    Nico
    Member

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

    in reply to: Attendees Export CSV โ€“ More User Info Columns #993832
    Nico
    Member

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

    in reply to: Default Page View Set To Month Not Working #993826
    Nico
    Member

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

    in reply to: Updated The events Calendar and Pro plugin uninstalled #993823
    Nico
    Member

    Aoife,

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

    in reply to: Bug: duplicate recurring events #993822
    Nico
    Member

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

    in reply to: Map view displays only geoloc venues and events #993758
    Nico
    Member

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

    in reply to: Names Missing and Giving Access to Attendee Lists #993608
    Nico
    Member

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

    in reply to: Bug: duplicate recurring events #993591
    Nico
    Member

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

    in reply to: Add a featured image to events page (for social sharing) #993572
    Nico
    Member

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

    in reply to: Short codes and widets no longer work #993524
    Nico
    Member

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

    in reply to: Updated The events Calendar and Pro plugin uninstalled #993511
    Nico
    Member

    Hey 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

Viewing 15 posts - 6,061 through 6,075 (of 6,506 total)