Support

Account

Home Forums ACF PRO Date Time Picker

Solved

Date Time Picker

  • Hi there!

    I have a new install for ACF PRO and I’m trying to use the Date Time Picker and the Time Picker and I’m not seeing any of the time functions. Please see my screenshot.

    Best,
    Justin

  • If your not seeing time setting in the field disable other plugins and see if you can figure out where the conflict is. The dat/time and time fields are working correctly for me.

  • 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

  • More than likely the theme is including it’s own version, or a different version of the data/time and/or time picker which in interfering with the operation of the ACF version. I don’t know anything about the theme. You can try submitting a support ticket on this issue https://support.advancedcustomfields.com/new-ticket/ and you should probably also contact your support for the theme.

  • 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

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

The topic ‘Date Time Picker’ is closed to new replies.