Hi,
timer not working
screenshot below
https://prnt.sc/4KNPqKF0do6f
https://prnt.sc/mbMwWmZ35fVu
https://prnt.sc/gMlkI2fD9u0r
Hello,
The fix for it will be released in the next update.
However, you can fix it on your own. Open the Betheme folder, find the under-construction.php file, and change the
<?php wp_footer(); ?>
into this:
<?php wp_enqueue_script('mfn-countdown', get_theme_file_uri('/js/plugins/countdown.min.js'), ['jquery'], MFN_THEME_VERSION, true); wp_footer(); ?>
Thanks
Comments
https://prnt.sc/gMlkI2fD9u0r
Hello,
The fix for it will be released in the next update.
However, you can fix it on your own. Open the Betheme folder, find the under-construction.php file, and change the
into this:
Thanks