When creating an event I always remove the time slots. Since upadting to the latest version “remove” only removes the button – I think it’s visual only so everything behind the scenes is OK. It’s just a bit annoying,
As an aside personally I find the time slots rather annoying and would suggest that they should be able to be added rather than displayed and needing to be removed, since I think it is probably more common not to need them.
Looks like it could be a small javascript bug. I’m seeing if you hit “add additional Time” and then hit the remove button, it leaves the new time slot, too.
I’m looking into the code, and hopefully I should have something for you shortly.
here’s the fix:
in includes/event-management/event_functions.php
on line 82:
where it currently says:
‘this.parentNode.parentNode.removeChild(this.parentNode);’
it should be:
‘this.parentNode.parentNode.parentNode.removeChild(this.parentNode.parentNode);’
and the same with line 49
this should make it into the next update
The support post ‘Event time slots not visually removed – button is’ 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.