Forum Replies Created
-
AuthorPosts
-
Victor
MemberHello 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,
VictorVictor
MemberHello 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,
VictorAugust 10, 2017 at 3:13 pm in reply to: Cron Daemon gives warnings via email each half an hour #1333782Victor
MemberHello 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,
VictorAugust 10, 2017 at 3:12 pm in reply to: Export Events link return error when filter bar is used #1333780Victor
MemberHello 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,
VictorVictor
MemberHello 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,
VictorAugust 10, 2017 at 2:41 pm in reply to: Uncaught TypeError: $(…).bumpdown is not a function #1333762Victor
MemberHello 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,
VictorVictor
MemberHello 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,
VictorAugust 10, 2017 at 12:00 pm in reply to: Required fields for event submission form: Code doesn't work anymore #1333638Victor
MemberI’m happy to help Oliver 🙂
I’ll close this now, but feel free to open a new topic if anything comes up.
Cheers!
VictorAugust 10, 2017 at 11:58 am in reply to: Renewed, Updated License Key and Imports NOT Working #1333637Victor
MemberHi 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,
VictorVictor
MemberHi 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,
VictorVictor
MemberHey 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,
VictorVictor
MemberHello 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,
VictorVictor
MemberHello 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:
- Delete your EA key from your wp-admin > Events > Settings and save
- Disconnect your old license from https://theeventscalendar.com/license-keys/
- 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,
VictorAugust 10, 2017 at 7:28 am in reply to: Required fields for event submission form: Code doesn't work anymore #1333436Victor
MemberHey 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,
VictorVictor
MemberHi 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 -
AuthorPosts
