• Resolved pixelandgrain

    (@pixelandgrain)


    All other but the date and timestamp field is not showing date picker. Could you please help me to resolve it?

    Here what I am doing for populating date and time.

    $gmb->add_field([
        'name'       => __('Last Date', 'group-shop'),
        'id'         => self::$group_prefix . 'last_date',
        'type'       => 'text_date_timestamp',
    ]);

    Update:

    I have just realized that the date-time picker is not working with Gutenberg editor is active. If I switch my CPT to the traditional editor it is working.

    • This topic was modified 5 years, 7 months ago by pixelandgrain. Reason: Additional info added
Viewing 1 replies (of 1 total)
  • Plugin Contributor Michael Beckwith

    (@tw2113)

    The BenchPresser

    Have you verified if the jquery libraries for these have been loaded? You could do so with the network tab and whatnot with your browser’s developer tools. Alternatively some error could be occurring where they’re trying to be loaded but the files are 404ing or so.

Viewing 1 replies (of 1 total)
  • The topic ‘Date picker not showing for any date and time type field’ is closed to new replies.