• Hello, that’s a nice plugin, good work!
    There’s a little bug, you need to load jquery datepicker, it doesn’t load automatically sometimes.

    I added this,
    add_action( ‘admin_enqueue_scripts’, ‘theme_admin_js’ );
    function theme_admin_js(){
    wp_enqueue_script(‘jquery-ui-core’);
    wp_enqueue_script(‘jquery-ui-datepicker’);
    }

    and everything is great now!

    https://www.ads-software.com/plugins/drafts-scheduler/

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Bug with jquery UI’ is closed to new replies.