Nico

Forum Replies Created

Viewing 15 posts - 2,506 through 2,520 (of 6,506 total)
  • Author
    Posts
  • in reply to: Change "in" to "am" #1168665
    Nico
    Member

    Hi Martina,

    Thanks for getting in touch with us! I can help you here…

    Is this the string you are referring to β†’ https://cloudup.com/csQ1oW_3Tau – I couldn’t find the exact one you mentioned bu I guess this should be it.

    Please let me know if that’s the one and I’ll try to help you overriding the translation for that one,
    Best,
    Nico

    PS: I’ve deleted the license key from your previous post, please note you shouldn’t not share that publicly!

    in reply to: Tag Cloud #1168189
    Nico
    Member

    Hey Jo,

    Thanks for the follow-up!

    I am not sure what a tag archive is I’m afraid. Is a tag archive the list that’s produced when you click on one of the words in a tag cloud and get a list of all posts with that tag? If so, then that is what I am talking about.

    Yes, the tag archive is the page where all posts and events are shown by tag. For example this page β†’ http://toddledoddle.com/tag/arts-and-crafts/

    Obviously in an ideal world a solution that also allowed me to mix posts and events in one tag cloud word would be great too.

    Perfect, I’ll try to find a way to make it work for events, posts or events and posts. Give me some time to work on this, most probably I’ll get back to you on Monday with an update!

    Thanks for the patience while I work on this,
    Best,
    Nico

    in reply to: Events not showing in Jan 2017 month view #1168186
    Nico
    Member

    This reply is private.

    in reply to: Disable Places View #1168174
    Nico
    Member

    Hi there @silktech,

    Thanks for getting in touch with us!

    Can i disable views for places (even if i use pro)?

    Yes, just paste the snippet below in your theme’s (or child theme’s) functions.php file and it will disable the venue links (although the venue page will still be available via direct URL):


    /* Tribe, disable Venue link added by Events Calendar PRO */
    remove_action( 'tribe_events_single_meta_before', array( 'Tribe__Events__Pro__Single_Event_Meta', 'filter_fields' ) );

    Please let me know if this works for you,
    Have a great weekend,
    Nico

    in reply to: show past events in calendar view #1168161
    Nico
    Member

    Hi there Steven,

    Thanks for getting in touch with us!

    There’s actually no setting to do this, you’ll need to add the following snippet in your theme’s (or child theme’s) functions.php file to achieve this:

    https://gist.github.com/elimn/d034dfddb9be206d9cc1#file-tribe_set_default_date-php

    This code was suggested by Brook to another customer in this thread and seems to be what you are looking for.

    Please let me know about it,
    Best,
    Nico

    in reply to: Calender doesn't show Dates of Events in #1168158
    Nico
    Member

    Howdy Tobias,

    Welcome to our support forums and thanks for reaching out to us! I’ll help you getting this right πŸ™‚

    Inspecting your system information it seems that the ‘Date with year’ format is empty and events taking place in the upcoming year (or past years) use this format to display the date. So please check on this in WP-Admin > Events > Settings > Display > Date with year, the default value is F j, Y, if the field is empty try inputting that format and Saving Changes.

    Please let me know if that fixes the issue,
    Best,
    Nico

    in reply to: Can’t get authorization from Eventbrite API #1168153
    Nico
    Member

    Hi there,

    Thanks for getting in touch and sorry to hear about this issue πŸ™

    Can you please send me a screenshot of the error? Are you getting this after you click the ‘Get Authorization’ button?

    Is the EventBrite account registered in eventbrite.com or was it crated in a different domain (like eventbrite.co.uk)?

    Please let me know about it,
    Best,
    Nico

    in reply to: New Event Not Displaying #1168151
    Nico
    Member

    Hi there Rocjard,

    Thanks for getting in touch with us!

    Let me start by saying I’m not aware of any bugs affecting events visibility. Does the single event page works for this event in which case can you send it over?

    Also, can you please follow the steps described in our Testing for conflicts guide? And it would be great if you could share your system information with me so I can check if everything looks right on that end.

    Thanks,
    Nico

    in reply to: City Default Content Not Working #1168129
    Nico
    Member

    Hey Gene,

    Thanks for keeping this in mind and sorry for not having news about this yet πŸ™

    I took some time and coded a temporary solution for you. Just paste the code below to your theme’s (or child theme’s) functions.php file and it will add the city default value to the ‘add event’ screen:

    /* Tribe, add default city to the new events venue city value */
    function admin_footer_js( ) {

    if( !isset($_GET['post_type']) || 'tribe_events' != $_GET['post_type'] ) return false;

    $screen = get_current_screen();

    if ( 'add' != $screen->action ) return false;

    $default_city = tribe_get_option( 'eventsDefaultCity', '' );

    if ( $default_city == '' ) return false;

    ?>

    <script type="text/javascript">

    jQuery('document').ready ( function ( $ ) {

    $('input[name="venue[City][]"').val('<?php echo $default_city; ?>');

    });

    </script>

    <?php
    }

    add_action( 'admin_print_footer_scripts', 'admin_footer_js' );

    Please give a try and let me know if this solves the issue for now and if the code can be enhanced to account for other scenarios,
    Have a great weekend,
    Nico

    in reply to: Adding custom field to email.php on Event Tickets #1168106
    Nico
    Member

    This reply is private.

    Nico
    Member

    Hi there Inbok,

    Thanks for getting in touch with us! I’ll help you getting this right πŸ™‚

    Do you think a suitable solution might be to just show the price in the first event of the series maybe? If not, maybe we can add some text after the price?

    Please let me know about it and I’ll send the code needed to make this tweak,
    Best,
    Nico

    in reply to: get ticket ids #1168091
    Nico
    Member

    Stocked to hear you could work this out Dan! Thanks so much for sharing your code here, it will surely be useful for folks with similar needs πŸ™‚

    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.

    Have a great weekend,
    Nico

    in reply to: Recurrence Start Dates Returning Incorrect Results #1167957
    Nico
    Member

    Howdy Matthew,

    Welcome to our support forums! Thanks for reaching out to us and for actually including a solution for the reported issue πŸ™‚

    This is actually an known bug reported recently by another customer, the solution proposed by one of our devs is actually the same you mention. Bugfixes are included in maintenance releases (take a look at our release schedule) and as we are about to ship next major version 4.3 it’s likely there won’t be a MR before that for PRO. This means that although the fix is super simple it might have to wait until 4.3.1.

    Anyway I linked this thread with the bug report so you’ll get a heads-up when this is released.

    Thanks once again for the suggested solution,
    Have a great weekend,
    Nico

    in reply to: Add ticket to WooCommerce Product #1167950
    Nico
    Member
    in reply to: Short-Term Solution for Event Reminder Emails #1167949
    Nico
    Member

    Hi there @technicallysimple,

    Thanks for getting in touch with us!

    First of all let me say that I’m mostly sure this functionality won’t be added to the plugin soon. So I’d say the best path right now is to develop your own customization for this.

    While I’m not aware any developers have successfully implemented a solution for this, you can contact customizers from this list and ask them about it.

    The Better Notifications plugin allows you to create rules to send notifications to site users when a custom post type (like events) is created or updated but I don’t think you can schedule these notifications. There are also some premium add-ons that add more use cases like send a notification when a custom field is updated. I guess you could contact the plugin authors about this particular use case (notifications for events) to see if it’s a good idea to use their plugin as a starting point.

    Please let me know if there’s anything else I can help you with,
    Best,
    Nico

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