• Resolved designerpat

    (@designerpat)


    I am running into an issue with this plugin. Basically when I schedule a meeting through the dash board for say 6/10/2020, on the auto-created web page with the countdown ticker and start buttons, it shows the meeting for 6/11/2020.

    This is consistent every time.

    To get the meeting to show correct, I have to set the meeting date for the previous day at https://mydomain.com/wp-admin/post.php?post=90&action=edit

    Any advise?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Same. Why are the meeting_start times coded to ‘tomorrow’?

    StmZoom.php -> line 260:
    $meeting_start = strtotime( ‘tomorrow’, ( intval( $start_date ) / 1000 ) );

    single-meeting.php -> line 64:
    $meeting_start = strtotime( ‘tomorrow’, ( intval( $start_date ) / 1000 ) );

    Plugin Support supportstylemix

    (@supportstylemix)

    Hi,

    We apologize for the inconvenience. We have detected some issues related to the countdown ticker. We will fix it in the upcoming update of the plugin.

    regards

    Plugin Author Stylemix

    (@stylemix)

    Hey,

    Thanks for the inputs. This issue was fixed in v. 1.1.0

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Scheduled Dates A Day Off’ is closed to new replies.