Support

Home Forums Event Espresso Premium Disable datepicker while editing tickets?

Disable datepicker while editing tickets?

Posted: April 17, 2015 at 7:45 am


Ross Chapman

April 17, 2015 at 7:45 am

Is there an easy way to eliminate the datepicker from the section of the Event editor form where tickets are created/updated. IMHO, the datepicker UX is intrusive–especially while editing an event that has a few dozen ticket options; typing is more efficient than point-and-click datetime selection.

If there’s a snippet of Javascript or CSS that I can simply comment out, please direct me to it! 🙂

EE 4.6.19.p


Lorenzo Orlando Caum

  • Support Staff

April 17, 2015 at 10:21 am

Hi Vincent, here is the element ID:

div#ui-datepicker-div

That can be attached to display none with important and then loaded through your WP dashboard. This example should work.

function ee4_event_editor_hide_date_time_picker(){
?>
  echo '';

--
Lorenzo

The support post ‘Disable datepicker while editing tickets?’ is closed to new replies.

Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.

Event Espresso