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! 🙂
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
Viewing 1 reply thread
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.
Support forum for Event Espresso 3 and Event Espresso 4.