Nico

Forum Replies Created

Viewing 15 posts - 1,636 through 1,650 (of 6,506 total)
  • Author
    Posts
  • in reply to: Change title on top of calendar. #1211153
    Nico
    Member

    Hola Matias, como estas?

    Gracias por ponerte en contacto con nosotros! Me tome la libertad de contestarte en español ya que la evidencia indica que este es tu idioma nativo 😉

    Con respecto a tu consulta, esto puede lograrse filtrando el titulo con el siguiente snippet:

    /* Tribe, change month view title to be Month + Year */
    function tribe_custom_title ( $title ) {

    if ( !tribe_is_month() ) return $title;

    return ucfirst( date_i18n( tribe_get_date_option( 'monthAndYearFormat', 'F Y' ), strtotime( tribe_get_month_view_date() ) ) );
    }

    add_filter ( 'tribe_get_events_title', 'tribe_custom_title' );

    Agrega este código al archivo functions.php en tu theme (o child-theme) y debería cambiar el formato del titulo.

    Saludos, espero tu confirmación sobre la solución propuesta,
    Nico

    in reply to: Weekly events shortcode: Hide days with 'No events'? #1211145
    Nico
    Member

    Thanks for following up!

    To remove ‘all the day’, just add this code to line 15 of the template override:

    <?php if ( $day['has_events'] ) : ?>

    and after the last line of the file add:

    <?php endif; ?>

    This should remove all the day if it doesn’t have events. Can you please confirm this is what you were looking for?

    Best,
    Nico

    in reply to: Events list and event info gone #1211144
    Nico
    Member

    Sorry to hear Clint 🙁

    Have you tried to re-save display settings and permalinks?

    Please let me know about it,
    Best,
    Nico

    in reply to: License Key Not working #1211142
    Nico
    Member

    You are welcome Hiro 🙂

    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: No Access to FB, Google or ICS Import #1210940
    Nico
    Member

    Hey Jacqueline,

    Sorry to hear about this issue! I’ll help you getting this right 🙂

    I just tested your license key from my test and I was able to correctly see the import options enabled for services you mention. Considering your previous thread I’m afraid there might be some troubles with the hosting your site is on. Do you have the chance to test this in a different server? Maybe a local one?

    If that’s not possible, Can you please follow the steps described in our Testing for conflicts guide? This way we can see if this is a problem in our plugin or a conflict with the theme or other installed plugins. Most probably this won’t yield any new information, but it will help us narrowing down the issue.

    Also, if you go to ‘WP-Admin > Events > Help > Event Aggregator System Status’, Do you see the connection with the server is up? Is the key showing as valid there?

    Thanks,
    Nico

    in reply to: Key Validation Server Not Available #1210938
    Nico
    Member

    Hey Jacqueline,

    Thanks so much for letting me know that you could get the key validated. I see you are still having troubles with the activation of the plugin and that you have created a new tickets for these issues. I’ll go ahead and close out this thread, but continue to assist you in the newly created thread.

    Best,
    Nico

    in reply to: how to show more than 3 tickets in event ticket plus #1210936
    Nico
    Member

    Hi there,

    Thanks for getting in touch with us!

    Let me say that you should see all tickets created in the back-end in the front-end tickets form. There’s no limitation there!

    Maybe the ticket you point out has a start or end sales date set and it’s not showing because it’s not currently on sale? If this is not the case, Can you please follow the steps described in our Testing for conflicts guide? This way we can see if this is a problem in our plugin or a conflict with the theme or other installed plugins.

    Please let me know about it,
    Best,
    Nico

    in reply to: Exporting the tickets customize? #1210934
    Nico
    Member

    Hi there Lars,

    Thanks for getting in touch with us!

    Let me say that I’m not quite sure about what you are asking about here. Do you want to customize the output of the exported file? If this is the case what are you looking forward to achieve? Add more fields? Remove some of the existing one?

    Please let me know about it,
    Best,
    Nico

    in reply to: Fatal errors #1210932
    Nico
    Member

    Hi there James,

    Thanks for getting in touch with us and sorry to hear about these fatals you are getting 🙁

    Inspecting your system information I don’t see Filter Bar add-on, Can you confirm it’s installed in the site?

    I will give this a try in my local test site and see if I can reproduce the errors. Any special setup you think I should consider? Are you getting the errors in the main site and in the subsites? Do you get the CSV error working with any files or with a specific one? Can you attach a copy of the file to your reply?

    Sorry for the many follow-up questions, I just want to make sure I can reproduce the issues hence find what’s going on,
    Best,
    Nico

    in reply to: License Key Not working #1210931
    Nico
    Member

    Thanks for following up! Glad to see it’s working now 🙂

    Does this mean the full version will not work after 2017-12-26?

    Not exactly! License keys are valid for one year, after this time you’ll have the opportunity to renew the license (with a 30% discount of the current price). If you choose not to renew it, then you won’t get access to further product updates and you won’t have access to our support forums, but the product will continue to work on your site!

    Please let me know if this answers your question,
    Best,
    Nico

    in reply to: Question about widget and how to configre the output #1210928
    Nico
    Member

    Thanks for following up Knud! And thanks for the compliment as well!

    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
    Argentina 🙂

    in reply to: Weekly events shortcode: Hide days with 'No events'? #1210927
    Nico
    Member

    Hi there @opus13,

    Thanks getting in touch with us!

    It’s a pretty clever idea the one you propose, but as you say might not be the best. I think it’s probably better to edit the template that renders each day of the week in the widget and alter the output for the days without events. This template is located at events-calendar-pro/src/views/pro/widgets/this-week/loop-grid-day.php, you can create a template override of this file by following the instructions outlined in our themer’s guide. I think you’ll get right away how to alter the template to work for your needs when you inspect the actual code but please don’t hesitate to let me know if you are not sure about it.

    Best,
    Nico

    Nico
    Member

    Hi Yaros,

    Thanks for getting in touch with us and for your interest in our products 🙂

    What you describe is not possible out of the box with our plugins, and although our plugin Event Tickets manages RSVP for events it doesn’t quite do it the way you need it to work. This said you can code on top of our product to get this desired result, but that’s something we won’t be able to help much with as it’s a pretty particular customization and not an actual feature of our plugin.

    Please let me know if this answers your question,
    Best,
    Nico

    Nico
    Member

    This reply is private.

    in reply to: PRO/Aggregator payment options for non-profits #1210916
    Nico
    Member

    Hi there Anne,

    Thanks for getting in touch with us, and for your interest in our plugins 🙂

    1. If we upgrade to Events Calendar PRO and qualify for a free license, would we still need to pay $89 for Event Aggregator? Or would a free license apply to both the upgrade and the add-on?

    As stated in the application form, our Nonprofit Partnership Program just provides one of these plugins for free not both. This said, please note it’s not necessary to have Events Calendar PRO installed to use Event Aggregator. If you need both, we can provide a discount to buy the second one, once your organization is approved.

    2. Is the $89 for Event Aggregator a one-time payment, or a recurring annual payment?

    It’s an annual payment, but please note that license key renewals have a 30% discount. More info on renewals.

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

Viewing 15 posts - 1,636 through 1,650 (of 6,506 total)