Victor

Forum Replies Created

Viewing 15 posts - 3,886 through 3,900 (of 5,398 total)
  • Author
    Posts
  • in reply to: Importing Facebook is not done #1333787
    Victor
    Member

    Hello Marcus!

    Just wanted to share with you that a new maintenance release (for the Week of 7 August 2017) is out, including a fix for the message showing Last update 48 years ago

    Find out more about this release → https://theeventscalendar.com/maintenance-release-week-7-august-2017/

    Thank you for flagging this! 🙂

    Best,
    Victor

    in reply to: Last Updated: 48 years ago #1333785
    Victor
    Member

    Hello David!

    Just wanted to share with you that a new maintenance release (for the Week of 7 August 2017) is out, including a fix for this issue 🙂

    Find out more about this release → https://theeventscalendar.com/maintenance-release-week-7-august-2017/

    Please update the plugins and let us know if the fix works for your site.

    Best,
    Victor

    in reply to: Cron Daemon gives warnings via email each half an hour #1333782
    Victor
    Member

    Hello Rainer!

    Just wanted to share with you that a new maintenance release (for the Week of 7 August 2017) is out, including a fix for this issue 🙂

    Find out more about this release → https://theeventscalendar.com/maintenance-release-week-7-august-2017/

    Please update the plugins and let us know if the fix works for your site.

    Best,
    Victor

    in reply to: Export Events link return error when filter bar is used #1333780
    Victor
    Member

    Hello David!

    Just wanted to share with you that a new maintenance release (for the Week of 7 August 2017) is out, including a fix for the “Non-static method Tribe__Events__Aggregator__Records::prefix_meta() should not be called statically” error message.

    Find out more about this release → https://theeventscalendar.com/maintenance-release-week-7-august-2017/

    Please update the plugins and let us know if the fix works for your site.

    Best,
    Victor

    in reply to: Community Events – edit the venue details #1333775
    Victor
    Member

    Hello Mario!

    Just wanted to share with you that a new maintenance release (for the Week of 7 August 2017) is out, including a fix for this issue 🙂

    Find out more about this release → https://theeventscalendar.com/maintenance-release-week-7-august-2017/

    Please update the plugins and let us know if the fix works for your site.

    Best,
    Victor

    in reply to: Uncaught TypeError: $(…).bumpdown is not a function #1333762
    Victor
    Member

    Hello Carsten!

    Just wanted to share with you that a new maintenance release (for the Week of 7 August 2017) is out, including a fix for this issue 🙂

    Find out more about this release → https://theeventscalendar.com/maintenance-release-week-7-august-2017/

    Please update the plugins and let us know if the fix works for your site.

    Best,
    Victor

    in reply to: Searching categories doesn't work #1333727
    Victor
    Member

    Hello Hans-Gerd!

    Just wanted to share with you that a new maintenance release (for the Week of 7 August 2017) is out, including a fix for this issue 🙂

    Find out more about this release → https://theeventscalendar.com/maintenance-release-week-7-august-2017/

    Please update the plugins and see if the fix works for your site. Don’t hesitate to open a new topic if anything comes up.

    Best,
    Victor

    Victor
    Member

    I’m happy to help Oliver 🙂

    I’ll close this now, but feel free to open a new topic if anything comes up.

    Cheers!
    Victor

    in reply to: Renewed, Updated License Key and Imports NOT Working #1333637
    Victor
    Member

    Hi Steven!

    Thanks for following up!

    The dev team have just made a fix for this issue and it’s already on production.

    Note this is on the EA server side of things, so if you are already using The Events Calendar latest version 4.5.10 you are good to go.

    Please try creating an import and let us know if it works for you.

    Thanks,
    Victor

    in reply to: Additional Fields on Order Details #1333488
    Victor
    Member

    Hi Muhammad!

    I’m glad to know you worked things out! Thanks for following up to let me know about it ?

    I’ll close this now, but feel free to open a new topic if anything comes up and we’d be happy to help!

    Cheers,
    Victor

    in reply to: wrong decimal seperator in ticketprice #1333486
    Victor
    Member

    Hey Stephan!

    Glad to know it works for you! Thanks for following up to let me know about it 🙂

    I’ll close this now, but feel free to open a new topic if anything comes up and we’d be happy to help!

    Cheers,
    Victor

    in reply to: required fileds submit form #1333485
    Victor
    Member

    Hello Patrick!

    Thanks for following up with this and keep me posted about the updates.

    Good to know at least some of the required fields are working now. This means the code is in the right place 🙂

    Now, could you please tell me what required fields aren’t working for you and share the actual code you are using?

    If you could share with me the community add link it would be great so I can see for myself.

    Thanks,
    Victor

    in reply to: Intermittent Database Connections #1333482
    Victor
    Member

    Hello Derek!

    Thanks for following up with this.

    There have been some fixes related to Event Aggregator issues from the plugin side of things, unfortunately, the team is still working on completely clearing the intermittent sever connection issues you seem to experience.

    Let me note that this issue is mostly on the Event Aggregator server side, so it might not be something to be shipped with a maintenance release of the plugin. I know there’s been some progress with this, so once completely fixed, we’ll notify you, so you can test again and confirm it works for you.

    If you experience a EA server disconnection again, please try the following and let me know if it works for you:

    1. Delete your EA key from your wp-admin > Events > Settings and save
    2. Disconnect your old license from https://theeventscalendar.com/license-keys/
    3. Then re-enter your license again in your wp-admin settings.

    My apologies once again and thank you for your continued help and patience so far.

    Best,
    Victor

    Victor
    Member

    Hey Oliver!

    Glad it worked out for you! 🙂

    The difference was inside the ce_custom_error_msg() function. You were returning false when cost was empty, thus not returning all other error messages.

    Is there anything else I can help you with? Let me know.

    Best,
    Victor

    in reply to: wrong decimal seperator in ticketprice #1333430
    Victor
    Member

    Hi Stephan!

    I suggest you try using the following code snippet instead of the one you are using:

    add_filter( 'tribe_get_cost', 'tribe_get_cost_decimal', 10, 1 );
    function tribe_get_cost_decimal( $cost ){
    $cost = str_replace( '.', ',', $cost );
    return $cost;
    }

    Let me know if it works for you.

    Best,
    Victor

Viewing 15 posts - 3,886 through 3,900 (of 5,398 total)