Recurring event tooltip missing for "Once on"

Home Forums Calendar Products Events Calendar PRO Recurring event tooltip missing for "Once on"

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1116037
    Patrick Lewis
    Participant

    There 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':

    #1116183
    Andras
    Keymaster

    Hi 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!
    Andras

    PS: If you like our plugin, we would be happy to receive a review in the wordpress.org repository. Thanks!

    #1119522
    Leah
    Member

    Hello!

    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 team

    #1125193
    Support Droid
    Keymaster

    This 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.

    #1125239
    Geoff
    Member

    Hey 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

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Recurring event tooltip missing for "Once on"’ is closed to new replies.