Support

Account

Forum Replies Created

  • Hey John!

    I found the answer on another support thread here:

    New Datetime Fields

    add_action( 'admin_enqueue_scripts', 'slimline_remove_divi_date_scripts', 100 );
    
    function slimline_remove_divi_date_scripts() {
    
    	wp_deregister_script( 'et_pb_admin_date_addon_js' );
    
    	wp_deregister_script( 'et_pb_admin_date_js' );
    }
    

    Thanks for your help!

    Best,
    Justin

  • Hey John!

    I’m using the Divi theme from elegantthemes.com. When I use this type of field on the User page (which doesn’t have any special theme requirements) it works but when I try to use it on a post or page it doesn’t work. There appears to be some conflict with the Divi theme which is news to me because so far everything else works great with it.

    Best,
    Justin

Viewing 2 posts - 1 through 2 (of 2 total)