Support

Account

Home Forums Backend Issues (wp-admin) Date Time Picker and Countdown Timer Reply To: Date Time Picker and Countdown Timer

  • Hi @brandonpweb

    I think there are some typos there. In the ‘theme_acf.php’, I believe this line of code:

    if(empty($date) ) {

    Should be like this:

    if(!empty($date) ) {

    And in the ‘front-page.php’, I believe this line:

    get_field('countdownhttp://localhost/Beta-Sites/wp-admin/users.php_timer'));

    Should be like this:

    get_field('countdown_timer'));

    Could you please fix it and see if it fixes the issue?

    Thanks 🙂