Home › Forums › Calendar Products › Events Calendar PRO › Recurring event tooltip missing for "Once on"
- This topic has 5 replies, 6 voices, and was last updated 9 years, 10 months ago by
Geoff.
-
AuthorPosts
-
May 18, 2016 at 11:21 am #1116037
Patrick Lewis
ParticipantThere seems to be a case missing for the ‘simple-date-on’ type of occurrence. I’m under deadline launch pressure, so, I hacked the
‘events-calendar-pro/src/Tribe/Recurrence/Meta.php’ file. This seems to work as the tooltips are showing the formatted date(s) instead of the sprintf tokens.$text = $recurrence_strings[ $key ];switch ( $key ) {
/*
* TODO: HACK! PAL 05/18/2016
*/
case 'simple-date-on':
$text = sprintf(
$text,
$formatted_end
);
break;
/*
* END OF HACK
*/
case 'simple-every-day-on':May 18, 2016 at 4:14 pm #1116183Andras
KeymasterHi Patrick,
Thanks for submitting this quick fix!
We are aware of the problem, it has been flagged couple weeks ago. We already have a bug ticket in the system and it is being worked on. I will add your thread to the bug ticket to help the developers. The fix should be coming soon, though I cannot commit to a fixed date.
I’ll mark this topic as “pending fix” so you will receive a notification when the fix is done.
Meanwhile, if you have other questions, feel free to open a new topic. We’ll be glad to help!
Cheers and thanks for going Pro!
AndrasPS: If you like our plugin, we would be happy to receive a review in the wordpress.org repository. Thanks!
May 26, 2016 at 4:33 pm #1119522Leah
MemberHello!
I’m happy to report that we have been working on this feature for our upcoming 4.2 release. The new features for each of our plugins are currently being tested by our QA team and by our beta testers. Soon we’ll be putting the finishing touches on the code and then shipping the new versions out to our lovely customers.
Thank you for your patience while we worked on this. We appreciate your support! Keep an eye out for version 4.2 coming your way in the coming weeks.
Cheers,
Leah
and The Events Calendar teamJune 10, 2016 at 9:35 am #1125193Support Droid
KeymasterThis topic has not been active for quite some time and will now be closed.
If you still need assistance please simply open a new topic (linking to this one if necessary)
and one of the team will be only too happy to help.June 10, 2016 at 10:02 am #1125239Geoff
MemberHey Patrick! I want to reach out to let you know that we did just ship this feature in 4.2 this week. Please check out the latest version when you have a change (and do check out the release notes for more important info on updating) and thanks for you support while we worked on this.
Cheers and have a great weekend!
Geoff -
AuthorPosts
- The topic ‘Recurring event tooltip missing for "Once on"’ is closed to new replies.
